
SkillRepo
Centralize governed agent skills in one library and expose them to remote agents over MCP instead of copying SKILL files per repo.
Overview
dev.skillrepo/skillrepo is a MCP server for the Build phase that provides a governed AI agent skills library distributed to developers and remote agents.
What is this MCP server?
- Remote MCP at https://mcp.skillrepo.dev/api/mcp (registry v1.0.1)
- Single governed library of AI agent skills for developers
- Distributes skills to dev workflows and remote MCP clients
- Streamable-http transport for hosted skill access
- Homepage https://skillrepo.dev for org setup and policy
- Registry version 1.0.0
- 1 remote MCP endpoint: https://mcp.skillrepo.dev/api/mcp
- Publisher website: https://skillrepo.dev
What problem does it solve?
Skills live in random repos and laptops, so agents run outdated or unapproved instructions and you cannot serve the same catalog remotely.
Who is it for?
Builders shipping with multiple agents or teammates who need a single source of truth for approved skills over MCP.
Skip if: Hobbyists with a handful of personal skills only on one machine and no governance needs.
What do I get? / Deliverables
Developers and MCP-connected agents draw from one governed skill library instead of forked local copies.
- Hosted governed skill catalog reachable via MCP
- Consistent skill versions for local devs and remote agents
- Reduced drift between repositories and agent hosts
Recommended MCP Servers
Journey fit
Skill governance and distribution matter when you are assembling agent tooling for a product team, which sits squarely in the build phase. SkillRepo is explicitly a skills library with MCP exposure—canonical placement is agent-tooling, not a single app feature integration.
How it compares
Governed internal skills platform over MCP, not a public skill marketplace directory.
Common Questions / FAQ
Who is dev.skillrepo/skillrepo for?
Solo founders and small teams standardizing agent skills across repos and remote MCP clients who want one governed library instead of copy-paste SKILL folders.
When should I use dev.skillrepo/skillrepo?
Use it when you are building agent-assisted workflows and need curated, distributable skills before scaling contributors or connecting production-adjacent agents.
How do I add dev.skillrepo/skillrepo to my agent?
Configure your MCP client with the remote URL https://mcp.skillrepo.dev/api/mcp (streamable-http) per documentation on https://skillrepo.dev.