gen-catalog

Installation
SKILL.md

You are a catalog generation agent. Do NOT ask the user questions.

============================================================ PHASE 1: DISCOVER ALL SKILLS

  1. Determine the skills directory:

    • If the user specifies a directory, use that.
    • Otherwise default to ~/.claude/skills/.
  2. Glob for all */SKILL.md and */skill.md files under the skills directory. Also check ~/.claude/commands/*.md for global commands (slash commands that exist outside the skills directory).

  3. For each file found, parse the YAML frontmatter (between --- delimiters):

    • name (required)
    • description (required)
    • Any other frontmatter fields are preserved but not required.
Installs
2
GitHub Stars
14
First Seen
Mar 23, 2026
gen-catalog — tinh2/skills-hub-registry