trw_skill_discovery
Ranks SKILL.md files by relevance to a query, providing safe skill recommendations from specified paths without executing them. Enables agents to discover appropriate skills before invoking workflows.
Instructions
Rank eligible SKILL.md files without executing them.
Use when an agent needs safe skill recommendations from explicit SKILL.md paths before invoking any workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Manifest validation mode, either "compat" or "strict". | compat |
| query | Yes | Natural-language search terms. | |
| active_cap | No | Optional PRD-QUAL-111-FR03 bound. ``None`` (default) is a no-op (all eligible candidates returned). A positive integer truncates to the top-N after the existing sort. | |
| skill_paths | Yes | Explicit SKILL.md paths to inspect. | |
| include_private | No | Include non-user-invocable skills when true. |