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-search [task description][task description]The 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-conciergeGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Reference for writing and editing skills with predictable behavior, covering invocation models, description writing, and information hierarchy.