Suggest relevant skills based on your current task or prompt
Analyzes your task description and recommends relevant skills from your skill library. Use when starting new projects to quickly identify which skills will be most helpful for your specific needs.
/plugin marketplace add chkim-su/skillmaker/plugin install chkim-su-skillmaker@chkim-su/skillmaker<describe your task>Analyze your task and recommend the most relevant skills.
Parse the user's task description: $ARGUMENTS
Load skill rules:
Read(".claude/skills/skill-rules.json")
Match against keywords and patterns:
| Skill | Keywords | Patterns |
|---|---|---|
| skill-design | skill, create skill, 스킬 | (create|make|build).*skill |
| orchestration-patterns | agent, subagent, 에이전트 | (create|make).*agent |
| mcp-gateway-patterns | mcp, gateway, serena | mcp.*gateway |
| hook-templates | hook, trigger, 훅 | (pre|post).*tool |
| skill-activation-patterns | auto-activation, rules | auto.*(load|activate) |
| workflow-state-patterns | workflow, phase, gate | multi.*phase |
Detect complexity level:
Output recommendations:
═══════════════════════════════════════════════════════
💡 RECOMMENDED SKILLS FOR YOUR TASK
═══════════════════════════════════════════════════════
Task: "$ARGUMENTS"
Complexity: STANDARD
⚡ High Priority
• skill-design - You're creating a new skill
💡 Medium Priority
• hook-templates - Consider adding activation hooks
📌 Optional
• skill-activation-patterns - For auto-loading rules
═══════════════════════════════════════════════════════
Load with: Skill("skillmaker:<name>")
═══════════════════════════════════════════════════════
What are you trying to build? Describe your task and I'll suggest relevant skills.