with one click
search-skills
// Searches skillregistry.io for Claude skills and installs them into projects or packages. Use when user wants to find, browse, or install pre-built skills from the skill registry.
// Searches skillregistry.io for Claude skills and installs them into projects or packages. Use when user wants to find, browse, or install pre-built skills from the skill registry.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | search-skills |
| description | Searches skillregistry.io for Claude skills and installs them into projects or packages. Use when user wants to find, browse, or install pre-built skills from the skill registry. |
This skill helps you find and install skills from skillregistry.io, the community registry for Claude Code skills.
Activate this skill when the user wants to:
Use WebSearch with the site filter to find skills:
site:skillregistry.io [search terms]
Example searches:
site:skillregistry.io code review - Find code review skillssite:skillregistry.io typescript - Find TypeScript-related skillssite:skillregistry.io documentation - Find documentation skillssite:skillregistry.io testing - Find testing skillsFormat search results in a table:
| Skill Name | Description | Author |
|---|---|---|
| skill-name | Brief description | @author |
Include:
When user selects a skill, use WebFetch to get details:
WebFetch: https://skillregistry.io/skills/[skill-name]
Show the user:
Offer two installation modes:
Option A: Local Project Installation
.claude/skills/[skill-name]/SKILL.mdOption B: Package Installation
templates/claude/skills/[skill-name]/For Local Project:
.claude/skills/[skill-name]/ls .claude/skills/For Package:
templates/claude/skills/[skill-name]/After installing:
By Domain:
site:skillregistry.io react - React developmentsite:skillregistry.io python - Python developmentsite:skillregistry.io devops - DevOps skillssite:skillregistry.io security - Security skillsBy Task:
site:skillregistry.io "code review" - Code review skillssite:skillregistry.io "test generation" - Test generationsite:skillregistry.io documentation - Documentationsite:skillregistry.io refactoring - RefactoringBy Type:
site:skillregistry.io guidelines - Standards/guidelinessite:skillregistry.io workflow - Process workflowssite:skillregistry.io template - Template generatorsskillregistry.io organizes skills into categories:
For detailed information, consult:
reference.md - Complete search and installation guideexamples.md - Example search sessionsHere are examples of how users might request skill searches:
Skills from skillregistry.io are designed for Claude Code. They can also be:
templates/claude/skills/)convert-skill-to-gemini skill