Agent skill
claude-api
Install this agent skill to your Project
npx add-skill https://github.com/oboard/claude-code-rev/tree/main/src/skills/bundled/claude-api
SKILL.md
Claude API
Use this skill when the user is building against Anthropic APIs or SDKs, including @anthropic-ai/sdk, anthropic, or Agent SDK integrations.
What This Skill Covers
- Messages API basics across supported languages
- Streaming responses and incremental rendering
- Prompt caching for repeated context
- Tool use and agent-style orchestration
- Batches and Files API workflows
- Model selection and error handling
Working Rules
- Prefer Anthropic official docs and SDK idioms over generic LLM advice.
- Keep examples aligned with the user’s detected language when possible.
- Use the language-specific
README.mdfor standard request flow, auth, and request shape. - Use the shared docs for topics that cut across all SDKs, such as models, caching, tool-use concepts, and error codes.
- If the user asks for exact current model IDs, feature availability, or pricing, verify against Anthropic’s live docs before answering.
Reading Guide
- Basic request/response flow:
{lang}/claude-api/README.md - Streaming output:
{lang}/claude-api/streaming.md - Tool use:
shared/tool-use-concepts.mdand{lang}/claude-api/tool-use.md - Prompt caching:
shared/prompt-caching.md - Batch processing:
{lang}/claude-api/batches.md - File upload flows:
{lang}/claude-api/files-api.md - Model choice or naming:
shared/models.md - API and SDK failures:
shared/error-codes.md - Live sources for fresh answers:
shared/live-sources.md
Response Style
- Give production-usable examples, not pseudocode, when the user asks for implementation help.
- Call out when you are making an inference from the docs rather than repeating an explicit guarantee.
- If the user’s request depends on fast-changing details such as model names or pricing, browse Anthropic docs and cite the relevant page.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
verify
Verify a code change by running the app, the relevant command, or a focused server flow and reporting concrete evidence.
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Claude Code Guide
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.
qdrant-vector-search
High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.
Didn't find tool you were looking for?