Ccstat
Visualize your Claude Code session activity timeline — fast, beautiful, and insightful CLI tool
Install / Use
/learn @ktny/CcstatAbout this skill
Quality Score
0/100
Category
Development & EngineeringSupported Platforms
Claude Code
Claude Desktop
README
<div align="center">
<img src="assets/logo.png" alt="ccstat logo" width="140" />
</div>
<div align="center"> <sub>Built with ❤️ for the Claude Code community</sub> </div>
ccstat
Visualize your Claude Code session activity timeline — fast, beautiful, and insightful!
✨ What is ccstat?
ccstat is a powerful CLI tool that analyzes your Claude Code session history and transforms it into beautiful timeline visualizations. Track your coding patterns and gain insights into your development workflow.

🎯 Key Features
- 📈 Timeline Visualization — Color-coded activity blocks showing your coding patterns
- 📁 Git Integration — Automatically groups projects by repository
- 🕐 Flexible Time Ranges — View activity by days (1+) or hours (1-24)
🚀 Installation
Install with a single command:
# Using npx
npx ccstat
# Using bunx (recommended for speed)
bunx ccstat
📖 Usage
Basic Commands
# View last 24 hours of activity
npx ccstat
# View all period
npx ccstat -a
# View last 7 days
npx ccstat --days 7
# View last 6 hours
npx ccstat --hours 6
# View sorted events descending
npx ccstat --sort events --reverse -a
# View filtered projects
npx ccstat --project myproject1 myproject2
# View ocean color
npx ccstat --color ocean
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
<div align="center"> <sub>Built with ❤️ for the Claude Code community</sub> </div>
