Claude API
Reference and implementation guidance for building against the Claude API — messages, tools, streaming, caching.
Claude API loads current, correct reference material for building against the Messages API directly — request shapes, tool-use loops, streaming, prompt caching, and model selection — instead of relying on training-data knowledge that’s likely stale by the time it matters, given how frequently API surface and model lineups change.
It’s the skill to have active when you’re implementing a Claude integration by hand rather than through a higher-level SDK feature: a custom tool-use loop, a caching strategy for a long system prompt, or picking the right model for a cost/latency/quality tradeoff in a specific application.
Distinct from MCP Builder and Skill Creator in this catalog — those are for building the extensions Claude uses; this is for building software that calls Claude directly.
Similar Skills
Brand Guidelines
Applies Anthropic's brand system — colors, type, and voice — to documents and interfaces on request.
Frontend Design
Design direction for interfaces that read as deliberate rather than templated — palette, typography, and layout with a point of view.
MCP Builder
A guided workflow for building high-quality MCP servers in Python or TypeScript.