Route the right tool for a need
route_projectGiven a description of your project or problem, returns the best-matching tools and libraries ranked with reasons, install commands, and documentation URLs.
Instructions
Given a free-text description of what you're building or the problem you need to solve (Hebrew or English), returns the best-matching tools/libraries/skills from the Vibe Code catalog (vibe-code-best-practices.vercel.app), ranked with reasons, install command and docs URL. Use this whenever the user asks 'which tool/library should I use for X'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| need | Yes | What you want to build or the problem to solve. Hebrew or English. | |
| platform | No | Filter/boost by platform. | |
| domain | No | Restrict to one domain key: getting-started, modern-stack, web, mobile, design, ai-agents, skills, mcp, dev-tools, learning. | |
| limit | No | Max results (default 8). |