Skip to content
Claude Desktop

agent skill loader for Claude Desktop

io.github.back1ply/agent-skill-loader

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

client:Claude Desktop transport:stdio runtime:npm

Install agent skill loader in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-skill-loader": {
      "command": "npx",
      "args": [
        "-y",
        "agent-skill-loader"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agent skill loader in other clients