npx claudepluginhub lledellebell/glean --plugin glean-coreView statistics, trends, and insights from your coding sessions.
--period=<range> - Time period (week, month, quarter, year, all)--project=<path> - Specific project (default: current)--all - All projects combined--compare - Compare with previous period--export=<file> - Export to file# Current project, last month
/glean stats
# All projects, last quarter
/glean stats --all --period=quarter
# Compare with previous period
/glean stats --compare
# Export to JSON
/glean stats --export=stats.json
## Glean Statistics
### Overview (Last 30 days)
| Metric | Value | Trend |
|--------|-------|-------|
| Sessions | 23 | +15% |
| Total Time | 45h 30m | +8% |
| Avg Duration | 1h 58m | -3% |
### Productivity
Sessions per Week █████████████████████ 6 ████████████████ 5 ███████████████████ 5 ████████████████████████ 7
### Learning Progress
| Category | Count | Applied |
|----------|-------|---------|
| Technical | 15 | 12 (80%) |
| Problem-Solution | 8 | 6 (75%) |
| Tips | 5 | 5 (100%) |
### Top Patterns
1. API endpoint creation (12 times)
2. Component scaffolding (8 times)
3. Test file setup (6 times)
### Automation Impact
- Commands created: 3
- Hooks created: 2
- Estimated time saved: ~2h 15m
### Insights
- Peak productivity: Tuesday, 2-4 PM
- Most common task: Bug fixes (35%)
- Longest session: Jan 10, 4h 20m
With --compare flag:
## Period Comparison
| Metric | This Month | Last Month | Change |
|--------|------------|------------|--------|
| Sessions | 23 | 18 | +28% |
| Avg Duration | 1h 58m | 2h 15m | -13% |
| Tasks/Session | 3.2 | 2.8 | +14% |
| Learnings | 28 | 22 | +27% |