Skip to main content

agent-toolkit banner

agent-toolkit-cli

The official CLI for agent-toolkit — install skills, agents, loops, and MCP configs across every major AI coding assistant.

PyPI Python License: MIT Validate

skills agents loops

Claude Code Cursor OpenCode Copilot Windsurf Pi

Monorepo · Docs · Installation · CLI surfaces · Changelog


What is this package?

agent-toolkit-cli is the PyPI adapter for the agent-toolkit monorepo (ADR-021). Platform wheels bundle the native V binary; agent-toolkit / agent-toolkit-cli are a thin launcher. The Python implementation remains as agent-toolkit-py until retirement.

It also ships:

  • bundled skills, agents, loops, profiles, packs, and MCP templates
  • install / doctor / sync workflows that deploy the right artifacts per AI tool

One CLI. Any coding assistant. Zero duplication.

uvx --from agent-toolkit-cli agent-toolkit install
agent-toolkit doctor
agent-toolkit architecture

Quick start

Recommended: uv — no permanent install required.

# One-shot (preferred)
uvx --from agent-toolkit-cli agent-toolkit install
uvx --from agent-toolkit-cli agent-toolkit doctor

# Or install the CLI persistently
uv tool install agent-toolkit-cli
agent-toolkit install    # auto-detects Claude, Cursor, OpenCode, Windsurf, Pi, Copilot
agent-toolkit doctor

Other installers

pip install agent-toolkit-cli
pipx install agent-toolkit-cli

# System packages (release notify → dedicated taps)
brew tap ulises-jeremias/homebrew-tap && brew install agent-toolkit
yay -S agent-toolkit   # Arch Linux (AUR)

Full walkthrough: docs/INSTALLATION.md


Key concepts

🛠️ Skills

Reusable capability units (SKILL.md) that teach an agent how to do a job — delivery, forge CLIs, design, data, ops.

61 skills across 9 domains. Browse with agent-toolkit inventory or agent-toolkit skills list.

🤖 Agents

Personas that constrain how the AI works — review, plan, architect, fix CI — without rewriting prompts each time.

16 personas, compiled into each target's native format via install.

🔄 Loops

Recurring agentic workflows with mutation-safety tiers (L1 observe → L2 controlled → L3 high autonomy).

agent-toolkit loop run daily-triage · 10 bundled templates

🔗 MCP

Provider registry + ready templates (GitHub, Slack, Notion, Linear, Figma, ClickUp) emitted into target-native configs.

agent-toolkit mcp list · mcp setup <provider> · mcp doctor

Supported tools

Supported AI tools grid
Tool What install deploys
Claude Code Plugin manifest, skill references, settings
Cursor Marketplace plugins + .mdc rules (IDE + Agent CLI)
OpenCode System prompt overlays, agent configs
GitHub Copilot copilot-instructions.md with domain selection
Windsurf Rules and memory files via Cascade (~/.codeium/windsurf/)
Pi Agent Skills and loop templates in Pi's native format
# Target specific tools
agent-toolkit install --tools claude-code,cursor
agent-toolkit install --dry-run
agent-toolkit install --force

Command reference

Everyday consumer commands vs advanced workstation / harness commands. Details: docs/CLI_SURFACES.md

Consumer

Command Purpose
install Install profiles for detected or selected AI tools
update Refresh installed profiles from latest toolkit data
uninstall Remove toolkit-owned files using install receipts
doctor Check toolkit data and tool availability
diff Show changes vs currently installed plugin bundles
skills Sync, list, and validate skills
mcp MCP provider setup, health, doctor, uninstall
plugin Plugin bundle sync and check
agent-toolkit skills list
agent-toolkit skills sync --tools claude-code,cursor
agent-toolkit mcp setup github
agent-toolkit doctor --fix

Advanced

Still on the same binary — start here when running an agentic-harness-style workspace:

Command Purpose
loop Loop engineering: init, run, status, audit, cost, schedule, sync
workspace Workspace scaffolding: init, context, personas, packs
memory Knowledge base: add, search, inject, review, todo
project Project index: clone, list, add, remove, scan
devcompanion Background job queue (dc alias)
insights Local usage analytics (OpenCode, Cursor, Claude)
inventory List skills, agents, and products
matrix Platform capability matrix
build / release Compile / release artifacts (maintainer)
# Loops (mutation-safety tiers L1 → L3)
agent-toolkit loop init daily-triage
agent-toolkit loop run daily-triage
agent-toolkit loop status
agent-toolkit loop audit daily-triage

# Workspace harness
agent-toolkit workspace init --dir ~/.agentic-harness
agent-toolkit memory search "topic"
agent-toolkit project clone owner/my-repo
agent-toolkit inventory
Loop autonomy tiers
Tier Posture Examples
L1 Observe / propose (report-only) oss-daily-briefing, daily-triage, oss-triage
L2 Controlled mutations (PR-gated) ci-sweeper, dep-sweeper, pr-babysitter
L3 High autonomy (allowlist) oss-pr-monitor

Optional dependencies

# YAML-backed pack / catalog features
uv tool install "agent-toolkit-cli[yaml]"

# Everything optional
uv tool install "agent-toolkit-cli[all]"
Extra Provides
yaml PyYAML for pack overlays and richer catalog parsing
all Currently same as yaml
dev pytest, ruff (contributors)

Upgrade & uninstall

uv tool upgrade agent-toolkit-cli
agent-toolkit update          # refresh deployed profiles
agent-toolkit uninstall       # remove toolkit-owned files via receipts

uv tool uninstall agent-toolkit-cli
# or: pip uninstall agent-toolkit-cli

docs/UNINSTALL.md


Ecosystem

agent-toolkit is the capability distribution layer (L1.5) in a personal DX stack:

Layer Repo Role
L1 agentic-workstation Machine provisioning — chezmoi, shell, packages, LLM policy
L1.5 agent-toolkit (this CLI) Skills, loops, profiles, MCP
L3 agentic-harness AI workspace scaffold — memory, personas, multi-repo orchestration

Documentation

Guide Description
README (monorepo) Full product overview, skills, agents, packs
INSTALLATION.md Install paths per tool
CLI_SURFACES.md Consumer vs advanced commands
LOOPS.md Loop engineering reference
TRUST.md Trust boundaries and supply chain
COMPATIBILITY.md Python / tool matrix
Wiki Extended reference

Canonical sources live in the agent-toolkit monorepo. This package is the installable distribution of that source of truth.


Requirements

  • Python 3.10+
  • Optional: uv for uvx / uv tool workflows
  • At least one supported AI coding assistant (for install to deploy profiles)

Contributing

Issues and PRs welcome on the monorepo:

git clone https://github.com/ulises-jeremias/agent-toolkit
cd agent-toolkit
uv sync --project packages/pypi/agent-toolkit-cli --all-extras
uv run --project packages/pypi/agent-toolkit-cli --directory . agent-toolkit-py --help

MIT © ulises-jeremias · PyPI · GitHub

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agent_toolkit_cli-1.11.0.tar.gz (499.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

agent_toolkit_cli-1.11.0-py3-none-win_amd64.whl (2.5 MB view details)

Uploaded Python 3Windows x86-64

agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_x86_64.whl (2.4 MB view details)

Uploaded Python 3manylinux: glibc 2.38+ x86-64

agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_aarch64.whl (2.5 MB view details)

Uploaded Python 3manylinux: glibc 2.38+ ARM64

agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_x86_64.whl (1.8 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file agent_toolkit_cli-1.11.0.tar.gz.

File metadata

  • Download URL: agent_toolkit_cli-1.11.0.tar.gz
  • Upload date:
  • Size: 499.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for agent_toolkit_cli-1.11.0.tar.gz
Algorithm Hash digest
SHA256 cfaa26405bf6966eaf6cdf2f75a9815949903870a72e63bd4e254bbd6317c891
MD5 b94eee7e48b0fd8fd9f98b8b09e04ac0
BLAKE2b-256 5dbe97595f47c6d0331fa3f7179bf7cf240448aa4ba4d5804dec5b92ceb125ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0.tar.gz:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_toolkit_cli-1.11.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for agent_toolkit_cli-1.11.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f5b224af2cc800010e0bc77986da34f14b5442f36483f6e0403b20fa71c9e6b6
MD5 917b6921ed51e553af87a015ae385143
BLAKE2b-256 3a12e417906f61c7ddbc7433db6dc8652522821011ae44006203b75689d76f04

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0-py3-none-win_amd64.whl:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_x86_64.whl.

File metadata

File hashes

Hashes for agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 01af407d42bb46b32b31dad25fc71fedfd45d851c21a1370a6882e6867fe838a
MD5 8eb9c4c4d7f43e19b2f89ec61dc2d756
BLAKE2b-256 5ca52315660726feb4aecb7cc8985fd7e8b8ca7ea893d7a29d5cccb229e4e82a

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_x86_64.whl:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_aarch64.whl.

File metadata

File hashes

Hashes for agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_aarch64.whl
Algorithm Hash digest
SHA256 6497f84e990c0f2f0f3d21d9a8331e2a46daa508688d4218cc6c42b1c4f30085
MD5 d2ef67559045ff423d729fbad0bd97f1
BLAKE2b-256 3fda54ce1f41f4364e73d6f5d35f78ee176e8d412fd891d34a6fd6b92914df12

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0-py3-none-manylinux_2_38_aarch64.whl:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5ea3c61e43151452414982cc46e29c443c0c55d0d1fd342dc7480bede03a3f23
MD5 b1f43cd6e8db48fe5a98e952ef488471
BLAKE2b-256 4b1184eb991aaa3157fd544cc547f580d94c43cf7d4e744dff5e714a8d8efbf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_x86_64.whl:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8efe26bb1fd62b2affe49bf7fc822b4e122e75ccb08218aabca06b4088ebccef
MD5 3fb95146f5d92f17ea51ff4b0a301ede
BLAKE2b-256 fef1a8785e696830fb3fece257eb4c9f17819eff362c3c881f0a873d073b4099

See more details on using hashes here.

Provenance

The following attestation bundles were made for agent_toolkit_cli-1.11.0-py3-none-macosx_11_0_arm64.whl:

Publisher: release.yml on ulises-jeremias/agent-toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page