← ClaudeAtlas

skillpack-forge-demo-release-noteslisted

Use when updating the tiny release-note helper in this fixture.
guorunjie/skillpack-forge-demo · ★ 0 · AI & Automation · score 68
Install: claude install-skill guorunjie/skillpack-forge-demo
# 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