This skill should be used when creating or refactoring Claude Code skills, guiding an interactive questionnaire, selecting an archetype (workflow/tool/domain), scaffolding from templates, and validating the result.
Inherits all available tools
Additional assets for this skill
This skill inherits all available tools. When active, it can use any tool Claude has access to.
assets/templates/domain-skill/assets/README.mdassets/templates/domain-skill/references/domain-knowledge.mdassets/templates/tool-skill/assets/README.mdassets/templates/tool-skill/references/tool-reference.mdassets/templates/tool-skill/scripts/process.shassets/templates/workflow-skill/assets/README.mdassets/templates/workflow-skill/references/workflow-guide.mdassets/templates/workflow-skill/scripts/example.shreferences/questionnaire.mdreferences/skill-patterns.mdreferences/validation-rules.mdscripts/init-skill.shscripts/introspect-skill.shscripts/validate-skill.shguide claude through designing and scaffolding new skills with templates, questionnaires, and validation.
| use | skip |
|---|---|
| bootstrapping new skill (workflow/tool/domain) | quick one-off instructions |
| refreshing existing skill to best practices | simple prompt tweaks |
| validating skill quality before enabling |
ask about:
note target repo/path.
| archetype | signals |
|---|---|
| workflow | ordered steps, checkpoints, phases |
| tool | format/API manipulation, repeatable commands |
| domain | reference/knowledge lookup, policies |
see references/questionnaire.md.
identify needed resources:
move lengthy text to references/.
./scripts/init-skill.sh <skill-name> --template workflow|tool|domain --path ~/.claude/skills
replace TODOs in scaffold with questionnaire answers.
./scripts/introspect-skill.sh ~/.claude/skills/<skill-name>
./scripts/validate-skill.sh ~/.claude/skills/<skill-name>
fix warnings (links, duplication, description phrasing) and rerun.
| archetype | location |
|---|---|
| workflow | assets/templates/workflow-skill/ |
| tool | assets/templates/tool-skill/ |
| domain | assets/templates/domain-skill/ |
like/this.tssee imessage skill for gold standard.