skill-list

Enumerate Claude skills from local and global SKILL.md frontmatter.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/YuriNakayama/orbit-wars --skill skill-list-yurinakayama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-list
Source: https://github.com/YuriNakayama/orbit-wars/tree/main/.claude/skills/skill-list
Command: npx skills add https://github.com/YuriNakayama/orbit-wars --skill skill-list-yurinakayama

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、リポジトリ内およびグローバルなスキルディレクトリに存在する Claude スキルをすばやく列挙し、ドメイン別に整理して把握することを支援します。

Core Features & Use Cases

  • SKILL.md の frontmatter から name と description を抽出して、ローカル/グローバルのスキルを一覧表示する。
  • ドメインごとにグループ化して、スキルの範囲を一目で把握できるようにする。キーワードでの絞り込みにも対応。
  • 設定済みのランタイムリストと突き合わせることで、利用可能なスキルの最新性を補完する。

Quick Start

現在の Claude スキルのカタログを取得して、ドメイン別に表示してください。

Frequently Asked Questions about skill-list

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

FAQPage Schema
How do I list Claude skills by domain from local and global directories?

You can list Claude skills by scanning local and global skill directories for SKILL.md YAML frontmatter, extracting the name and description fields to return a grouped catalog of available skills.

What information does the SKILL.md frontmatter parsing extract for skill discovery?

Skill discovery extracts the name and description fields from YAML frontmatter in SKILL.md files. It does not load the full body content, ensuring a lightweight enumeration process for interactive discovery sessions.

Can I filter discovered skills by keyword during an interactive discovery session?

Yes, you can filter discovered skills by keyword during an interactive discovery session. The skill enumeration supports grouping by domain and narrowing down the catalog based on specified keywords.

Does this skill discovery tool check available skills against configured runtime lists?

Yes, the tool compares discovered SKILL.md entries against configured runtime lists to verify availability and supplement the freshness of the currently active skill catalog.

What are the limitations of listing skills by scanning SKILL.md frontmatter?

The primary limitation is that it only reads YAML frontmatter fields like name and description without loading the full body content of SKILL.md files, meaning detailed implementation logic and instructions are not included in the list output.