← All plugins
agent-sdk-dev
v1.0.0Claude Agent SDK Development Plugin
Claude Code
by Ashwin Bhat1.9kupdated 2 weeks ago
Source
git clone https://github.com/composio-community/awesome-claude-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is agent-sdk-dev/ inside the repository.
Layout
agent-sdk-dev/
└── .claude-plugin/plugin.json
Manifests1
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"
}
}