suggest_skill_for_task
Matches a free-form task description to the most relevant skills using frontmatter triggers, returning a ranked list with names, descriptions, and match reasons.
Instructions
Match a free-form task description to the most relevant skills, ranked by their frontmatter triggers. Use to pick a skill for a described task before starting work. Read-only. Returns a ranked list of skills with name, description, and match reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Free-form description of the task to find a skill for. | |
| limit | No | Maximum number of skills to return. Defaults to 5. |