Agent skill · Data & Analytics

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill claude-api --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 26
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/claude-api/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Building LLM-Powered Applications with Claude This skill helps you build LLM-powered applications with Claude. Choose the right surface based on your needs, detect the project language, then read the relevant language-specific documentation. ## When to Use - Use when building with the Claude API, Anthropic SDKs, or the Agent SDK. - Use when code imports `anthropic`, `@anthropic-ai/sdk`, or related Claude SDK packages. - Do not use for general coding work unrelated to Claude integrations. ## Defaults Unless the user requests otherwise: For the Claude model version, please use Claude Opus 4.6, which you can access via the exact model string `claude-opus-4-6`. Please default to using adaptive thinking (`thinking: {type: "adaptive"}`) for anything remotely complicated. And finally, please default to streaming for any request that may involve long input, long output, or high `max_tokens` — it prevents hitting request timeouts. Use the SDK's `.get_final_message()` / `.finalMessage()` helper to get the complete response if you don't need to handle individual stream events --- ## Language Detection Before reading code examples, determine which language the user is working in: 1. **Look a

What's inside
Steps it walks through
  1. When to Use
  2. Defaults
  3. Language Detection
  4. Language-Specific Feature Support
  5. Which Surface Should I Use?
  6. Decision Tree
  7. Should I Build an Agent?
  8. Architecture
  9. Current Models (cached: 2026-02-17)
  10. Thinking & Effort (Quick Reference)
  11. Compaction (Quick Reference)
  12. Reading Guide
  13. Quick Task Reference
  14. Claude API (Full File Reference)
Ships with 24 files
  • LICENSE.txt
  • csharp/claude-api.md
  • curl/examples.md
  • go/claude-api.md
  • java/claude-api.md
  • php/claude-api.md
  • python/agent-sdk/README.md
  • python/agent-sdk/patterns.md
  • python/claude-api/README.md
  • python/claude-api/batches.md
  • python/claude-api/files-api.md
  • python/claude-api/streaming.md
  • python/claude-api/tool-use.md
  • ruby/claude-api.md
  • shared/error-codes.md
  • shared/live-sources.md
  • shared/models.md
  • shared/tool-use-concepts.md
  • typescript/agent-sdk/README.md
  • typescript/agent-sdk/patterns.md
  • typescript/claude-api/README.md
  • typescript/claude-api/batches.md
  • typescript/claude-api/files-api.md
  • typescript/claude-api/streaming.md
first 24 of 26
More from agentic-awesome-skills
All skills →
About this skill
What does the claude-api skill do?

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.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill claude-api --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going