What problem does it solve? With dozens of stellar.new skills installed, users often don't know which skill fits their current task or where to start. This meta-skill acts as a directory and router, mapping user intent to the right installed skill. ## Core Features & Use Cases - Skill Discovery: Scans ~/.claude/skills/ for skill folders and flat .md skill files, grouping them into journey phases (Idea, Planning, Solutioning, Implementation, Review, Launch, Meta). - Trigger-Phrase Routing: Loads SKILL_ROUTER.md to match a user's stated task against canonical trigger phrases and surfaces the matching skill plus invocation instructions. - Guided Onboarding: When users are stuck, asks which journey phase they're in and recommends 2-3 relevant skills, always ending with one concrete next-skill suggestion. - Use Case: A user asks "what skills do I have" — the skill prints the full journey map, notes the expected count of 42 skills, and suggests starting with find-stellar-idea for early-stage builders. ## Quick Start Ask the assistant "what skills do I have" or "which skill should I use to write a PRD" to get a routed recommendation.