Skillpack forge demo release notes
Skill guorunjie/skillpack-forge-demo/.codex/skills/skillpack-forge-demo-release-notes
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-release-notesAssembled 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 updating the tiny release-note helper in this fixture.
SKILL.md
1.2 KB, as published. Nobody here has run it
skillpack-forge-demo-release-notes
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
- Review src/release-notes.mjs and test/release-notes.test.mjs together
- Keep the helper dependency-free and easy to read
- Run npm test after code changes
- Update README examples if command behavior changes
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