AI & ML
Trust: 32/100 (Limited)io.github.back1ply/agent-skill-loader Guide
Dynamically load Claude Code skills into AI agents without copying files.
4 starsby back1ply
Quick Start
Install
npx agent-skill-loaderClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-back1ply-agent-skill-loader": {
"command": "npx",
"args": [
"agent-skill-loader"
]
}
}
}