What problem does it solve? When a plugin ecosystem contains dozens of skills, users often do not know which one fits their task. This Skill analyzes the user's intent, queries the live hs plugin catalog, and returns the exact skill to invoke with its command, eliminating guesswork and phantom skill suggestions. ## Core Features & Use Cases - Intent-based routing: Parses a task description, matches it against the SDLC routing map (plan/build/verify/ship/doc/meta), and returns the primary skill plus an optional supporting skill. - Catalog browsing: Lists all hs:* skills with --list, or filters by SDLC stage with --stage <sdlc>. - Disabled skill discovery: Merges stashed off-skills from disabled_skills.py into every answer, tagging them [OFF] and routing through /hs:use instead of a blocked raw invoke. - Use Case: A user asks "which skill should I use to review my pull request?" The Skill checks the routing map and live catalog, then returns Suggested skill: /hs:review-pr with its purpose and invoke command. ## Quick Start Ask which hs skill fits your task, for example: which hs skill should I use to debug a failing CI pipeline?