# Agentpack Dev

> Contribute to Agentpack itself (spec-driven changes, tests, releases).

- Skill: `majiayu000/agentpack-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/agentpack-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/agentpack-dev/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/agentpack-dev

---


# agentpack-dev

This skill is for developing the `agentpack` repo (not for operating agentpack on another project).

## Canonical docs (read first)
- `docs/CODEX_EXEC_PLAN.md` (AI-first execution roadmap)
- `docs/SPEC.md` (authoritative implementation contract)
- `docs/JSON_API.md` + `docs/ERROR_CODES.md` (`--json` contract + stable error codes)

## Spec-driven workflow (OpenSpec)
- Read: `openspec/AGENTS.md` and `openspec/project.md`
- Create proposal: `openspec/changes/<change-id>/` (verb-led kebab-case)
- Validate: `openspec validate <change-id> --strict --no-interactive`
- After merge: archive via `openspec archive <change-id> --yes` (separate PR)

## Local verification
- `cargo fmt --all -- --check`
- `cargo clippy --all-targets --all-features -- -D warnings`
- `cargo test --all --locked`

