Skip to content
Zed

Skillsmith for Zed

io.github.smith-horn/skillsmith

Share agent skills across your team, scan them for risk, and track what's actually used.

client:Zed transport:stdio runtime:npm

Install Skillsmith in Zed

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

{
  "context_servers": {
    "skillsmith": {
      "command": "npx",
      "args": [
        "-y",
        "@skillsmith/mcp-server"
      ]
    }
  }
}

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

Skillsmith in other clients