Skillpack forge demo maintainer
Skill guorunjie/skillpack-forge-demo/.codex/skills/skillpack-forge-demo-maintainer
Live fixture showing Skillpack Forge compiling one skillpack.yaml into multi-agent context files, MCP resources, and an MCPB bundle.
npx -y skills add guorunjie/skillpack-forge-demo --skill skillpack-forge-demo-maintainerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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 this demo fixture or refreshing generated agent context.
SKILL.md
1.3 KB, as published. Nobody here has run it
skillpack-forge-demo-maintainer
Generated from skillpack.yaml by Skillpack Forge.
Project
A small release automation fixture showing how one manifest compiles into AGENTS.md, CLAUDE.md, Skills, rules, Copilot instructions, MCP resources, and an MCPB bundle.
Workflow
- Inspect skillpack.yaml first because it is the source manifest
- Run npx skillpack-forge@latest compile . after manifest changes
- Run npx skillpack-forge@latest check . --strict to catch drift
- Run npm run check before completion
- Commit generated files together with the manifest change
Commands
- install:
npm install - demo:
npm run demo - test:
npm test - check:
npm run check - compile-context:
npx skillpack-forge@latest compile . - verify-context:
npx skillpack-forge@latest check . --strict - pack-mcpb:
npx skillpack-forge@latest mcpb . bundles/skillpack-forge-demo.mcpb
Principles
- Treat skillpack.yaml as the source of truth for generated agent context
- Keep fixture changes small enough that visitors can inspect them quickly
- Regenerate and verify agent files after changing workflows, commands, or targets
- Run npm run check and skillpack-forge check . --strict before claiming success