By sabhyac26
Spotify Wrapped-style year-in-review for Claude Code - visualize your coding activity, patterns, and insights
You already know what it is :p
claude plugin marketplace add SabhyaC26/cc-wrapped
claude plugin install cc-wrapped
If you encounter an EXDEV: cross-device link not permitted error during installation, this is a known issue when /tmp and your home directory are on different filesystems. Use this manual installation workaround:
# Clone the repository directly to the plugins directory
git clone https://github.com/SabhyaC26/cc-wrapped.git ~/.claude/plugins/installed/cc-wrapped
# Install dependencies
cd ~/.claude/plugins/installed/cc-wrapped/plugin
npm install
# Install web UI dependencies
cd web
bun install # or npm install
After manual installation, restart Claude Code and the /cc-wrapped:wrapped command should be available.
Run the /cc-wrapped:wrapped command with optional time period:
# Current year (default)
/cc-wrapped:wrapped
# Last 30 days
/cc-wrapped:wrapped month
# Last 7 days
/cc-wrapped:wrapped week
# All-time stats
/cc-wrapped:wrapped all
# Specific year
/cc-wrapped:wrapped 2025
Claude Code Wrapped analyzes data from:
~/.claude/stats-cache.json - Activity metrics, model usage, hour distribution~/.claude/history.jsonl - Command history and project activityNo background tracking required - all analysis is done on-demand!
cc-wrapped/
├── plugin/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── commands/
│ │ └── wrapped.md # /wrapped command definition
│ ├── scripts/
│ │ ├── wrapped-analyzer.js # Main entry point
│ │ ├── data-parser.js # Parse stats and history
│ │ ├── metrics-calculator.js # Calculate all metrics
│ │ └── ui-renderer.js # Terminal UI rendering
│ └── lib/
│ ├── chart-generator.js # ASCII chart utilities
│ └── date-utils.js # Time range filtering
├── package.json
└── README.md
# Install dependencies
npm install
# Run directly
node plugin/scripts/wrapped-analyzer.js --period all
# Make executable
chmod +x plugin/scripts/wrapped-analyzer.js
./plugin/scripts/wrapped-analyzer.js --period week
# Test all-time stats
node plugin/scripts/wrapped-analyzer.js --period all
# Test current year
node plugin/scripts/wrapped-analyzer.js --period year
# Test last 30 days
node plugin/scripts/wrapped-analyzer.js --period month
# Test last week
node plugin/scripts/wrapped-analyzer.js --period week
# Test specific year
node plugin/scripts/wrapped-analyzer.js --period 2025
Contributions welcome! Please feel free to submit issues and pull requests.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sabhyac26/cc-wrappedGoal tracking and drift detection for Claude Code - keep your AI pair programmer focused on what matters
Spotify Wrapped-style year-in-review for Claude Code - visualize your coding activity, patterns, and insights
Query your Claude Code history with SQL. Analyze conversations, commits, and productivity patterns.
Tracks Claude Code session usage (tokens, costs, skills, MCP, subagents) and sends data to a self-hosted dashboard.
WakaTime plugin for Claude Code - Track your AI usage, lines of code generated, and time spent prompting AI
Session analytics hook for Claude Code — 15 configurable sections (models, cost, cache, tools, files, git diff, RTK savings...)
Live usage status bar for Claude Code — session limits, weekly usage, lines changed, 10 themes, widget priorities, shimmer animations, and zero API calls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.