list-skills

List available skills across project and global scopes with override indicators.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill lists all available skills with their descriptions across project (.claude/skills) and global (~/.claude/skills) scopes to enable quick inventory and governance.

Core Features & Use Cases

  • Multi-scope discovery: Finds skills in both project and global locations, with proper override handling where project skills take precedence.
  • Scope awareness: Indicates scope and provides an override indicator when duplicates exist.
  • Output formatting: Produces a structured catalog of skills for consumption by humans or automation.

Quick Start

Use the list-skills skill to enumerate all available skills. Examples: /list-skills /list-skills --scope=project /list-skills --scope=global /list-skills --all

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 across project and global scopes?

To list all available skills across project and global scopes, use a skill discovery command that parses frontmatter and resolves scopes to output a structured catalog of skills with descriptions.

What is the best way to discover skills defined locally in a project?

Discovering skills defined locally in a project involves scanning the .claude/skills directory, parsing frontmatter metadata, and formatting the results into an inventory list for governance or automation.

How are duplicate skills handled when the same skill exists in both project and global locations?

When duplicate skills exist in both project and global locations, project skills take precedence through override handling, and the output catalog provides an override indicator to show scope resolution.

Can I filter the skill inventory to only show global user-level skills?

Yes, you can filter the skill inventory to show only global user-level skills by specifying a scope parameter, restricting the discovery output to the ~/.claude/skills directory.

Does the skill catalog output support consumption by automation tools?

The skill catalog output supports consumption by automation tools through structured formatting, applying frontmatter parsing and scope resolution to produce a standardized list for both humans and scripts.