From alexgrebeshok-coder-skill-matcher
Analyzes user prompts to recommend and activate relevant skills from installed plugins and external catalogs using keyword and category matching.
How this skill is triggered — by the user, by Claude, or both
Slash command
/alexgrebeshok-coder-skill-matcher:skill-matcherThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automatically analyzes user prompts and recommends the most relevant skills from installed plugins and external catalogs.
Automatically analyzes user prompts and recommends the most relevant skills from installed plugins and external catalogs.
Extract from user's message:
scripts/scan_skills.pyOutput format:
📋 **Recommended skills for your task:**
1. **[skill-name]** ⭐ (high relevance)
→ [why this skill matches your task]
2. **[skill-name]** (medium relevance)
→ [why this skill might help]
💡 Reply with skill number to activate, or "all" for all recommended.
After user confirms, activate the skill by mentioning it in context.
| Category | Keywords | Skills |
|---|---|---|
| Documents | pdf, docx, word, excel, xlsx, powerpoint, pptx, slides, spreadsheet, document, форма, документ, презентация, таблица | pdf, docx, pptx, xlsx |
| Development | mcp, server, api, webapp, web app, artifact, component, код, сервер | mcp-builder, web-artifacts-builder |
| Design | art, design, canvas, theme, visual, frontend, ui, дизайн, тема, искусство | algorithmic-art, canvas-design, frontend-design, theme-factory |
| Communication | brand, guidelines, internal, memo, announcement, slack, gif, бренд, коммуникация | brand-guidelines, internal-comms, slack-gif-creator |
| Testing | test, qa, testing, webapp test, тест | webapp-testing |
| Meta | skill, create skill, новый скилл | skill-creator |
python scripts/scan_skills.pyIf user's task doesn't match any existing skill:
Check external-sources.md for skills that might help.
If no external skill found, suggest creating a custom skill:
🔧 **Подходящий скилл не найден**
Для этой задачи нет готового скилла. Варианты:
1. **Создать новый скилл** с помощью skill-creator
→ Скилл будет сохранён и доступен для будущих задач
2. **Выполнить задачу без скилла**
→ Просто сделаю задачу, но без специализированных инструкций
Что предпочитаешь?
This skill activates automatically when:
When activated silently (at session start), provide brief recommendation only if highly relevant skills exist. Don't interrupt if user's task is straightforward.
npx claudepluginhub alexgrebeshok-coder/skill-matcherRoutes any request to existing skills, improves them, or creates new ones. Uses multi-agent analysis to avoid duplication and produce actionable outputs.
Matches user requirements to skills in a registry, scores capability alignment, and recommends prioritized workflow sequences with step IDs, missions, and data flows.
Interviews users to identify their goal and recommends the best skill(s) from the installed library. Helps onboard new users or navigate skill choices.