Back to MCP Servers
Agent Skill Loader
Dynamically load Claude Code skills into AI agents without copying files. Discover, read, and install skills on demand.
developer-toolsaiagent
By back1ply
Installation
npx -y agent-skill-loaderConfiguration
{
"mcpServers": {
"agent-skill-loader": {
"command": "npx",
"args": ["-y", "agent-skill-loader"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes