What problem does it solve? Users often do not know which Replit skill fits their goal, and the platform's skill catalog changes over time. This Skill matches a user's objective to the right installed skills so they can start the correct workflow without browsing the entire catalog manually. ## Core Features & Use Cases - Dynamic skill discovery: Runs skillSearch with the user's objective and scans .local/skills/ and .local/secondary_skills/ to find newly added skills beyond the static catalog. - Intent-based matching: Maps goals to skills by intent rather than keywords, ranking 1-3 recommendations with explanations, prerequisites, and common pairings. - Use Case: A user says "how do I make my app live?" and the Skill recommends the deployment skill, explaining what it does and suggesting related skills like testing and security_scan for a full publish flow. ## Quick Start Ask the agent which Replit skill you should use to build a data dashboard with charts and a database backend.