Adding Skills
Skill installers must be additive and non-destructive.
Rules:
- create missing files
- append or update clearly marked Jumpspace-managed blocks
- never overwrite user-authored content outside markers
- document what files are touched
- make reruns idempotent
- add tests for managed-block behavior
Current supported installer flags:
npx @jumpspace/cli add-skill --codexnpx @jumpspace/cli add-skill --claudenpx @jumpspace/cli add-skill --allnpx @jumpspace/cli add-skill jumpspace-work --agent claudenpx @jumpspace/cli add-skill intent-review --agent codexNamed pipeline skills are current install targets. Add new skills by extending the shared skill definition list, documenting the command surface, and adding unit plus CLI integration tests for idempotent managed-block behavior.