Skip to main content
Developer ToolsTypeScript

back1ply/agent-skill-loader

Dynamically load Claude Code skills into AI agents without copying files. Discover, read, and install skills on demand.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/back1ply/agent-skill-loader

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
back1ply