skills-discovery
Search for and install Agent Skills that give you specialized capabilities. Before starting work, ask might a skill exist that handles this better than my base knowledge? If the task involves specific technologies, frameworks, file formats, or expert domains. Search proactively, even if the user doesn't mention skills. Skills encode best practices, tools, and techniques you wouldn't otherwise have. Also use when users explicitly ask to find, install, or manage skills.
Install
mkdir -p .claude/skills/skills-discovery && curl -L -o skill.zip "https://mcp.directory/api/skills/download/6719" && unzip -o skill.zip -d .claude/skills/skills-discovery && rm skill.zipInstalls to .claude/skills/skills-discovery
About this skill
Skills Discovery
You can extend your capabilities by discovering and installing Agent Skills from the claude-plugins.dev registry. Skills provide specialized knowledge, tools, and techniques for specific technologies, frameworks, and domains.
When to search for skills
First, check if an installed skill matches the task. If not, search the registry—specialized skills may exist that you haven't installed yet.
Before starting any non-trivial task, ask yourself:
- Do I have a skill for this? → Use it
- Might one exist that I don't have? → Search the registry
Search proactively when:
- The task involves specific technologies, frameworks, or file formats
- You're about to do something where best practices matter (testing, deployment, APIs, documentation)
- The domain is specialized (PDF processing, data pipelines, ML workflows)
- You notice yourself about to give generic advice where expert patterns would help
Also search when users explicitly ask to find, install, or manage skills.
Discovery workflow
Use the registry API for search (the CLI's search command is interactive and not suitable for programmatic use):
curl "https://claude-plugins.dev/api/skills?q=QUERY&limit=20&offset=0"
Parameters:
q: Search query (e.g., "frontend", "python", "pdf")limit: Results per page (max 100)offset: Pagination offset
Response structure:
{
"skills": [
{
"id": "...",
"name": "skill-name",
"namespace": "@owner/repo/skill-name",
"sourceUrl": "https://github.com/...",
"description": "...",
"author": "...",
"installs": 123,
"stars": 45
}
],
"total": 100,
"limit": 10,
"offset": 0
}
Search strategies
The registry indexes skill names, descriptions, and tags. Construct queries that match how skill authors describe their work.
Query construction:
- Use 1-3 specific terms (too broad = noise, too narrow = misses)
- Prefer widely-used terminology over project-specific jargon
- Technology + task often outperforms either alone
- If results are poor, broaden or try synonyms
Installation
Determine which client the user is working in before installing. If unclear, ask.
Supported clients:
claude-code— Claude Code CLIcodex— Codexcursor— Cursor editoramp- amp CLIopencode- OpenCode CLIgoose- Goose CLIgithub— VSCode/ githubvscode— VS Codeletta— Letta CLIgemini- Gemini CLIwindsurf- Windsurf editorantigravity- Antigravitytrae- Traeqoder- Qodercodebuddy- CodeBuddy- Client selection:
npx skills-installer install @owner/repo/skill-name --client claude-code # default
npx skills-installer install @owner/repo/skill-name --client cursor
npx skills-installer install @owner/repo/skill-name --client vscode
Scope selection:
npx skills-installer install @owner/repo/skill-name # global (default)
npx skills-installer install @owner/repo/skill-name --local # project-specific
Combined:
npx skills-installer install @owner/repo/skill-name --client cursor --local
Defaults:
- Client:
claude-code - Scope: global
Management
# List installed skills
npx skills-installer list
# Uninstall a skill
npx skills-installer uninstall @owner/repo/skill-name
Presenting results to users
When you find relevant skills:
- Show 3-5 most relevant results maximum
- Include: name, namespace, description, stars, installs
- Explain how each skill helps with their specific task
- Prioritize those with high installs
- Always ask for confirmation before installing
- Offer to help directly if no good skill exists or user declines
Examples
Example: Proactive suggestion
User: "I need to create a Django REST API"
curl "https://claude-plugins.dev/api/skills?q=django&limit=10"
Present suggestion:
I found some skills that could help:
1. django-rest-framework-expert (@anthropics/claude-code/django-rest-framework-expert)
Description: Django REST API development with best practices
⭐ 234 stars • 1,567 installs
Would you like me to install this, or help you directly without installing a skill?
Example: Explicit search request
User: "find skills for Python"
curl "https://claude-plugins.dev/api/skills?q=python&limit=10"
Present results and ask which to install.
API reference
| Endpoint | Description |
|---|---|
GET /api/skills/search?q=QUERY | Search skills |
GET /api/skills/@owner/repo/skill-name | Get skill details |
Web registry: https://claude-plugins.dev/skills
Troubleshooting
No results found:
- Try broader search terms
- Browse web registry: https://claude-plugins.dev/skills
Installation fails:
- Verify namespace format:
@owner/repo/skill-name - Check skill exists in registry
- Verify directory permissions
Skill not activating:
- User may need to restart their client
- Verify correct installation directory
- Confirm SKILL.md exists in installation path
You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversClaude Skills offers advanced GitHub search to find coding skills using semantic retrieval in bioinformatics and data an
MCP Science: Easily discover and run scientific research MCP servers from the Path Integral Institute with automated set
Search and install node packages easily using the npm CLI. Streamline JavaScript library discovery and manage dependenci
Qwen Package Manager is a Node.js package manager with npm and Bower package support, transactional installs, rollback,
The shadcn MCP Server allows AI assistants to interact with items from registries. You can browse available components,
Unlock AI-ready web data with Firecrawl: scrape any website, handle dynamic content, and automate web scraping for resea
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.