Agent Skill Loader
JSON →MCP server to dynamically load Claude Code skills into AI agents
Install
npm install -g agent-skill-loader Tools · 5
- list_skills Returns a JSON list of available skills. Optional query filters by name/description substring (case-insensitive).
- read_skill Returns the markdown instructions for a skill.
- install_skill Copies the skill folder to .agent/skills/<name>. For security, target_path must be within the current workspace.
- manage_search_paths Add, remove, or list skill search paths.
- debug_info Returns diagnostic information (paths, status, warnings).
Links
★ 10 GitHub stars