| name | find-skills |
| description | Find and install skills when the user asks for a skill, capability, workflow, or extension. |
Find Skills
Use this when the user wants a capability that may already exist as a skill.
Workflow
- Identify the domain and concrete task.
- Check skills.sh or the leaderboard first for obvious fits.
- If needed, search with
npx skills find <query>.
- Verify quality before recommending:
- install count
- source reputation
- repo quality
- Present the best options with:
- skill name
- what it does
- source / installs
- install command
- docs link
- If the user wants it, install it.
Commands
npx skills find <query>
npx skills add <package>
npx skills check
npx skills update
Install with:
npx skills add <owner/repo@skill> -g -y
Heuristics
- Use specific queries.
- Prefer established sources.
- Do not recommend purely from a search hit.
- If nothing fits, say so and continue without a skill.