Skip to content
Zed

skill deck for Zed

io.github.xingbofeng/skill-deck

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.

client:Zed transport:stdio runtime:npm

Install skill deck in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "skill-deck": {
      "command": "npx",
      "args": [
        "-y",
        "skill-deck"
      ],
      "env": {
        "SKILL_DECK_SKILLS_ROOT": "<SKILL_DECK_SKILLS_ROOT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

skill deck in other clients