agent-sdk-dev

Claude Agent SDK Development Plugin

Content Preview
{
  "name": "agent-sdk-dev",
  "description": "Claude Agent SDK Development Plugin",
  "author": {
    "name": "Anthropic",
    "email": "[email protected]"
  }
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/agent-sdk-dev.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/agent-sdk-dev/.claude-plugin/plugin.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at plugins/agent-sdk-dev/.claude-plugin/plugin.json

Related Skills