SKILL.md
agentpack-dev
This skill is for developing the agentpack repo (not for operating agentpack on another project).
Canonical docs (read first)
docs/CODEXEXECPLAN.md(AI-first execution roadmap)docs/SPEC.md(authoritative implementation contract)docs/JSONAPI.md+docs/ERRORCODES.md(--jsoncontract + stable error codes)
Spec-driven workflow (OpenSpec)
- Read:
openspec/AGENTS.mdandopenspec/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 -- --checkcargo clippy --all-targets --all-features -- -D warningscargo test --all --locked