skill-stats
Installation
SKILL.md
Skill Stats
Analyze skill ecosystem health, thread usage, and GF(3) conservation.
Quick Commands
# Count skills
ls ~/.claude/skills/*/SKILL.md | wc -l
# Trit distribution
grep -h "^trit:" ~/.claude/skills/*/SKILL.md | sort | uniq -c
# Skills with probes
grep -l "^probe:" ~/.claude/skills/*/SKILL.md | wc -l
# Recently modified
ls -lt ~/.claude/skills/*/SKILL.md | head -20