What problem does it solve? Writing correct Claude API integration code requires up-to-date knowledge of model IDs, pricing, streaming, tool use, prompt caching, and frequent API changes that make memorized patterns stale. This Skill provides an authoritative reference so generated Anthropic SDK code uses current parameters and avoids deprecated shapes. ## Core Features & Use Cases - Multi-language SDK guidance: Language-specific documentation for Python, TypeScript, Java, Go, Ruby, C#, PHP, and raw cURL/HTTP, with automatic language detection from project files. - API drift correction: Documents breaking changes such as adaptive thinking replacing budget_tokens, current model IDs and pricing, refusal fallbacks, and structured outputs. - Migration and audit subcommands: The migrate subcommand upgrades existing Claude code to newer models, and prompt-audit finds dated prompting patterns written for older 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 current model IDs and adaptive thinking. ## Quick Start Ask the assistant to add a Claude API call with streaming and tool use to your project file using the official Anthropic SDK.