Provides expert guidance and implementation patterns for building production-ready AI agents using the Claude Agent SDK in Python.
This skill serves as a comprehensive technical companion for developers building autonomous agents with the official Claude Agent SDK. It offers deep-dive documentation on interaction modes like stateless one-shot queries and stateful multi-turn conversations, alongside advanced architectural patterns such as subagent delegation, lifecycle hooks, and custom MCP tool integration. By centralizing best practices for session management, permission modes, and multi-cloud authentication (including AWS Bedrock and GCP Vertex), it enables the creation of robust, secure, and scalable AI-driven workflows within the Python ecosystem.
Características Principales
015 GitHub stars
02Orchestration guides for subagent delegation and specialized agent definitions.
03Cross-provider authentication support for Anthropic API, Bedrock, Vertex AI, and Azure Foundry.
04Lifecycle hook configurations for PreToolUse, PostToolUse, and Session events.
05Full coverage of interaction modes including stateless query() and stateful ClaudeSDKClient.
06Detailed implementation patterns for custom tools via in-process SDK MCP servers.
Casos de Uso
01Integrating proprietary business logic into Claude via custom-defined SDK tools and MCP servers.
02Building interactive terminal assistants with persistent conversation state and session memory.
03Developing automated code review pipelines that utilize specialized subagents for security and testing.