skills_find_relevant
Discover relevant skills by performing a semantic vector search on a curated registry. Returns similarity scores to indicate match strength.
Instructions
STEP 1 — Discover relevant skills. Call this FIRST at the start of any task to check whether the registry contains a curated skill that matches. Performs semantic vector search and returns ranked results with similarity scores.
Workflow after this call: • score > 0.6 → strong match — call skills_get_body with that skill_id • score 0.4–0.6 → possible match — inspect description before proceeding • score < 0.4 → no relevant skill — proceed without one
Query tips: be task-specific, not generic. 'write pytest unit tests for a Flask REST API' outperforms 'testing'. Describe what you are trying to accomplish, not what you want to find.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |