← ClaudeAtlas

find-skilllisted

Use when the user asks 'find a skill for X', 'is there a plugin that does Y', 'what skill should I use for Z', 'recommend an agent for W', 'compare skills for ...', or 'search for a Claude Code skill'. Searches public skill and plugin marketplaces in real time and returns top N ranked matches. Trigger words: find skill, find plugin, skill for, plugin for, agent for, recommend skill, search skills, skill discovery, mcp server for, claude code plugin.
Tamircohen28/tamirs-superpowers · ★ 2 · AI & Automation · score 74
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