skillpack-forge-developer
Generated from skillpack.yaml by Skillpack Forge.
Project
Compile one repo manifest into portable AGENTS.md, AI coding skills, agent rules, and CI checks.
Workflow
- Inspect the current project context and nearby files
- Run npm test before completion
- Document any command that cannot be run
Commands
- install:
npm install - test:
npm test - compile:
npm run compile - doctor:
npm run doctor - scan:
npm run scan - diff:
npm run diff - check:
npm run check - mcpb:
npm run mcpb - templates:
npm run templates - import-json:
npm run import-json - demo:
npm run demo
Principles
- Preserve user changes and keep edits scoped
- Inspect the current repo state before changing files
- Run verification before claiming success