From memento-skills
Use when the user wants to see an overview of their learned skills, check utility scores, or identify skills that need optimization or pruning
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento-skills:memento-statsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a dashboard of learned skill metrics.
Display a dashboard of learned skill metrics.
Read both:
~/.claude/memento/metrics.json (global).claude/memento/metrics.json (project, if exists)Present a formatted summary:
Overview:
Full Table (sorted by utility descending):
| Skill | Utility | Uses | Success | Fail | Scope | Created | Last Used | Optimized |
|---|
Action Items:
utility < threshold and sufficient samplesprune_after_days_unused daysutility = null (need more usage data)If optimize candidates exist — suggest /memento optimize {name}
If prune candidates exist — suggest /memento prune
npx claudepluginhub tmdgusya/momento --plugin memento-skillsAnalyzes skill outcome logs and user corrections, then proposes self-improvements to skill behavior and description hygiene.
Logs cross-project outcomes and recalls lessons to inform new sessions, avoiding past mistakes. Analyzes skill executions for better routing. Use /memento modes: log, global recall, health, route.
Generates usage reports for Claude Code skills from tracked JSONL data. Provides CLI reports and HTML visualizations (bar charts + heatmaps) filtered by time period.