agent-sdk-builder
Installation
SKILL.md
Skill: Claude Agent SDK Builder
When the user wants to build an agent with the Claude Agent SDK — whether that's writing their first
query(), wiring up hooks, adding subagents, or deploying to production — follow the steps in this skill to diagnose their intent, surface the right reference, and produce working code.
How to Use This Skill
Trigger: User asks about building, debugging, or extending a Claude Agent SDK agent (Python or TypeScript).
Process:
- Identify the user's goal using the Intent Classifier below.
- Read the reference file(s) listed for that goal — they are in
references/and indexed inINDEX.md. - Produce a working code snippet in the user's language (Python or TypeScript). Default to Python if unspecified.
- Point the user to the exact reference section for deeper reading.