Cost Tracking
ccusage — the community reference tool for tracking API spending. Parses local JSONL files, zero data sent externally.
npx ccusage # Today's summaryccusage daily # Daily reportccusage blocks --live # Real-time monitoring (5h windows)ccusage --breakdown # Breakdown by modelccburn — Python alternative with burn-rate charts in the terminal. Useful for visualizing consumption relative to billing limits, within a Python ecosystem.
pip install ccburnccburnDashboard & Monitoring
ccboard — TUI and web interface for monitoring sessions, costs, and statistics in real time.
cargo install ccboardccboard # TUI interfaceccboard --web # Web UI on localhost:3000History Search
Straude — social dashboard to track and share consumption stats. Pushes daily metrics (cost, tokens, models) to a public leaderboard. Note: sends machine hostname and a device UUID to Straude servers. Use --dry-run before the first push.
npx straude@latest # Auth + sync in one commandstraude push --dry-run # Preview without sendingstraude status # Streak, global rank, totalsToken Optimization
RTK (Rust Token Killer) — CLI proxy that filters outputs before they enter the context. 92% reduction on git log, 90% on tests. See card T20 for details.
brew install rtk-ai/tap/rtkrtk init # Setup with automatic hookParallel Orchestration
Conductor — macOS application for orchestrating multiple Claude Code instances in parallel via git worktrees. Integrated interface: diff viewer, CI/GitHub Actions, Linear, PR workflow.
Install from conductor.build (macOS only as of March 2026).
Typical flow: create one workspace per feature from a GitHub or Linear issue, let the agents run, use “Next Workspace” to handle only those waiting for input.
Recommendation Table
| Profile | Recommended tools |
|---|---|
| Solo developer | ccusage + claude-code-viewer |
| Small team | ccusage + Conductor or multiclaude |
| Multi-agents | Conductor or Toad |
| Python ecosystem | ccburn + Claude Chic |
Known Gaps (March 2026)
No visual editor for .claude/skills/ skill files. No unified dashboard combining config, sessions, costs, and MCP. MCP config management remains manual via ~/.claude.json.
Enter your email to read the full card and get the complete PDF bundle.
All content is free and open-source. We just ask for your email.