analyze-usage
Installation
SKILL.md
AI Coding Usage
Unified usage analyzer for Claude Code and Cursor. Loads logs into DuckDB for SQL analysis.
Quick Start
# Run the script (loads data on first run, incremental updates after)
scripts/analyze-usage
# Show database schema and example queries
scripts/analyze-usage --schema
# Query your data
scripts/analyze-usage query "SELECT * FROM tool_summary"