create-skill — for Claude Code create-skill, ai-agent-template, community, for Claude Code, ide skills, SKILL.md, references, ## Changelog, Create, Overview

v0.2.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need the final result should be a reusable skill under .agents/skills/<skill-name /. 현지화된 요약: # Create Skill Overview Use this skill when you want to turn a conversation, repeated workflow, or manual operating pattern into a reusable skill. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

The final result should be a reusable skill under .agents/skills/<skill-name /.
goal: what the skill should produce or automate
conversation context, issue text, or workflow notes when available
optional target path if the destination should be fixed up front
Read references/workflow.md and follow it as the authoritative runbook for this skill. You must

# Core Topics

chan-jui-huang chan-jui-huang
[0]
[0]
Updated: 3/31/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
66
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need the final result should be a reusable skill under .agents/skills/<skill-name /. 현지화된 요약: # Create Skill Overview Use this skill when you want to turn a conversation, repeated workflow, or manual operating pattern into a reusable skill. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: create-skill helps agents the final result should be a reusable skill under .agents/skills/<skill-name /. Create Skill Overview Use this skill when you want to turn a conversation, repeated workflow, or manual

최적의 용도

적합한 상황: Ideal for AI agents that need the final result should be a reusable skill under .agents/skills/<skill-name /.

실행 가능한 사용 사례 for create-skill

사용 사례: Applying The final result should be a reusable skill under .agents/skills/<skill-name /
사용 사례: Applying goal: what the skill should produce or automate
사용 사례: Applying conversation context, issue text, or workflow notes when available

! 보안 및 제한 사항

  • 제한 사항: Read references/workflow.md and follow it as the authoritative runbook for this skill. You must follow it in full.
  • 제한 사항: Keep the main SKILL.md concise and move longer supporting guidance into references/ only when needed.
  • 제한 사항: You must follow it in full

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is create-skill?

적합한 상황: Ideal for AI agents that need the final result should be a reusable skill under .agents/skills/<skill-name /. 현지화된 요약: # Create Skill Overview Use this skill when you want to turn a conversation, repeated workflow, or manual operating pattern into a reusable skill. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install create-skill?

Run the command: npx killer-skills add chan-jui-huang/ai-agent-template/create-skill. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for create-skill?

Key use cases include: 사용 사례: Applying The final result should be a reusable skill under .agents/skills/<skill-name /, 사용 사례: Applying goal: what the skill should produce or automate, 사용 사례: Applying conversation context, issue text, or workflow notes when available.

Which IDEs are compatible with create-skill?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for create-skill?

제한 사항: Read references/workflow.md and follow it as the authoritative runbook for this skill. You must follow it in full.. 제한 사항: Keep the main SKILL.md concise and move longer supporting guidance into references/ only when needed.. 제한 사항: You must follow it in full.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add chan-jui-huang/ai-agent-template/create-skill. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use create-skill immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

create-skill

Install create-skill, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Create Skill

Overview

Use this skill when you want to turn a conversation, repeated workflow, or manual operating pattern into a reusable skill.

The final result should be a reusable skill under .agents/skills/<skill-name>/.

Inputs

  • goal: what the skill should produce or automate
  • conversation context, issue text, or workflow notes when available
  • optional target path if the destination should be fixed up front

Instructions

  1. Read references/workflow.md and follow it as the authoritative runbook for this skill. You must follow it in full.
  2. Create or update the skill under .agents/skills/<skill-name>/SKILL.md unless the user asks for a different valid skill root.
  3. Follow the Agent Skills format: valid frontmatter, concise body instructions, and referenced files only when they materially improve reuse.
  4. Keep the main SKILL.md concise and move longer supporting guidance into references/ only when needed.
  5. Include at least one runnable example prompt that shows how the resulting skill should be invoked.

Referenced Files

  • references/workflow.md

Example prompts

text
1Create a skill that packages our PR review workflow into `.agents/skills/pr-review/SKILL.md`, including an example prompt and any supporting reference files that are actually needed.
text
1Turn this conversation's release checklist into a reusable workspace skill. Keep the main `SKILL.md` concise and move long guidance into `references/` if necessary.

Changelog

  • 0.2.0: Consolidate the create-skill prompt into the workspace skill and align the skill frontmatter with the Agent Skills specification.

관련 스킬

Looking for an alternative to create-skill or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자