list-skills

List active and archived skills from SKILL.md files.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill list-skills-enbiyagoral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-skills
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/list-skills
Command: npx skills add https://github.com/enbiyagoral/.claude --skill list-skills-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams catalog and discover all defined skills in the repository by listing each skill's name and a one-sentence description.

Core Features & Use Cases

  • Discover active skills by name and short description.
  • Include archived skills in a separate section when present.
  • Output a standardized one-line per skill entry for quick scanning.

Quick Start

Ask me to list all available skills.

Frequently Asked Questions about list-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all available skills in a repository?

List all available skills by scanning the repository's .claude/skills directory, reading each SKILL.md file's YAML frontmatter to output a standardized one-line entry per skill for quick scanning.

What format does a SKILL.md file need to list skills correctly?

A SKILL.md file requires YAML frontmatter containing both a name and a description field to be enumerated correctly. The tool extracts these fields and the first sentence of the description to generate its one-line output.

How are archived skills included when discovering skills in a repository?

Discovering skills includes archived skills by scanning the .claude/skills/archive/ directory separately. It reads their SKILL.md files and outputs them in a distinct archived section alongside the active skills list.

Can I use globbing to find specific skills in the .claude directory?

Yes, skills discovery uses globbing to scan the .claude/skills path for active SKILL.md files while excluding the archive subdirectory, ensuring only properly formatted skills with YAML frontmatter are enumerated.

What is the best way to catalog and discover defined skills for a team?

The best way to catalog and discover defined skills is to enumerate them by scanning the repository for SKILL.md files, outputting a single line per skill containing its name and a short one-sentence description for quick reference.