Build for Claude Managed AgentsTwo steps to publish
Install the CLI, type /anpm-create in Claude Code.
Your agent harness is ready to publish.
Step 1 — Install anpm CLI
✓ Then open Claude Code and type /anpm-create
Official Claude Ecosystem Claude Managed Agents
Deploy Target
MCP Protocol
Tool Standard
.claude Standard
Agent Config
Native Claude Code IntegrationEverything runs inside
your editor
After npm install -g anpm-io, slash commands are available directly in Claude Code. No context switching.
| Command | What it does |
|---|
| /anpm-create | Scaffold, write skills, test & publish |
| /anpm-explore | Search & install from the registry |
| /anpm-status | View installed agents & environment |
| /anpm-uninstall | Remove agents cleanly |
Claude Code
/anpm
Slash Commands
/anpm:anpm-create
/anpm:anpm-explore
/anpm:anpm-status
/anpm:anpm-uninstall
Why Build on anpm
Why builders choose anpm
Focus on your agent logic. We handle packaging, distribution, and deployment.
AI-Assisted Creation
/anpm-create walks you through the entire flow. Claude writes skills with you.
Hot Reload Dev
anpm link + anpm run for instant local testing without reinstalling.
Three Visibility Modes
Public , private (access code), or internal (org-only). You control distribution.
One-Click Deploy
anpm deploy --to anthropic ships to Managed Agents. No infrastructure.
anpm createanpm linkanpm runanpm publishanpm deployanpm diff
▶Full Build Flow
From zero to
published
1
Install & connect
npm install -g anpm-io then anpm init
2
Create with /anpm-create
Claude scaffolds skills/, hooks/, anpm.yaml and helps you write skill definitions.
3
Test locally
anpm link + anpm run to verify in a live session.
4
Publish
anpm publish — anyone can install with one command.
# Install & connect
$ npm install -g anpm-io
$ anpm login
$ anpm init
✓ Connected /anpm-create, /anpm-explore, /anpm-status
# Create in Claude Code
claude> /anpm-create my-harness
✓ Scaffolded skills/, hooks/, anpm.yaml
# Test & publish
$ anpm link ./my-harness
$ anpm publish
✓ Validation passed
✓ Published! anpm install my-harness
Anthropic Cloud InfrastructureFrom local to cloud
Your harness deploys directly to Anthropic's Managed Agents infrastructure. No servers to manage.
Create
anpm create
scaffold + write skills
Test
anpm link + run
local hot reload
Publish
anpm publish
push to registry
Deploy
anpm deploy
Managed Agents
Stop building from scratch.
Start publishing agents.