Displays skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:skill-healthThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Skill Health Dashboard Shows a comprehensive health dashboard for all skills in the portfolio with success rate sparklines, failure pattern clustering, pending amendments, and version history. ## Implementation Run the skill health CLI in dashboard mode: For a specific panel only: For machine-readable output: ## Usage ## What to Do 1. Run the skills-health.js script with --dashboard flag 2. Display the output to the user 3. If any skills are declining, highlight them and suggest running /evolve 4. If there are pending amendments, suggest reviewing them ## Panels - **Succ...
Shows a comprehensive health dashboard for all skills in the portfolio with success rate sparklines, failure pattern clustering, pending amendments, and version history.
Run the skill health CLI in dashboard mode:
ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
node "$ECC_ROOT/scripts/skills-health.js" --dashboard
For a specific panel only:
ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
node "$ECC_ROOT/scripts/skills-health.js" --dashboard --panel failures
For machine-readable output:
ECC_ROOT="${CLAUDE_PLUGIN_ROOT:-$(node -e "var p=require('path'),f=require('fs'),h=require('os').homedir(),d=p.join(h,'.claude'),q=p.join('scripts','lib','utils.js');if(!f.existsSync(p.join(d,q))){try{var b=p.join(d,'plugins','cache','everything-claude-code');for(var o of f.readdirSync(b))for(var v of f.readdirSync(p.join(b,o))){var c=p.join(b,o,v);if(f.existsSync(p.join(c,q))){d=c;break}}}catch(x){}}console.log(d)")}"
node "$ECC_ROOT/scripts/skills-health.js" --dashboard --json
/skill-health # Full dashboard view
/skill-health --panel failures # Only failure clustering panel
/skill-health --json # Machine-readable JSON output
npx claudepluginhub mit-network/everything-claude-code/skill-healthDisplays skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
/skill-healthDisplays a health dashboard for all skills in the portfolio with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports panel-specific and machine-readable output.
/skill-healthGenerates a health dashboard for a skill portfolio, evaluating description quality, eval accuracy, trigger coverage, and overlaps. Outputs a markdown report.
/skill-reportGenerates report of installed skills with quick health scan, context budget, portfolio overview, and quality summary. Supports --skip-scan and --scan-only flags.
/skill-reviewAnalyzes skill execution metrics including success rate, duration, worst-case accuracy, and stability gap to identify unstable or underperforming skills with recommendations. Supports --skill, --unstable-only, --top, --recommendations flags.
/skills-evalEvaluates Claude Skills for quality, frontmatter compliance, token efficiency, activation reliability, and security. Generates scores, breakdowns, prioritized improvements, and roadmaps for all or specific skills.