claude-api

Provides Claude API and Anthropic SDK references across multiple programming languages including Python, TypeScript, Java, Go, Ruby, C#, PHP, and cURL.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill claude-api-sergeyitaly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-api
Source: https://github.com/sergeyitaly/claude-skill-deployer/tree/main/skills_library/claude-api
Command: npx skills add https://github.com/sergeyitaly/claude-skill-deployer --skill claude-api-sergeyitaly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers and AI engineers struggle to find accurate, up-to-date code examples and API references for the Claude API across multiple programming languages. This skill eliminates guesswork by providing a single, authoritative source of truth for models, pricing, streaming, tool use, MCP integration, agents, caching, and migration patterns.

Core Features & Use Cases

  • Multi-Language SDK Reference: Complete code examples for Python, TypeScript, Java, Go, Ruby, C#, PHP, and raw cURL.
  • Model & Pricing Intelligence: Current model IDs, context windows, input/output pricing, and capability flags (vision, thinking, effort).
  • Agentic Workflow Patterns: Managed Agents architecture, multiagent coordination, scheduled deployments, and outcome-graded loops.
  • Production Hardening: Error handling, prompt caching, context compaction, streaming reconnection, and self-hosted sandbox setup.

Quick Start

Use the claude-api skill to find the correct TypeScript code for creating a Managed Agent session with a GitHub repository mounted.

Frequently Asked Questions about claude-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate the Claude API using the Anthropic SDK in Python or TypeScript?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.

What is the best way to build managed agents with the Claude API?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.

Does the Claude API support tool use and MCP integration?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.

How do I handle streaming reconnection and error handling for Claude API production workloads?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.

Can I use the Claude API with Java, Go, Ruby, C#, PHP, or raw cURL?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.

When do I need context compaction and prompt caching for LLM integration?

Prompt caching reduces API costs by reusing cached context windows across multiple requests. The skill provides production patterns for implementing prompt caching and context compaction to optimize Claude API usage.