skills/tldr-stats/SKILL.md
Show full session token usage, costs, TLDR savings, and hook activity
npx skillsauth add rubicanjr/FinCognis skills/tldr-statsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show a beautiful dashboard with token usage, actual API costs, TLDR savings, and hook activity.
IMPORTANT: Run the script AND display the output to the user.
python3 $CLAUDE_PROJECT_DIR/.claude/scripts/tldr_stats.py
╔══════════════════════════════════════════════════════════════╗
║ 📊 Session Stats ║
╚══════════════════════════════════════════════════════════════╝
You've spent $96.52 this session
Tokens Used
1.2M sent to Claude
416.3K received back
97.8K from prompt cache (8% reused)
TLDR Savings
You sent: 1.2M
Without TLDR: 2.5M
💰 TLDR saved you ~$18.83
(Without TLDR: $115.35 → With TLDR: $96.52)
File reads: 1.3M → 20.9K █████████░ 98% smaller
TLDR Cache
Re-reading the same file? TLDR remembers it.
█████░░░░░░░░░░ 37% cache hits
(35 reused / 60 parsed fresh)
Hooks: 553 calls (✓ all ok)
History: █▃▄ ▇▃▇▆ avg 84% compression
Daemon: 24m up │ 3 sessions
| Metric | What it means | |--------|---------------| | You've spent | Actual $ spent on Claude API this session | | You sent / Without TLDR | Actual tokens vs what it would have been | | TLDR saved you | Money saved by compressing file reads | | File reads X → Y | Raw file tokens compressed to TLDR summary | | Cache hits | How often TLDR reuses parsed file results | | History sparkline | Compression % over recent sessions (█ = high) |
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.