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: several registries index MCP servers, and community
catalogs 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.
**The source list is configuration, not part of this skill.** Registries appear, get
acquired, and go dark; teams have private catalogues; some users do not want a given source
queried at all. So find-skill reads its sources from a JSON file it resolves at run time
(`references/sources.md` for the resolution order, `references/sources.json` for the bundled
default) and adding or removing a source never means editing these instructions.
## 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