Skills
Freeby MCP Community
Agent Skills distribution via MCP. Progressive disclosure (search → load → read) for teaching AI agents domain-specific procedures through the SKILL.md standard
v3.15.2Added Apr 12, 2026
mcpvurbskillsagent-skillsprogressive-disclosure
Skills MCP Server
Agent Skills distribution via MCP. Progressive disclosure (search → load → read) for teaching AI agents domain-specific procedures through the SKILL.md standard
Installation
npx -y @vurb/skills
Reviews
Installation
Quick install
npx -y @vurb/skills
Add to claude_desktop_config.json
{
"mcpServers": {
"skills": {
"command": "npx",
"args": ["-y", "@vurb/skills"]
}
}
}