
Cc Wrapped
- Updated December 15, 2025
- SabhyaC26/cc-wrapped
cc-wrapped creates a Spotify Wrapped-style year-in-review of your Claude Code usage, visualizing coding activity, patterns, and insights. A developer uses it for a fun, shareable retrospective of how and how much they coded with Claude Code over the year.
Key points
- Year-in-review for Claude Code
- Visualizes coding patterns
- Spotify Wrapped style
- Usage insights
Cc Wrapped by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add SabhyaC26/cc-wrapped/plugin install cc-wrapped@cc-wrappedAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | December 15, 2025 |
|---|---|
| Repository | SabhyaC26/cc-wrapped ↗ |
What it does
Produce a Spotify Wrapped-style year-in-review of your Claude Code coding activity, surfacing patterns and insights.
README.md
Claude Code Wrapped Plugin
Spotify Wrapped-style year-in-review for Claude Code! Visualize your coding activity, patterns, and insights with beautiful terminal UI.
Features
- Activity Metrics: Messages, sessions, tool calls, and activity timeline
- Time Analytics: Peak coding hours, coding persona (Night Owl, Morning Architect, etc.), busiest day
- Model Usage: Preferred model (Opus vs Sonnet), token usage, cache efficiency
- Command Analytics: Top slash commands, command diversity, most active project
- Special Achievements: Unlock achievements like Marathon Coder, Consistency Champion, and more
- Interactive Terminal UI: Beautiful boxed cards with colors and ASCII charts
Installation
claude plugin marketplace add SabhyaC26/cc-wrapped
claude plugin install cc-wrapped
Usage
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 2024
Data Sources
Claude Code Wrapped analyzes data from:
~/.claude/stats-cache.json- Activity metrics, model usage, hour distribution~/.claude/history.jsonl- Command history and project activity
No background tracking required - all analysis is done on-demand!
File Structure
plugin/
├── commands/
│ └── wrapped.md # Slash command definition
├── scripts/
│ ├── wrapped-analyzer.js # Main entry point
│ ├── data-parser.js # Stats data loading
│ ├── metrics-calculator.js # Metrics computation
│ └── ui-renderer.js # Terminal UI rendering
└── lib/
├── chart-generator.js # ASCII chart utilities
└── date-utils.js # Date parsing helpers
Development
See the main repository README for development instructions.
License
MIT