Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills Over MCP Interest Group.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"experimental-ext-ski": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-skills"
]
}
}
}
Run in terminal:
claude mcp add experimental-ext-ski npx -y modelcontextprotocol/experimental-ext-skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"experimental-ext-ski": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/experimental-ext-skills"
]
}
}
}