/forge
Scaffold a new skill. The pack extends itself.
When to use
- Building a custom skill for the team
- Prototyping a new dragoon command
- The user says "make a new skill", "scaffold a skill"
Run it
dragoon forge MySkill --description "what it does" --apply
Then review the scaffold, implement the script, copy to ~/.dragoon/skills/<name>/, and register in bin/dragoon.
Safety
- Skill name must be a valid identifier (a-z, A-Z, 0-9, _)
- Output lands in a sandbox:
.dragoon/forge/<name>/ - Never auto-installed