The /claude-api Skill for Anthropic SDK Development

Claude CodeView original changelog

Claude Code v2.1.69 ships a new first-party bundled skill, /claude-api, designed to assist developers building applications with the Claude API and the Anthropic SDK. The skill surfaces authoritative API patterns, SDK conventions, and current best practices directly into Claude Code's context when working on Anthropic SDK projects. This is the first official Anthropic-authored skill targeting the API developer workflow directly within the coding environment.


The /claude-api Skill: Native API Development Assistance in Claude Code

Claude Code v2.1.69, released March 4, 2026, introduces /claude-api, a new bundled skill that brings first-party knowledge of the Anthropic SDK and Claude API directly into the development workflow.

What the Skill Does

Skills in Claude Code are activated domains of context — they surface relevant instructions, code patterns, and best practices into Claude's working memory when the current task matches their scope. The /claude-api skill is purpose-built for projects that interact with the Anthropic API: SDK initialization, message construction, streaming, tool use, agent orchestration, and related patterns. Developers no longer need to keep SDK documentation open in a separate tab or rely on Claude's general training data for API details; the skill loads authoritative, current patterns directly into context.

First-Party Skill Authorship

Unlike community skills, /claude-api is authored and maintained by Anthropic. This matters because the Claude API surface evolves quickly — new model IDs, extended thinking schemas, tool use updates, and agent SDK primitives ship regularly. A first-party skill stays synchronized with the official SDK, ensuring that guidance surfaced in Claude Code reflects the current API rather than potentially outdated training data patterns.

Part of a Broader Skill Ecosystem

The addition of /claude-api continues Anthropic's pattern of shipping domain-specific bundled skills alongside Claude Code's core capabilities. With this skill, Anthropic acknowledges that Claude Code itself is increasingly being used to build Claude-powered applications — a natural meta-development use case that now gets dedicated in-tool support. The ${CLAUDE_SKILL_DIR} variable introduced in the same release also allows skills (including /claude-api) to reference their own directory in SKILL.md content, enabling more self-contained and portable skill definitions.