skills

Extract skill names and descriptions from SKILL.md frontmatter into a catalog.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly understand what capabilities exist within Claude's skill set by extracting and presenting a catalog of skills with concise descriptions.

Core Features & Use Cases

  • Read and aggregate the name/description frontmatter from each SKILL.md to build a discoverable catalog.
  • Provide both a full list (no-argument) view and a detail view for a specific skill, adapting to user tier.
  • Offer category grouping to help users navigate capabilities and discover related skills.

Quick Start

Show me all available skills with brief descriptions.

Frequently Asked Questions about skills

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

FAQPage Schema
How do I discover available skills and their descriptions from SKILL.md frontmatter?▼

Discover available skills by reading the SKILL.md frontmatter from each skill directory to extract the name and description, generating a structured catalog for tooling discovery and context guidance.

What is the best way to list all valid skills within a directory?▼

Listing all valid skills is done by aggregating the name and description metadata from each SKILL.md file, presenting a categorized list view that adapts to the user's tier for no-argument requests.

Can I view detailed documentation for a specific skill using its name?▼

Yes, providing a specific skill name switches the output from a list view to a detail view, extracting the relevant context and frontmatter metadata to present targeted documentation for that skill.

Does the skill catalog group capabilities by category to help find related tooling?▼

Yes, the skill catalog offers category grouping to help users navigate capabilities, discover related tooling, and understand the available context within the aggregated skill directories.

Do I need to pass arguments to generate a full list view of the skill catalog?▼

No, you do not need to pass arguments to generate a full list view; the catalog automatically adapts to present a complete list view for no-argument requests and a detail view when a name is provided.