Skillpack forge developer
Skill guorunjie/skillpack-forge/.codex/skills/skillpack-forge-developer
One manifest for every AI coding agent: generate AGENTS.md, CLAUDE.md, Claude/Codex Skills, Cursor rules, Copilot instructions, MCP resources, and MCPB bundles.
npx -y skills add guorunjie/skillpack-forge --skill skillpack-forge-developerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when changing, testing, or automating skillpack-forge.
SKILL.md
0.9 KB, as published. Nobody here has run it
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