scaffold
Installation
SKILL.md
Skill: Scaffold
What This Skill Does
Generates convention-aware boilerplate for new modules, features, or components. Instead of starting from scratch (and introducing inconsistencies), this skill analyzes existing code to learn the project's patterns, then generates new code that follows the same structure, naming, imports, and organization.
When to Use
- When creating a new module, service, component, or feature
- When the user says "add a new like the existing ones"
- As part of
implement-phasewhen a step requires creating new files
Do NOT use this for modifying existing code — use refactor for that.
Execution Model
- Always: the primary agent runs this skill directly.
- Rationale: scaffolding requires reading existing code patterns and creating new files — primary agent capabilities.
- Output: new source files + optional test files.