a month ago
A semantic skills registry over MCP that teaches AI agents how to do things correctly using curated expert skills that agents discover and load at the moment they need them. You can build your own.
At the moment it includes 30 expert runbooks covering Stripe, Docker, FastAPI, React, Next.js, Terraform, Claude/OpenAI/Gemini APIs, and more, retrieved on demand via vector search.
工具
skills_find_relevant
skills_get_body
skills_get_options
skills_get_reference
skills_run_script
skills_get_asset
服务器配置
{
"mcpServers": {
"skill-mcp": {
"transport": "streamable-http",
"url": "https://skill-mcp.jigneshponamwar.workers.dev/mcp"
}
}
}