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()
Installs
1
GitHub Stars
2.3K
First Seen
May 19, 2026
anth-performance-tuning — jeremylongshore/claude-code-plugins-plus-skills