List all available skills with categories and descriptions
List all available skills organized by category with descriptions. Use to browse available capabilities or filter by keyword when looking for specific skill types.
/plugin marketplace add chkim-su/skillmaker/plugin install chkim-su-skillmaker@chkim-su/skillmaker[category filter]Show all available skills in this plugin.
Scan skills directory:
Glob("skills/*/SKILL.md")
For each skill, extract:
Display categorized list:
═══════════════════════════════════════════════════════
📚 SKILLMAKER AVAILABLE SKILLS
═══════════════════════════════════════════════════════
🎯 Core Skills
• skill-design - Create well-structured skills
• orchestration-patterns - Agent and subagent patterns
🔧 Integration Skills
• mcp-gateway-patterns - MCP server integration
• mcp-daemon-isolation - Daemon process patterns
🪝 Hook Skills
• hook-system - Hook fundamentals
• hook-templates - Ready-to-use hook patterns
• hook-capabilities - Advanced hook features
📋 Workflow Skills
• workflow-state-patterns - Multi-phase workflows
• skill-activation-patterns - Auto-activation rules
═══════════════════════════════════════════════════════
Usage: Skill("skillmaker:<name>") to load
═══════════════════════════════════════════════════════
$ARGUMENTS = "hook" → show only hook-related skills$ARGUMENTS = "mcp" → show only MCP-related skills