One-click install
npx skills add https://github.com/chkim-su/skillmaker --skill skill-catalog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-catalog
Source: https://github.com/chkim-su/skillmaker/tree/main/skills/skill-catalog
Command: npx skills add https://github.com/chkim-su/skillmaker --skill skill-catalog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

As the number of available AI skills grows, finding the right one or organizing them for complex orchestrators can become challenging. This Skill provides a systematic way to discover, categorize, and present skills, making them easily navigable and selectable.

Core Features & Use Cases

  • Automated Skill Discovery: Automatically find all available skills within the Claude environment.
  • Intelligent Categorization: Group skills into logical categories (e.g., Data & Analysis, Design & Frontend) based on their descriptions and keywords.
  • Organized Presentation: Display skills in a clear, categorized list, optionally with similarity grouping for related skills.
  • Use Case: When building a new "Full-Stack Orchestrator" agent, use this skill to present a categorized list of all available skills, allowing you to easily select frontend-design, api-generator, and migration-patterns for inclusion in your orchestrator.

Quick Start

To see a categorized list of all available skills, ask: Show me a catalog of all skills, grouped by category.

Frequently Asked Questions about skill-catalog

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

FAQPage Schema
How do I organize and browse AI skills by category?

Skill categorization automatically groups available skills into logical categories based on their descriptions and keywords, displaying them in an organized Markdown list. This makes it easy to browse and select skills when building orchestrators.

What's the best way to discover all available skills in my Claude environment?

Automated skill discovery scans your environment to find all available skills by parsing SKILL.md manifests. The skill then presents them in a categorized list organized by domain, eliminating manual search.

Can I use skill categorization to help build a complex orchestrator?

Yes. Skill categorization presents related skills grouped together, making it straightforward to select and combine multiple skills—like frontend-design, api-generator, and migration-patterns—into a single orchestrator.

How does skill discovery map keywords to categories?

The skill reads metadata including skill names, descriptions, and keywords from SKILL.md manifests, then maps this information to predefined categories to organize skills into logical groupings for retrieval and display.

What metadata does this skill extract from available skills?

Skill catalog extracts name, description, and keyword metadata from each skill's SKILL.md manifest. This structured metadata enables intelligent categorization and presentation for skill selection workflows.