From singularity-claude
Displays dashboard overview of singularity-managed skills with scores, maturity levels, trends, alerts, and summary stats via /singularity-dashboard.
How this skill is triggered — by the user, by Claude, or both
Slash command
/singularity-claude:dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display a comprehensive overview of all managed skills with health indicators and actionable alerts.
Display a comprehensive overview of all managed skills with health indicators and actionable alerts.
Read ~/.claude/singularity/registry.json to get the list of all managed skills.
If no skills are registered:
"No skills tracked yet. Create your first skill with /singularity-create."
For each skill in the registry:
~/.claude/singularity/scores/<skill-name>.json↑↓→Singularity Dashboard
═══════════════════════════════════════════════════════════════════
| Skill | Version | Maturity | Avg | Runs | Trend | Last Used |
|--------------------|---------|---------------|------|------|-------|------------|
| my-api-client | v1.2.0 | hardened | 87 | 12 | ↑ | 2026-03-17 |
| data-transformer | v1.0.1 | tested | 72 | 5 | ↓ | 2026-03-15 |
| form-generator | v1.0.0 | draft | 45 | 2 | → | 2026-03-10 |
═══════════════════════════════════════════════════════════════════
Highlight skills needing attention:
Needs Repair (avg < 50, 2+ runs):
⚠ <skill-name>: avg score <n>/100 — run /singularity-repair
Ready to Crystallize (avg >= 90, 5+ runs, hardened):
✦ <skill-name>: avg score <n>/100, <n> runs — run /singularity-crystallize
Stale (not used in 30+ days):
⏳ <skill-name>: last used <n> days ago — review relevance
Total skills: <n>
Draft: <n> | Tested: <n> | Hardened: <n> | Crystallized: <n>
Average health: <overall-avg>/100
Alerts: <n> needing repair, <n> ready to crystallize
npx claudepluginhub shmayro/singularity-claude --plugin singularity-claudeGenerates health reports for singularity-managed skills by analyzing score history, telemetry, maturity, trends, and recommending repair or crystallization.
Audits all crucible skills for overlap, staleness, broken references, and quality. Quick scan or full evaluation modes.
Diagnoses and optimizes Agent Skills (SKILL.md) by scanning session transcripts for underused skills, wasted context, and CSO issues, then outputting a prioritized report.