ClaudeBuild for Claude Managed Agents

Two steps to publish

Build a harness, publish it to the registry. Your workflow becomes a one-line install for anyone in the Claude ecosystem.

Step 1 — Install anpm
$
Paste this into your terminal to get started
Official Claude Ecosystem
Claude
Claude Managed Agents
Deploy Target
MCP Protocol
Tool Standard
.claude Standard
Agent Config
Claude Code
Runtime
ClaudeClaude Code Integration

Built for Claude Code developers

anpm hooks directly into Claude Code's agent runtime. Your harness gets the same environment Anthropic uses internally — skills, rules, and slash commands wired up automatically.

CommandWhat it does
anpm createScaffold a new harness with manifest and folder structure
anpm exploreBrowse published harnesses from the registry
anpm statusCheck installed harnesses and their versions
anpm uninstallRemove a harness from your local environment
Terminal
/anpm
Slash Commands
/anpm:anpm-create
/anpm:anpm-explore
/anpm:anpm-status
/anpm:anpm-uninstall
Why Build on anpm

Your work, amplified

Publishing on anpm means your harness is one install command away for every Claude Code user. Build once, reach thousands.

AI-Assisted Scaffolding
anpm create generates the correct folder structure, manifest, and boilerplate in seconds. No blank-page problem.
Hot Reload in Dev
Edit skills and rules while Claude Code is running. Changes reflect immediately without restarting the session.
Public or Private
Publish openly to the community registry or keep harnesses private for your team with access codes.
One-Command Deploy
anpm publish handles versioning, validation, and registry upload. Push an update as easily as npm publish.
anpm createanpm linkanpm runanpm publishanpm deployanpm diff
Build & Publish

From idea to published harness in four steps

1
Scaffold
npm install -g anpm-io then anpm init
2
Build
Add your agents, skills, rules, and slash commands. Test locally inside Claude Code.
3
Validate
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
ClaudeRegistry Publishing

Ship to the registry

Publishing creates a versioned, immutable snapshot of your harness in the anpm registry. Installers always get exactly what you shipped.

Create
anpm create
Generate scaffold with manifest
Test
claude
Run locally in Claude Code
Publish
anpm publish
Push to the registry
Install
anpm install
Anyone can install instantly
Claude

Ready to build your first harness?

Get StartedRead the Docs