원클릭으로
skill-creator
Create a new domain-specific skill for the agentic skill library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new domain-specific skill for the agentic skill library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skill-creator |
| description | Create a new domain-specific skill for the agentic skill library |
| activation | {"keywords":["create skill","new skill","add skill","custom skill","skill template","make a skill"],"file_patterns":[".claude/skills/**"]} |
Skills inject domain-specific knowledge Claude doesn't have reliably on its own. They are NOT methodology templates. Before creating a skill, ask:
"Does this inject facts, patterns, or standards that Claude lacks — or does it just describe a process Claude already knows?"
If Claude would do fine without the skill, don't create it. Good candidates:
Poor candidates (delete these, don't create more):
Create the file at .claude/skills/<skill-name>.md:
---
name: <skill-name>
description: <one-line description of what domain knowledge this injects>
activation:
keywords: ["keyword1", "keyword2"]
file_patterns: ["**/*.ext", "specific-file"]
---
# Skill Title
## Purpose
[What specific domain knowledge does this inject? Be concrete.]
## [Domain Knowledge Sections]
[The actual expert content — patterns, standards, checklists, syntax examples]
[This is the value. Make it specific and actionable.]
## Failure Modes
[Anti-patterns, edge cases, and things that look right but go wrong in this domain.
Only include observed failures — not inferred ones. Format: "Avoid X because Y."
Leave this section empty or omit it if no real failures have been observed yet.
Do NOT populate this with generic caution — it must be specific and earned.]
## Output Format (optional)
[Only if the skill produces a specific structured output]
Add an entry to .claude/skills/skill-rules.json:
"<skill-name>": {
"keywords": ["keyword1", "keyword2"],
"filePatterns": ["**/*.ext"],
"toolTriggers": ["Read", "Write"]
}
toolTriggers options: Read, Write, Edit, Bash, Glob, Grep
Add the new skill to the appropriate category row in the Skills Library table in CLAUDE.md.