| 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. |
Search Skills
This skill helps you find and install skills from skillregistry.io, the community registry for Claude Code skills.
When to Use
Activate this skill when the user wants to:
- Search for available Claude skills
- Find skills for a specific task or domain
- Browse popular or featured skills
- Install a skill from skillregistry.io
- Compare different skills for a use case
Skill Search Workflow
1. Search for Skills
Use WebSearch with the site filter to find skills:
site:skillregistry.io [search terms]
Example searches:
site:skillregistry.io code review - Find code review skills
site:skillregistry.io typescript - Find TypeScript-related skills
site:skillregistry.io documentation - Find documentation skills
site:skillregistry.io testing - Find testing skills
2. Present Results
Format search results in a table:
| Skill Name | Description | Author |
|---|
| skill-name | Brief description | @author |
Include:
- Skill name (linked if URL available)
- Brief description
- Author/maintainer
3. Fetch Skill Details
When user selects a skill, use WebFetch to get details:
WebFetch: https://skillregistry.io/skills/[skill-name]