# Agentpack Dev

> Contribute to Agentpack itself (spec-driven changes, tests, releases). Use when this capability is needed.

- Skill: `tomevault-io/agentpack-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/agentpack-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/agentpack-dev/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/liqiongyu) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

