developing-claude-agent-sdk-agents
Installation
SKILL.md
<essential_principles> Core SDK Concepts
The Claude Agent SDK enables building autonomous AI agents that can:
- Execute multi-turn conversations with tool use
- Read, write, and edit files in a working directory
- Run shell commands
- Integrate with external services via MCP
- Spawn specialized subagents
1. Streaming is Primary
The SDK operates as a streaming API. You iterate over messages as they're generated: