Skip to main content
Code Guide
T22 Intermediate Technical

Third-Party Tools

The essential complementary tools in the ecosystem

PDF
← All cards

Cost Tracking

ccusage — the community reference tool for tracking API spending. Parses local JSONL files, zero data sent externally.

Terminal window
npx ccusage # Today's summary
ccusage daily # Daily report
ccusage blocks --live # Real-time monitoring (5h windows)
ccusage --breakdown # Breakdown by model

ccburn — Python alternative with burn-rate charts in the terminal. Useful for visualizing consumption relative to billing limits, within a Python ecosystem.

Terminal window
pip install ccburn
ccburn

Dashboard & Monitoring

ccboard — TUI and web interface for monitoring sessions, costs, and statistics in real time.

Terminal window
cargo install ccboard
ccboard # TUI interface
ccboard --web # Web UI on localhost:3000

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.

Terminal window
npx straude@latest # Auth + sync in one command
straude push --dry-run # Preview without sending
straude status # Streak, global rank, totals

Token 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.

Terminal window
brew install rtk-ai/tap/rtk
rtk init # Setup with automatic hook

Parallel 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

ProfileRecommended tools
Solo developerccusage + claude-code-viewer
Small teamccusage + Conductor or multiclaude
Multi-agentsConductor or Toad
Python ecosystemccburn + 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.

PDF: