What problem does it solve? Before building a new skill, you need to know whether an existing skill already covers the task. This Skill audits the current skill catalog in .claude/skills/ and tells you whether to reuse, extend, combine, or create a skill, preventing duplicate or overlapping skill definitions. ## Core Features & Use Cases - Catalog Discovery and Shortlisting: Scans .claude/skills/*/SKILL.md frontmatter to shortlist candidate skills that plausibly overlap the proposed task. - Structured Disposition: Assigns exactly one of six outcomes (USE EXISTING, USE WITH PARAMETERS, COMBINE EXISTING SKILLS, EXTEND EXISTING, CREATE NEW, ESCALATE) using a strict priority order. - Drift Detection: Cross-references CLAUDE.md's skill inventory against the actual skills on disk and reports mismatches. - Use Case: You want a skill that summarizes meeting transcripts. Run this Skill first to learn that an existing summarization skill already covers it with different parameters, avoiding redundant work. ## Quick Start Ask the skill-finder whether an existing skill can handle summarizing weekly meeting transcripts into action items.