Find Skills
Search managed skill registries before recommending installable skills.
Workflow
- Define the user's task, target agent/host, environment, and constraints.
- Read
references/skill-registry.md and search every enabled registry in
priority order. Do not start with an unregistered ecosystem search.
- Expand the query with task nouns, verbs, platform names, and close synonyms.
- Inspect each plausible candidate using
references/rules/candidate-review.md; catalog text alone is insufficient.
- Rank only candidates that fit the task and clearly report provenance,
host compatibility, risk, license, install method, and caveats.
- If managed registries have no suitable result or are unavailable, follow
the documented fallback and label fallback results as such.
- Install only after explicit user approval. Preview the exact, pinned install
first when the source supports a dry run.
State
For a new discovery run, reset STATE.md from
references/template/STATE.template.md, then follow
references/rules/state-rules.md.
Rules
- Never recommend from a title or search snippet alone.
- Treat catalog risk and quality metadata as evidence, not a trust guarantee.
- Do not infer a third-party skill's license from an aggregator repository.
- Do not invent install counts, compatibility, provenance, or maintenance
signals that the source does not publish.
- Keep recommendations small and explain why each candidate fits.
- Do not install, update, or execute discovered content without user approval.
Output
Return the query scope, registries searched, recommended skill IDs and links,
fit rationale, provenance, host support, risk/license findings, a pinned preview
or install command when available, and any fallback or unresolved caveat.
1---2name: find-skills3description: Discover and recommend installable agent skills from managed skill libraries. Use when a user asks to find, compare, or install a skill, asks whether a skill exists for a task, or wants to extend agent capabilities with a reusable workflow.4---56# Find Skills78Search managed skill registries before recommending installable skills.910## Workflow11121. Define the user's task, target agent/host, environment, and constraints.132. Read `references/skill-registry.md` and search every enabled registry in14 priority order. Do not start with an unregistered ecosystem search.153. Expand the query with task nouns, verbs, platform names, and close synonyms.164. Inspect each plausible candidate using17 `references/rules/candidate-review.md`; catalog text alone is insufficient.185. Rank only candidates that fit the task and clearly report provenance,19 host compatibility, risk, license, install method, and caveats.206. If managed registries have no suitable result or are unavailable, follow21 the documented fallback and label fallback results as such.227. Install only after explicit user approval. Preview the exact, pinned install23 first when the source supports a dry run.2425## State2627For a new discovery run, reset `STATE.md` from28`references/template/STATE.template.md`, then follow29`references/rules/state-rules.md`.3031## Rules3233- Never recommend from a title or search snippet alone.34- Treat catalog risk and quality metadata as evidence, not a trust guarantee.35- Do not infer a third-party skill's license from an aggregator repository.36- Do not invent install counts, compatibility, provenance, or maintenance37 signals that the source does not publish.38- Keep recommendations small and explain why each candidate fits.39- Do not install, update, or execute discovered content without user approval.4041## Output4243Return the query scope, registries searched, recommended skill IDs and links,44fit rationale, provenance, host support, risk/license findings, a pinned preview45or install command when available, and any fallback or unresolved caveat.