Filter by category slug (e.g., "coding", "automation")
tag
Filter by tag slug
Present results showing:
Title and description
Author name
File list (SKILL.md, reference docs, scripts)
Category and tags
Link to the skill
How to Get a Skill
Call
get_skill
with:
id
The skill ID
Returns the skill metadata and all file contents:
SKILL.md (main instructions)
Reference documentation
Helper scripts
Configuration files
How to Install a Skill
When the user asks to install a skill:
Call
get_skill
to retrieve all files
Create the directory
.claude/skills/{slug}/
Save each file to the appropriate location:
SKILL.md
→
.claude/skills/{slug}/SKILL.md
Other files →
.claude/skills/{slug}/{filename}
Read back
SKILL.md
to verify the frontmatter is intact
Guidelines
Always search before suggesting the user create their own skill
Present search results in a readable format with file counts
When installing, confirm the skill was saved successfully
Explain what the skill does and when it activates