Skip to content
VS Code

Skillsmith for VS Code

io.github.smith-horn/skillsmith

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

client:VS Code transport:stdio runtime:npm

Install Skillsmith in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Skillsmith in other clients