From skill-concierge
Find the right skills for a task before acting. Use at the start of any multi-step or unfamiliar request to retrieve relevant skills by meaning, not name. Triggers when the user asks to build, set up, design, deploy, fix, or automate something and the right skill isn't obvious.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-concierge:skill-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before tackling this task, call the `search_skills` MCP tool with a short query
Before tackling this task, call the search_skills MCP tool with a short query
describing the user's goal. It returns ranked skills by semantic relevance.
Then:
get_skill
on it before deciding.Prefer 2-4 high-relevance skills over loading many. Precision keeps context lean.
npx claudepluginhub thinhkhuat/skill-concierge --plugin skill-conciergeBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.