skill deck for Claude Desktop
io.github.xingbofeng/skill-deck
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
client:Claude Desktop
transport:stdio
runtime:npm
Install skill deck in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<SKILL_DECK_SKILLS_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs