claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
Content Preview
--- name: claude-api description: Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs. origin: ECC --- # Claude API Build applications with the Anthropic Claude API and SDKs. ## When to Activate - Building applications that call the Claude API - Code imports `anthropic` (Python) or `@anthropic-ai/sdk` (Ty
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/claude-api.md \
https://raw.githubusercontent.com/affaan-m/everything-claude-code/main/.agents/skills/claude-api/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/affaan-m/everything-claude-codeThen reference at .agents/skills/claude-api/SKILL.md
Related Skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills
CLAUDE
AgentHub — Claude Code Instructions
engineeringclaude
by alirezarezvani · alirezarezvani-claude-skills
CLAUDE
C-Level Advisory Skills — Claude Code Guidance
c-level-advisorclaude
by alirezarezvani · alirezarezvani-claude-skills
CLAUDE
Regulatory Affairs & Quality Management Skills - Claude Code Guidance
ra-qm-teamclaude
by alirezarezvani · alirezarezvani-claude-skills