skillpack-forge-demo-maintainerlisted
Install: claude install-skill guorunjie/skillpack-forge-demo
# 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