0
1
In review
Synced today
What it does
A development tool for contributing to the Agentpack repository via spec-driven changes, testing, and releases.
Skill profile
Keep exploring
More options in Dev Tools.
Claude Code · Codex · OpenClaw
Updated 7/14/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill agentpack-devReview source code and installation permissions before adding third-party tools to an agent.
agentpack-dev is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/David-Li0406/meta-skill-evloving --skill agentpack-devSKILL.md
--- name: agentpack-dev description: Contribute to Agentpack itself (spec-driven changes, tests, releases). --- # 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`
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.