Skip to main content
Code Guide
Skill Recommended

scaffold/

Interactive coach: asks 4-5 questions to determine the right template type then generates it

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: skills/scaffold/SKILL.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