Skip to content
Development
Command

/search-skills

Fuzzy search installed skills by name or description.

From plugin
skrills
6817 skills17 commands
Install
$ npx -y skills add athola/skrills --agent claude-code

How 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.md
description: 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
Ships withskrills

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 ·

Get the whole plugin, auto-invoked
Stats
68
Stars
0
Views
10
Forks
Maintained
Maintenance
Rust
Language
MIT
License
1mo ago
Last commit
8mo ago
Created

Repo: athola/skrills