# Skillpack Forge Developer

> Use when changing, testing, or automating skillpack-forge.

- Skill: `guorunjie/skillpack-forge-developer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guorunjie/skillpack-forge-developer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guorunjie/skillpack-forge-developer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: guorunjie (https://skillmd.com/u/guorunjie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guorunjie/skillpack-forge-developer

---


# skillpack-forge-developer

Generated from `skillpack.yaml` by Skillpack Forge.

## Project
Compile one repo manifest into portable AGENTS.md, AI coding skills, agent rules, and CI checks.

## Workflow
- Inspect the current project context and nearby files
- Run npm test before completion
- Document any command that cannot be run

## Commands
- install: `npm install`
- test: `npm test`
- compile: `npm run compile`
- doctor: `npm run doctor`
- scan: `npm run scan`
- diff: `npm run diff`
- check: `npm run check`
- mcpb: `npm run mcpb`
- templates: `npm run templates`
- import-json: `npm run import-json`
- demo: `npm run demo`

## Principles
- Preserve user changes and keep edits scoped
- Inspect the current repo state before changing files
- Run verification before claiming success

