← Index

io.github.back1ply/agent-skill-loader

io.github.back1ply/agent-skill-loader·v1.0.2·Other
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-skill-loader": {
      "command": "npx",
      "args": [
        "-y",
        "agent-skill-loader"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-skill-loader": {
      "command": "npx",
      "args": [
        "-y",
        "agent-skill-loader"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agent-skill-loader
§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other