Recommend agent skills for a project
recommend_skillsRecommend skills for a project from a description of it: languages, frameworks or dependencies (e.g. names from package.json or requirements.txt), a task, and the agent the user runs. Returns a ranked shortlist; each entry has the skill record and a why explaining the match (matched terms, fit for the agent, freshness, quality, safety). Ranking is deterministic. Skills whose safety scan is at "warning" or whose source is gone are excluded, and the result says how many were.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | What the user wants to do, e.g. "write e2e tests". | |
| agent | No | The agent the user runs; skills made for it rank higher. | |
| limit | No | ||
| languages | No | Programming languages, e.g. ["typescript", "python"]. | |
| frameworks | No | Frameworks and tools, e.g. ["next.js", "playwright"]. | |
| dependencies | No | Package names from a manifest, e.g. ["@playwright/test", "prisma"]. |