From billy-milligan
Displays structured skill gaps report from agent knowledge resolution, grouped by high/medium priority with frequencies and suggestions. Also supports clear, promote, dismiss subcommands.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milligan# /billy:skills-gaps — Skill Gap Report ## Usage ## Instructions When the user invokes `/billy:skills-gaps`, determine the mode from the argument. ### Mode 1: Show Gap Report (default — no arguments) 1. Run `bash ./plugins/billy-milligan/scripts/skill-gaps.sh list` 2. If output says "No skill gaps recorded", respond: - Billy ON: Max says something like "No gaps. Either we're that good, or nobody's asking hard questions." - Billy OFF: "No skill gaps recorded. Knowledge coverage is holding up." 3. If gaps exist, format them as a structured report: ### Mode 2: Clear All Gaps If...
/bulletproof-skillAnalyzes skill files for loopholes, rationalizations, vague language, and red flags, generating reports, counter tables, fix suggestions, and severity ratings. Supports --check, --interactive, --report flags.
/update-skillsReviews conversation for new knowledge, patterns, and solutions; suggests prioritized updates to skill files in $CLAUDE_METADATA with proposals and approval prompts.
/retroAnalyzes session history for manual fixes missed by skills and checkpoints, maps gaps, checks freshness, and creates PRs to fix skill repos.
/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.
/skill-inboxDisplays skill suggestions inbox (default) or all installed skills with 'all'. Manages suggestions, initializes setup-state on first use, loads inbox data, and runs weekly digests.
/fire-skillManages skills: create interactively/quick/from-session/summary, import from URL/file/marketplace, test/validate, list/filter, stats, export, browse, upgrade.
Share bugs, ideas, or general feedback.
/billy:skills-gaps — show full gap report
/billy:skills-gaps clear — clear all tracked gaps
/billy:skills-gaps promote <topic> — promote gap priority (low->medium, medium->high)
/billy:skills-gaps dismiss <topic> — remove a gap from tracking
When the user invokes /billy:skills-gaps, determine the mode from the argument.
bash ./plugins/billy-milligan/scripts/skill-gaps.sh list# Skill Gaps Report
## HIGH Priority (agent couldn't answer confidently)
| # | Topic | Agent | Frequency | Closest Match | Suggested Skill |
|---|-------|-------|-----------|---------------|-----------------|
| 1 | ... | ... | ... | ... | ... |
## MEDIUM Priority (answered from model knowledge)
| # | Topic | Agent | Frequency | Closest Match | Suggested Skill |
|---|-------|-------|-----------|---------------|-----------------|
| 1 | ... | ... | ... | ... | ... |
---
**Total:** N gaps tracked, M total hits
**Top suggestion:** create `<path>` (N hits across K agents)
**Actions:**
- `/billy:skills-create <topic>` — generate a new skill from a gap
- `/billy:skills-gaps promote <topic>` — promote priority
- `/billy:skills-gaps dismiss <topic>` — remove a gap
- `/billy:skills-gaps clear` — clear all gaps
If the argument is clear:
bash ./plugins/billy-milligan/scripts/skill-gaps.sh clearIf the argument starts with promote:
bash ./plugins/billy-milligan/scripts/skill-gaps.sh promote "<topic>"If the argument starts with dismiss:
bash ./plugins/billy-milligan/scripts/skill-gaps.sh dismiss "<topic>"/billy:skills-create suggestion for the highest-frequency gap