VladPatr96

Cc Analytics — Data skill for Claude Code

Data community

Use when user asks for Claude Code usage stats, weekly analytics, project activity summary, or wants to see what projects were worked on.

How to install Cc Analytics

Installs to ~/.claude/skills/vladpatr96-ctx-cc-analytics/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vladpatr96-ctx-cc-analytics && curl -fsSL https://raw.githubusercontent.com/VladPatr96/ctx/HEAD/commands/cc-analytics.md -o ~/.claude/skills/vladpatr96-ctx-cc-analytics/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cc Analytics does


name: cc-analytics description: Use when user asks for Claude Code usage stats, weekly analytics, project activity summary, or wants to see what projects were worked on. Triggers on "analytics", "cc stats", "weekly report", "usage stats"

Claude Code Analytics

Generate HTML report of Claude Code usage from `~/.claude/history.jsonl`.

Data Sources

  • History: ~/.claude/history.jsonl — prompts with timestamps and project paths
  • Git: Remote URLs and commit counts per projec

Alternatives in Data

  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Token Dashboard — See where Claude Code is burning tokens - turn raw JSONL transcripts into local cost analytics, hotspot views 669 ★
  • Dex Data — Use the @dex-data agent to help the user with the following data/analytics matter: $ARGUMENTS 523 ★

Full documentation available on GitHub

View Source Repository