/search-skills
Fuzzy search installed skills by name or description.
$ npx -y skills add athola/skrills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/search-skills
Context preview
What this command does when you run it.
Fuzzy search installed skills by name or description.
Command definition
search-skills.mddescription: Fuzzy search installed skills by name or description. argument-hint: "<query> [--threshold 0.3] [--limit 10]" triggers: search skills, find skill, lookup skill, skill search, which skill
Search Skills
Search installed skills using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__search-skills-fuzzy` tool with:
- `query`: Search query (required)
- `threshold`: Similarity threshold 0.0-1.0 (lower = more results)
- `limit`: Maximum results to return
- `include_description`: Also search descriptions (default: true)
Parse `$ARGUMENTS`:
- First argument or quoted string: search query
- `--threshold N` or `-t N`: Similarity threshold (default: 0.3)
- `--limit N` or `-l N`: Max results (default: 10)
- `--name-only`: Only search skill names, not descriptions
Report search results including:
- Skill name and location
- Match score
- Brief description
- Source (Claude, Codex, Copilot)
Handle errors:
- If query empty: Prompt for search query
- If no matches found: Suggest broader search or lower threshold
- If index unavailable: Report and suggest re-indexing
Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·
Repo: athola/skrills
Other commands on skrills.
- /analyze-skills
Analyze skills for token usage, dependencies, and optimization suggestions.
Open command - /create-skill
Create a new skill via GitHub search, LLM generation, or both.
Open command - /skill-diff
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Open command - /skill-metrics
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Open command - /skill-trace-disable
Disable skill tracing and remove instrumentation markers.
Open command - /skill-trace-enable
Enable skill tracing to track which skills are loaded and invoked.
Open command

