Skip to content
VS Code

agent skill loader for VS Code

io.github.back1ply/agent-skill-loader

Dynamically load Claude Code skills into AI agents without copying files.

client:VS Code transport:stdio runtime:npm

Install agent skill loader in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-skill-loader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-skill-loader"
      ]
    }
  }
}

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

agent skill loader in other clients