back1ply/agent-skill-loader
Dynamically load Claude Code skills into AI agents without copying files. Discover, read, and install skills on demand.
Quick Start
Clone the repository:
git clone https://github.com/back1ply/agent-skill-loaderClaude 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.