suggest_skill_for_task
Find the most relevant skills for a free-form task description when a needed skill isn't in the delivered catalogue. Returns skill names, scores, and declared personas using keyword scoring.
Instructions
Match a free-form task description to the most relevant skills, ranked by a deterministic keyword scorer over SKILL.md frontmatter. Use when a skill you need is not in the catalogue the host delivered — a measured host dropped 402 entries from its model-visible list — so asking by name is impossible while asking by task is not. Read-only: no shell, no writes, and no skill bodies are returned, only names, scores and declared personas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Free-form description of the task to match skills against. | |
| limit | No | Maximum number of skills to return. Defaults to 5. |