anth-performance-tuning
Installation
SKILL.md
Anthropic Performance Tuning
Overview
Optimize Claude API latency and throughput via prompt caching, model selection, streaming, and request optimization. The biggest wins come from prompt caching (90% input cost reduction) and model selection (Haiku is 4x faster than Sonnet).
Prompt Caching (Biggest Win)
import anthropic
client = anthropic.Anthropic()