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
If crates.io install is not available yet, install from source:
Prebuilt binaries
GitHub Releases: https://github.com/liqiongyu/agentpack/releases
Quickstart
For a fuller walkthrough, see docs/index.md. For automation, see docs/reference/json-api.md.
Development
Contributing
Start with AGENTS.md and CONTRIBUTING.md.