← 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 · ★ 0 · AI & Automation · score 78
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