Summary
Adds the Skillpack Forge skill under Development & Code Tools.
Real-world use case
Teams increasingly maintain separate AI coding-agent files for Claude, Codex, Cursor, GitHub Copilot, AGENTS.md-aware agents, and MCP clients. Skillpack Forge solves the drift problem by compiling one skillpack.yaml manifest into those generated files and validating that they stay synchronized.
Who uses this workflow
- Developers setting up AI-agent context in a repository.
- Teams standardizing Claude Skills, Codex Skills, Copilot instructions, Cursor rules, and AGENTS.md from one source of truth.
- Maintainers who want CI to detect stale generated agent context.
Attribution
Based on the open-source Skillpack Forge CLI and GitHub Action: https://github.com/guorunjie/skillpack-forge
Validation
- Added
skillpack-forge/SKILL.md with required frontmatter.
- Added README entry under Development & Code Tools.
- Included practical command examples using the published
npx skillpack-forge@latest package.