Read Skills banner
adrianR84 adrianR84

Read Skills

Documentation community

Description

--- description: Display and add to README a table of all available skills --- # Read Skills Scans the `skills/` folder, extracts all skill metadata, and generates a tabular overview added to README.md. ## Steps ### 1. Find All Skills Use Glob to locate all `SKILL.md` files: - Pattern: `skills/*/SKILL.md` - Also check nested: `skills/**/SKILL.md` ### 2. Extract Skill Metadata For each `SKILL.md` found, read the file and extract: - **Name**: From `name:` in frontmatter (or derive from fold

Installation

Installs to ~/.claude/commands/adrianr84-claude-code-skills-read-skills.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/adrianR84/claude-code-skills/HEAD/.claude/commands/read-skills.md -o ~/.claude/commands/adrianr84-claude-code-skills-read-skills.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository