agentpack 0.8.0

AI-first local asset control plane for Codex/Claude tooling
Documentation

Agentpack

Language: English | Chinese (Simplified)

Agentpack is an AI-first local “asset control plane” for managing and deploying:

  • AGENTS.md / instructions
  • Agent Skills (SKILL.md)
  • Claude Code slash commands (.claude/commands)
  • Codex custom prompts (~/.codex/prompts)

Documentation

  • Docs entrypoint: docs/index.md (English), docs/zh-CN/index.md (Chinese)
  • Quickstart: docs/tutorials/quickstart.md
  • Daily workflow: docs/howto/workflows.md
  • CLI reference: docs/reference/cli.md
  • Codex MCP wiring: docs/howto/mcp.md

Installation

Cargo

cargo install agentpack --locked

If crates.io install is not available yet, install from source:

cargo install --git https://github.com/liqiongyu/agentpack --tag v0.8.0 --locked

Prebuilt binaries

GitHub Releases: https://github.com/liqiongyu/agentpack/releases

Quickstart

agentpack init
agentpack update
agentpack preview --diff
agentpack deploy --apply --yes

For a fuller walkthrough, see docs/index.md. For automation, see docs/reference/json-api.md.

Development

cargo fmt --all
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all --locked

Contributing

Start with AGENTS.md and CONTRIBUTING.md.