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 Managed Agents
Deploy Target
MCP Protocol
Tool Standard
.claude Standard
Agent Config
Claude Code
Runtime
Claude 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.
Command
What it does
anpm create
Scaffold a new harness with manifest and folder structure
anpm explore
Browse published harnesses from the registry
anpm status
Check installed harnesses and their versions
anpm uninstall
Remove 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.