Agent skill
agentpack-dev
Contribute to Agentpack itself (spec-driven changes, tests, releases).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/agentpack-dev
SKILL.md
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(--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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?