ワンクリックで
Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응.
npx skills add https://github.com/tygwan/cc-initializer --skill analyticsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응.
npx skills add https://github.com/tygwan/cc-initializer --skill analyticsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
Document generation confirmation flow. Shows preview of documents to be generated and asks for user confirmation before proceeding. Used by /init and brainstorming skills.
GitHub CLI 통합 스킬. 이슈, PR, CI/CD, 릴리스, 상태 관리. "gh", "github", "이슈", "issue", "CI", "workflow", "release", "상태" 키워드에 반응.
Optimize context loading for efficient token usage. Use when working with large codebases, context limits, or when the user mentions "context", "token", "optimize", "summarize", or asks to reduce context size.
cc-initializer 자동 복구 및 문제 해결. Hook 실패, 문서 손상, 설정 오류를 진단하고 수정합니다.
Phase, Sprint, 문서 간 동기화 문제 해결. 불일치 감지 및 자동 수정.
| name | analytics |
| description | Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응. |
Tool usage statistics with CLI visualization. Displays bar charts, sparklines, and distribution graphs.
/analytics [command]
| Command | Alias | Description |
|---|---|---|
summary | s | Quick overview (default) |
tools | t | Tool usage bar chart |
errors | e | Error distribution |
activity | a | Hourly activity sparkline |
agents | ag | Agent usage stats |
categories | c | Category distribution |
full | f | Complete report |
📊 Analytics Summary (2026-01-21)
══════════════════════════════════════════════════
Total Calls: 156 Success Rate: 97%
Tool Usage
──────────────────────────────────────────────────
Read │████████████████████████│ 48
Write │██████████████│ 28
Edit │████████████│ 24
Bash │████████│ 16
Success Rate
──────────────────────────────────────────────────
Overall █████████████████████████ 97% (151/156)
Hourly Activity
──────────────────────────────────────────────────
Activity: ▁▂▃▅▇█▇▅▃▂▁▁▂▅▇█▆▄▂▁
00 06 12 18 23
Tool Usage
──────────────────────────────────────────────────
Read │████████████████████████│ 48
Write │██████████████│ 28
Edit │████████████│ 24
Bash │████████│ 16
Grep │██████│ 12
Glob │████│ 8
Task │███│ 6
Category Distribution
──────────────────────────────────────────────────
file ████████████████████ 68% (106)
shell ████████░░░░░░░░░░░░ 18% (28)
agent ████░░░░░░░░░░░░░░░░ 8% (12)
planning ██░░░░░░░░░░░░░░░░░░ 4% (6)
interaction █░░░░░░░░░░░░░░░░░░░ 2% (4)
Error Distribution
──────────────────────────────────────────────────
Bash │████████│ 4
Write │████│ 2
Read │██│ 1
(Or if no errors: "No errors recorded!")
Agent Usage
──────────────────────────────────────────────────
Explore │████████████████████│ 15
code-reviewer │████████████│ 9
commit-helper │████████│ 6
analytics-reporter │████│ 3
Execute the visualizer script:
.claude/scripts/analytics-visualizer.sh [command]
/analytics → Parse metrics.jsonl → Aggregate data → Render ASCII charts
.claude/analytics/metrics.jsonlts, type, name, category, success, file, contextConfigured in .claude/settings.json:
{
"analytics": {
"enabled": true,
"track_tool_usage": true,
"track_agent_calls": true,
"track_skill_invocations": true,
"metrics_file": ".claude/analytics/metrics.jsonl",
"retention_days": 30
}
}
analytics-reporter - Detailed analysis and insightspost-tool-use-tracker.sh - Data collection