find-skilllisted
Install: claude install-skill Tamircohen28/tamirs-superpowers
# find-skill — real-time search across skill and plugin marketplaces
## Why this skill exists
The AI skill ecosystem is fragmented: Anthropic has an official marketplace, Smithery is the largest open registry, mcp.directory indexes MCP servers, and community catalogs (wshobson/agents, obra/superpowers, mattpocock/skills) each cover different niches. Searching them manually wastes 20–30 minutes per query and misses sources you don't think to check. This skill fans out searches in parallel, normalises the results, and ranks them by both relevance to the query and absolute quality.
## Invocation
```
/find-skill [N] <description of what you want the skill to do>
```
- **N** (optional, default `10`): integer 1–50. Number of results to return.
- If the first token after `/find-skill` is an integer 1–50, treat it as N. Otherwise default N=10 and treat the whole string as the query.
Examples:
```
/find-skill code review for python
/find-skill 5 generate release notes from git commits
/find-skill compare PDFs and find differences
```
## Workflow
### Step 1 — Parse the request
Extract:
1. **N** — result count (default 10, clamp to 1–50).
2. **Primary intent** — a one- or two-word capability label (e.g. "code review", "PDF diff", "release notes").
3. **Constraints** — language, framework, harness (Python, Claude Code, MCP, Cursor, etc.).
4. **Disqualifiers** — anything explicitly ruled out ("not paid", "no OAuth").
Echo a one-line plan before searching:
> Searching 6+ marketpl