Displays skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
npx claudepluginhub ysyecust/everything-claude-code --plugin everything-claude-code# 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...
/skill-healthShows skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports specific panels like failures and machine-readable output.
/skill-healthDisplays skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
/skill-healthRun health checks on skills to verify references, scripts, and overall quality.
/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 skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
/skill-healthDisplays skill portfolio health dashboard with success rate sparklines, failure pattern clustering, pending amendments, and version history. Supports --panel and --json flags.
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