
Agent Skill Loader
Pull Claude Code skills into an agent session on demand so you stop duplicating SKILL.md trees across machines and repos.
Overview
Agent Skill Loader is a MCP server for the Build phase that dynamically loads Claude Code skills into agents without copying skill files.
What is this MCP server?
- Dynamic skill loading without copying files into each project
- npm stdio package agent-skill-loader v1.0.2
- Targets Claude Code skill formats consumed by MCP hosts
- GitHub: back1ply/agent-skill-loader
- Package version 1.0.2
- Transport: stdio
- Registry: npm identifier agent-skill-loader
Community signal: 12 GitHub stars.
What problem does it solve?
Maintaining duplicate skill folders per repo wastes time and drifts instructions out of sync.
Who is it for?
Builders who run many skills across repos and want one loader wired into Claude Code or Cursor.
Skip if: Projects that only use a single baked-in skill or teams forbidden from dynamic remote/local skill resolution.
What do I get? / Deliverables
Your agent can mount the right skill context per task from a loader MCP entry instead of manual file copies.
- MCP endpoint that resolves skills on demand
- Reduced per-repo skill duplication
- Faster skill swaps between build and ship workflows
Recommended MCP Servers
Journey fit
Skill loading is configured when you stand up agent tooling, even though you benefit again whenever you iterate or ship. agent-tooling is the canonical shelf because the server’s job is runtime skill discovery, not application feature code.
How it compares
MCP skill loader plumbing, not a curated skill marketplace or a single packaged SKILL.md.
Common Questions / FAQ
Who is Agent Skill Loader for?
Indie developers and agent power-users who rely on multiple Claude Code skills and want centralized loading.
When should I use Agent Skill Loader?
Use it while configuring agent-tooling at build time and whenever you rotate skills for review, testing, or ops tasks.
How do I add Agent Skill Loader to my agent?
Add the npm stdio server agent-skill-loader to your MCP configuration per the GitHub repo instructions, then point it at your skill sources.