← All plugins
agent-sdk-dev
v1.0.0Claude Agent SDK Development Plugin
Claude Code
by Ashwin Bhat934updated 2 weeks ago
Source
git clone https://github.com/LING71671/Open-ClaudeCodeClone 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",
"version": "1.0.0",
"author": {
"name": "Ashwin Bhat",
"email": "ashwin@anthropic.com"
}
}