install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/gap-finder-1" ~/.claude/skills/majiayu000-claude-skill-registry-gap-finder-1 && rm -rf "$T"
manifest:
skills/data/gap-finder-1/SKILL.mdsource content
Plan Gap Identifier
Generate a raw list of potential conceptual gaps. Don't filter yet.
What to look for
Terms or claims used but never defined/justified — things that block understanding.
Rules
- One line per gap — no sub-bullets
- Approach-level, not implementation
- Flag, don't fix — just name the term
- Max 20 items
Output format
# Step 1: Raw Gaps - [Line 42] "foo" - undefined - [Line 87] "X enables Y" - asserted - [Line 103] "threshold" - unjustified
Tags:
undefined | unexplained | asserted | unjustified | unclear
Anti-patterns
- No question marks
- No "vs" comparisons
- No analysis of WHY it's a gap
- No parenthetical elaboration