Skip to main content
Code Guide
Command Recommended

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

  1. Open the template on GitHub and copy its content: commands/scaffold.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates