← All plugins
agent-sdk-dev
Claude Agent SDK Development Plugin
Claude Code
by Anthropic33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/agent-sdk-dev/ inside the repository.
Layout
plugins/agent-sdk-dev/
└── .claude-plugin/plugin.json
Manifests1
plugins/agent-sdk-dev/.claude-plugin/plugin.json
{
"name": "agent-sdk-dev",
"description": "Claude Agent SDK Development Plugin",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}