agent-skill-loader — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsagent-skill-loader
    Back to Agents
    agent-skill-loader

    agent-skill-loader

    back1ply January 16, 2026
    6 copies 0 downloads

    MCP server to expose Claude Code Skills to AI agents

    Agent Definition
    # Agent Skill Loader 🧠
    
    [![npm version](https://img.shields.io/npm/v/agent-skill-loader)](https://www.npmjs.com/package/agent-skill-loader)
    [![MCP Registry](https://img.shields.io/badge/MCP-Registry-green)](https://registry.modelcontextprotocol.io)
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
    [![Node.js Version](https://img.shields.io/badge/node-%3E%3D18-brightgreen)](https://nodejs.org)
    [![TypeScript](https://img.shields.io/badge/TypeScript-5.4-blue)](https://www.typescriptlang.org/)
    [![MCP](https://img.shields.io/badge/MCP-Compatible-purple)](https://modelcontextprotocol.io)
    
    **Agent Skill Loader** is a Model Context Protocol (MCP) server that acts as a bridge between your static Claude Code Skills library and dynamic AI agents (like Antigravity, Claude Desktop, or Cursor).
    
    It allows agents to "learn" skills on demand without requiring you to manually copy files into every project.
    
    ## 🚀 Features
    
    *   **Discovery**: `list_skills` - Scans your configured skill directories.
    *   **Dynamic Learning**: `read_skill` - Fetches the `SKILL.md` content for the agent to read.
    *   **Persistence**: `install_skill` - Copies the skill permanently to your project if needed.
    *   **Configuration**: `manage_search_paths` - Add/remove skill directories at runtime.
    *   **Troubleshooting**: `debug_info` - Diagnose configuration and path issues.
    
    ## 🛠️ Setup
    
    ### Prerequisites
    - Node.js >= 18
    
    ### Option A: Install from npm (Recommended)
    ```bash
    npm install -g agent-skill-loader
    ```
    
    Then register in `.mcp.json`:
    ```json
    "agent-skill-loader": {
      "command": "agent-skill-loader"
    }
    ```
    
    ### Option B: Build from Source
    ```bash
    git clone https://github.com/back1ply/agent-skill-loader.git
    cd agent-skill-loader
    npm install
    npm run build
    ```
    
    Then register in `.mcp.json`:
    ```json
    "agent-skill-loader": {
      "command": "node",
      "args": ["<path-to-repo>/build/index.js"]
    }
    ```
    
    ## 📂 Configuration
    
    The server automatically detects 

    Tags

    antigravityclaudeclaude-codecursormcpmodel-context-protocolskillstypescript

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.