一键导入
memento-stats
// Use when the user wants to see an overview of their learned skills, check utility scores, or identify skills that need optimization or pruning
// Use when the user wants to see an overview of their learned skills, check utility scores, or identify skills that need optimization or pruning
Use when memento-reflect identifies a reusable pattern worth capturing, or when the user explicitly wants to create a new learned skill from a task execution pattern
Use when a learned skill has low utility score, has been failing, or the user wants to improve an existing learned skill based on failure analysis
Use when the user wants to remove low-value learned skills, clean up unused skills, or reduce the learned skill library size
Use after completing any significant task to self-evaluate what worked or failed, update learned skill metrics, and discover reusable patterns worth capturing as new skills
| name | memento-stats |
| description | Use when the user wants to see an overview of their learned skills, check utility scores, or identify skills that need optimization or pruning |
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