What problem does it solve? Writing correct Claude API code requires up-to-date knowledge of model IDs, pricing, parameter shapes, and SDK conventions that change frequently; this Skill supplies verified, current reference material so generated code matches the live API instead of stale training data. ## Core Features & Use Cases - Multi-language SDK guidance: Language detection routes to dedicated references for Python, TypeScript, Java, Go, Ruby, C#, PHP, and raw cURL, covering streaming, tool use, structured outputs, and error handling. - Current model and parameter reference: Cached model tables with IDs, context windows, and pricing, plus API-drift tables flagging changed shapes like adaptive thinking, effort levels, and refusal fallbacks. - Agent architecture coverage: Decision guides for single calls, tool-use workflows, the Tool Runner, and Managed Agents, including the migrate subcommand for upgrading existing code to newer models. - Use Case: A developer asks to add streaming tool use to a Python backend; the Skill detects Python, loads the Python reference, and produces code using the official anthropic SDK with claude-opus-5, adaptive thinking, and typed exception handling. ## Quick Start Ask the assistant to write a Claude API integration in your project's language, for example to add a streaming chat endpoint with tool use to your Python service.