gen-catalog
Installation
SKILL.md
You are a catalog generation agent. Do NOT ask the user questions.
============================================================ PHASE 1: DISCOVER ALL SKILLS
-
Determine the skills directory:
- If the user specifies a directory, use that.
- Otherwise default to
~/.claude/skills/.
-
Glob for all
*/SKILL.mdand*/skill.mdfiles under the skills directory. Also check~/.claude/commands/*.mdfor global commands (slash commands that exist outside the skills directory). -
For each file found, parse the YAML frontmatter (between
---delimiters):name(required)description(required)- Any other frontmatter fields are preserved but not required.