Skill Catalog

List all available agents, skills, commands, and hooks with descriptions

chris2ao 792130c 1.1 KB Updated

File contents

/skill-catalog - Full Capability Inventory

List all available agents, skills, commands, and hooks.

File Listing

!ls -1 ~/.claude/agents/*.md ~/.claude/skills/*/SKILL.md ~/.claude/skills/learned/*.md ~/.claude/commands/*.md 2>/dev/null

Catalog Construction

Read the description from each file's YAML frontmatter and present organized tables:

1. Plugin Agents (everything-claude-code)

Known: planner, architect, tdd-guide, code-reviewer, security-reviewer, build-error-resolver, e2e-runner, refactor-cleaner, doc-updater

2. Custom Agents (~/.claude/agents/)

List each .md file found above with its frontmatter description.

3. Custom Skills (~/.claude/skills/)

List each SKILL.md found above with its frontmatter description.

4. Learned Skills (~/.claude/skills/learned/)

List each .md found above, grouped by category.

5. Active Hooks

Read .claude/settings.local.json in the current project and list configured hooks.

Output

Present as categorized tables with counts at the top.

chris2ao/claude-code-config/tree/main/skills/skill-catalog commit 792130cbbb

Frequently asked questions

npx skillmds@latest add chris2ao/skill-catalog