smithery/OhadRubin

gap-finder-2

Triggered by start-gap-finder.

Installation

$ npx skills add smithery/OhadRubin --skill gap-finder-2

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/OhadRubin.

npx skills add smithery/OhadRubin

Browse all from smithery/OhadRubin

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,028 B
  • docs SUMMARY.md 50 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Plan Gap Critic

Review each gap from Step 1 output and mark CORE or NOT CORE.

Decision filters

Question If YES → If NO →
Number, threshold, or sample size? NOT CORE continue
Googleable term? NOT CORE continue
Explained elsewhere in doc? NOT CORE continue
Competent reader would infer? NOT CORE continue
Core logic depends on this? CORE NOT CORE

CORE examples

  • Novel term coined by doc, used repeatedly, never defined
  • Central concept the approach depends on
  • "X enables Y" — mechanism unexplained

NOT CORE examples

  • Numbers (retry counts, thresholds)
  • Named algorithms — googleable
  • Implementation details

Output format

# Step 2: Critiqued Gaps

| Gap | Verdict | Reason |
|-----|---------|--------|
| "foo" | CORE | novel term, logic depends on it |
| "bar" | NOT CORE | googleable |
| "3 retries" | NOT CORE | tunable number |