scaffold.md
/scaffold - Interactive coach: generates agent/command/skill/hook/rule template
When to use this
- When you need a new agent, skill, command, hook, or rule and want the right template structure
- When onboarding a new contributor who needs a guided template generator
- When starting a new .claude/ config from scratch and want to avoid blank-file paralysis
How to use
-
Open the template on GitHub and copy its content:
commands/scaffold.md -
Place the file inside
.claude/skills/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.