Skip to content
Cline

agent skill loader for Cline

io.github.back1ply/agent-skill-loader

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

client:Cline transport:stdio runtime:npm

Install agent skill loader in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent skill loader in other clients