What problem does it solve?
This Skill helps you choose the correct Anthropic/Claude integration path and implement it correctly (Claude API vs tool use vs Agent SDK).
Core Features & Use Cases
- Surface selection: Pick between single-call, tool workflows, and Agent SDK based on whether Claude needs tools, files/web/terminal access, or multi-step orchestration.
- Guardrailed defaults: Enforce model choice (defaulting to Claude Opus 4.6), adaptive thinking, and streaming guidance for long inputs/outputs.
- Language-aware guidance: Detect the project language and route you to the appropriate language-specific Claude API/tooling documentation, including Go/Java/C#/PHP/Ruby.
- Operational best practices: Cover streaming, structured outputs, tool loops, prompt caching, compaction, and model/capability lookup guidance.
Quick Start
Tell the AI: "I’m building a TypeScript app that uses the Claude API with tools—show me the correct setup, streaming pattern, and a tool-use loop for this use case."