wilbeibi/wilbeibi-skills

skill-curator

Audit a skill library for duplicated guidance, contradictions, bloat, dead references, and defects. Use when cleaning, consolidating, or de-duplicating a skills tree.

First seen May 22, 2026

Installation

$ npx skills add wilbeibi/wilbeibi-skills --skill skill-curator

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 wilbeibi/wilbeibi-skills · top by installs.

npx skills add wilbeibi/wilbeibi-skills

Browse all from wilbeibi/wilbeibi-skills

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

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,707 B
  • docs SUMMARY.md 187 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 76 installs

SKILL.md

skill-curator

Workflow

  1. Inventoryfor d in <root>///; do grep -E '^(name|description):' "$d/SKILL.md"; done
  2. Cluster — group by topic; flag pairs whose descriptions overlap or triggers could both fire.
  3. Read suspects — never classify from description or regex alone.
  4. Classify against taxonomy below.
  5. Surface findings + recommended fix — get direction before multi-file refactor; small isolated fixes can proceed.
  6. Fix and verify. Don't commit unless asked.

Taxonomy

  • Forked script — same script copied across skills. Diff for drift. One owner; the other points to it.
  • Contradiction — conflicting instructions for the same artifact. Pick owner; other defers.
  • Restatement — one skill re-derives another's content. Replace with a one-line pointer.
  • Bloat — frequently-loaded file carrying rare detail. Externalize to references/; keep quick-fixes inline.
  • Internal defect — duplicate headers/numbering, dead path refs, dead code.

Rules

  • Read every claimed defect before asserting it — heuristics misfire on code blocks and intentional parallel structures.
  • One owner per capability; the other references it by explicit path.
  • Progressive disclosure: description → SKILL.md (terse) → references/REFERENCE.md (deep). Terseness scales with load frequency.
  • Fix the defect only — no adjacent refactoring, no extra cross-links.

See also

  • write-skill — author one new skill.