From billy-milligan
Resolves knowledge gaps in skill-loaded queries via exact/related skill matches, cross-agent borrowing, model knowledge with confidence signals, or honest uncertainty. Auto-logs gaps via Bash for skill creation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:knowledge-resolutionThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- A query arrives that doesn't match a currently-loaded skill
Search your own skills/ directory for a SKILL.md whose description matches the topic.
references/ files on demand.No exact match. Search for a SKILL.md in a RELATED domain.
skills/shared/redis-deep/SKILL.md exists.references/ for relevant content.Your skills don't cover it. Check skills from OTHER agents/plugins.
plugins/*/skills/*/SKILL.md for keyword matches via Glob/Grep.skills/product/compliance-gdpr/ exists (Lena's domain).No skill covers this topic at any level.
references/confidence-signals.md for your personal confidence voice.bash ./plugins/billy-milligan/scripts/skill-gaps.sh log-gap medium "<your-name>" "<query-summary>" "<what-skill-is-missing>" "<closest-existing-skill>" "<suggested-skill-path>"
You genuinely don't know. Not confident even from general knowledge.
bash ./plugins/billy-milligan/scripts/skill-gaps.sh log-gap high "<your-name>" "<query-summary>" "<what-skill-is-missing>" "none" "<suggested-skill-path>"
references/confidence-signals.md — personality-matched signals for Billy agents, neutral signals for othersreferences/gap-tracking.md — gap log format, auto-logging rules, suggested location hierarchy../../scripts/skill-gaps.sh log-gap — log a new gap to persistent memory../../scripts/skill-gaps.sh increment — increment frequency of existing gap../../scripts/skill-gaps.sh summary — brief session summary for session-end displaynpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganGuides creation of modular Agent Skills with progressive disclosure, covering skill structure, SKILL.md format, and best practices for capability uplift and encoded preference categories.
Guides creation of Agent Skills with progressive disclosure, best practices, structure, and categories. Use when building new skills or understanding skill format.
Creates, audits, and consolidates Claude Code agent skills following the Agent Skills open standard. Interviews for intent, scope, and edge cases before drafting.