← ClaudeAtlas

find-skillslisted

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Start with the skills.sh registry via `npx skills find`; if there are no good matches, fall back to a GitHub deep search for SKILL.md patterns before concluding no skill exists.
cnfjlhj/ai-collab-playbook · ★ 358 · AI & Automation · score 78
Install: claude install-skill cnfjlhj/ai-collab-playbook
# Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. ## Default Workflow (Two-Stage) 1. **Search the registry first (fast + installable):** `npx skills find <query>` 2. **If found:** present top options + ask what to install 3. **If not found:** fall back to GitHub deep search (skill-hunter style) to discover skills that may not be indexed yet 4. **If still not found:** help the user directly, or propose creating a new skill Notes: - Prefer **non-interactive** usage in a coding agent: always pass a query (avoid `npx skills find` with no args). - To disable Skills CLI telemetry, set `DISABLE_TELEMETRY=1` (or `DO_NOT_TRACK=1`) when running `npx skills ...`. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X might be a common task with an existing skill - Says "find a skill for X" or "is there a skill for X" - Asks "can you do X" where X is a specialized capability - Expresses interest in extending agent capabilities - Wants to search for tools, templates, or workflows - Mentions they wish they had help with a specific domain (design, testing, deployment, etc.) ## What is the Skills CLI? The Skills CLI (`npx skills`) is the package manager for the open agent skills ecosystem. Skills are modular packages that extend agent capabilities with specialized knowledge, workflows, and tools. **Key commands:** - `npx skills find [query]` - Search for skills interactively or by keyword - `npx sk