Phoenix Claude Code — Development skill for Claude Code
Monitor, evaluate, and improve your Claude Code usage with Arize Phoenix.
How to install Phoenix Claude Code
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rachittshah/phoenix-claude-code and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Phoenix Claude Code does
Monitor, evaluate, and improve your Claude Code usage with Arize Phoenix.
Alternatives in Development
- Skill Creator — Create new skills, modify existing skills, and measure skill performance 94.1k ★
- Contributing — Thanks for your interest in contributing to Marketing Skills 13.8k ★
- AWorld — Search, understand, reproduce, and improve an idea with ease 1.2k ★
README
phoenix-claude-code
Monitor, evaluate, and improve your Claude Code usage with [Arize Phoenix](https://github.com/Arize-ai/phoenix).
TRACES --> MONITOR --> ANNOTATE --> JUDGE --> DATASET --> CI --> IMPROVE --> repeat
Most people use Claude Code without knowing what's actually happening: which models are called, how many tokens are spent, what errors occur, or whether their prompts are effective. This repo gives you full observability and an eval-driven improvement loop.
What You Get
- Full trace capture — Every LLM call from Claude Code routed through a LiteLLM proxy into Phoenix
- Usage analysis — Parse
~/.claude/history.jsonlfor prompt patterns, project breakdown, monthly trends - 4 automated judges — Evaluate prompt quality, secret hygiene, session discipline, and topic coherence
- Error analysis workflow — Jupyter notebook for manual session review (the highest-ROI activity in AI evals)
- Golden dataset builder — Export sessions as annotatable CSV, build your eval dataset from real failures
Quickstart
git clone https://github.com/rachittshah/phoenix-claude-code.git
cd phoenix-claude-code
cp .env.example .env
# Edit .env: add your ANTHROPIC_API_KEY
# Start Phoenix + LiteLLM proxy
docker compose up -d
# Install Python package
pip install -e .
# Install Phoenix CLI
npm install -g @arizeai/phoenix-cli
Configure Claude Code to route through the proxy:
# In your shell profile (~/.zshrc)
export ANTHROPIC_BASE_URL=http://localhost:4000
export PHOENIX_HOST=http://localhost:6006
export PHOENIX_PROJECT=claude-code
Restart Claude Code. All LLM calls now flow through LiteLLM → Phoenix.
Open Phoenix UI at **http://localhost:6006** to see traces.
Usage
Analyze Your Prompt History
python analysis/history_analyzer.py
Output: monthly breakdown, project usage, prompt length trends, command frequency.
Analyze Phoenix Traces
python analysis/trace_analyzer.py
Output:
Related Skills
Coding Harness Tracing
Trace coding harnesses like claude-code, cursor, and codex to Arize AX or Phoenix
Eval Improve
/eval-improve — Evaluate + Directed Improvement
Self Assess
You are Adjutant, a global orchestrator agent. This is a SELF-ASSESSMENT — a weekly introspection to evaluate
Refine Spell
Improve an existing spell based on real usage
Clauth
Claude Code multi-account manager, usage monitor (CLI, TUI & MCP cross-account delegation)
Claude Usage Monitor
Claude Code statusline plugin for 5-hour/7-day quota, context usage, tokens, and reset countdowns in your term
Related Agents
Performance Monitor
Monitor agent execution, track token usage, measure response quality, and optimize workflows
UX Interface Architect
Use this agent when you need to design, evaluate, or improve web user interfaces with a focus on user engageme
UX Advocate
Use this agent when you want to evaluate or improve the user experience of software you're building. This incl