claude-code-proxy-patterns
SolidClaude Code OAuth proxy patterns and anti-patterns for multi-provider model routing.
Install
Quality Score: 80/100
Skill Content
Details
- Author
- terrylica
- Repository
- terrylica/cc-skills
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
claude-api
Claude API and Anthropic SDK reference for model selection, pricing, parameters, streaming, tool use, MCP, agents, caching, token counting and migrations. Use whenever the request names Claude, Anthropic, Opus, Sonnet, Haiku, the anthropic packages or Claude model IDs; when choosing or debugging a Claude API feature; or when an LLM-shaped task names no provider. Before editing, inspect the target for another provider. Do not use this skill when the user or project explicitly targets OpenAI, Gemini, Llama, Mistral, Cohere or Ollama; ask before switching an existing non-Anthropic implementation to Claude. Verify time-sensitive model, price and limit claims against current official documentation.
claude-api
Load when a task needs Claude API or Anthropic SDK build, debug, migration, or tuning work; skip provider-neutral, OpenAI, or non-Anthropic model work.
claude-api
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.