Agent Skill Loader
@back1ply
About Agent Skill Loader
MCP server to expose Claude Code Skills to AI agents
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-skill-loader": {
"command": "npx",
"args": [
"-y",
"agent-skill-loader"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Agent Skill Loader?
Agent Skill Loader is a Model Context Protocol (MCP) server that bridges a static Claude Code Skills library with dynamic AI agents (like Antigravity, Claude Desktop, or Cursor). It allows agents to learn skills on demand without requiring manual file copying into every project.
How to use Agent Skill Loader?
Install globally via npm (npm install -g agent-skill-loader) and register the server in .mcp.json. Alternatively, build from source. After setup, agents have access to five tools: list_skills, read_skill, install_skill, manage_search_paths, and debug_info.
Key features of Agent Skill Loader
- Scans configured skill directories for discovery.
- Fetches SKILL.md content for agents to read.
- Copies skill permanently to project if needed.
- Adds or removes skill directories at runtime.
- Diagnoses configuration and path issues.
Use cases of Agent Skill Loader
- An agent automatically finds and reads a skill for writing DAX measures.
- Developers maintain a central skills library used across projects.
- Dynamic learning without manually copying skill files into each project.
- Troubleshoot skill discovery using the debug_info tool.
FAQ from Agent Skill Loader
What skills format does it expect?
Each skill is a folder containing a SKILL.md file.
How do I add custom skill directories?
Use the manage_search_paths tool at runtime with operation="add" and the path.
Can I install a skill permanently into a project?
Yes, use install_skill(skill_name) which copies the folder to .agent/skills/<name> within the current workspace.
What runtime does it require?
Node.js >= 18.
Where does the server look for skills by default?
It scans %USERPROFILE%\.claude\plugins\cache and a skill-paths.json file in the project root.
Frequently asked questions
What skills format does it expect?
Each skill is a folder containing a `SKILL.md` file.
How do I add custom skill directories?
Use the `manage_search_paths` tool at runtime with `operation="add"` and the path.
Can I install a skill permanently into a project?
Yes, use `install_skill(skill_name)` which copies the folder to `.agent/skills/<name>` within the current workspace.
What runtime does it require?
Node.js >= 18.
Where does the server look for skills by default?
It scans `%USERPROFILE%\.claude\plugins\cache` and a `skill-paths.json` file in the project root.
Basic information
More AI & Agents MCP servers

Lumify Sports Intelligence
LumifyAgent-ready sports intelligence API: live scores, odds, line movement, public betting splits, and explainable bet confidence — via 16 MCP tools at https://lumify.ai/mcp. Get a free key instantly — no signup, email, or ca

Plainpaper
PlainpaperThe AI marketing canvas for Claude and MCP agents. Your agent drafts campaigns as cards on a shared board, briefed by your brand rules, approved by you.
Agentic Atlas
Avery JonesConsult field-tested agent-system design patterns through 8 hosted, read-only tools for orientation, deep reading, relationships, provenance, glossary terms, and publication decisions.

Competitor Tracker & Co.
Competitor Tracker & Co.Competitor Tracker & Co. watches your competitors' websites and tells you what changed. Every week it crawls their pricing, product, messaging and corporate pages, detects the changes that matter, and files a tagged, ran

Simplepages
SimplepagesBuild and edit landing pages and websites from your AI assistant, and pull how they are performing.
Comments