scaffold
Installation
SKILL.md
Scaffold Skill
Quick Ref: Project scaffolding, component generation, CI/CD setup.
/scaffold <language> <name>for new projects,/scaffold component <type> <name>for components,/scaffold ci <platform>for CI pipelines.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
Generate real files, run real commands, verify real output. Every invocation produces a working, tested, committed scaffold.
Modes
| Mode | Invocation | Output |
|---|---|---|
| Project | /scaffold <language> <name> |
Full project directory with build, test, lint |
| Component | /scaffold component <type> <name> |
New module/package added to existing project |
| CI | /scaffold ci <platform> |
CI/CD pipeline configuration |
| Domain-Slice | /scaffold domain <name> |
Domain-slice manifest for a scoped ao rpi phased --domain run |
Step 0: Determine Mode
Parse the invocation to identify which mode to run: