Skill Manager

v1.0.0Coding Agentsstable

SkillDock is a skill manager and MCP manager for installing, viewing, updating, and syncing AI skills and MCP servers, with Git-aware updates to track upstream changes and local modifications. SkillDock 是一个用于安装、查看、更新和同步 AI skills 与 MCP servers 的 skil

ai-coding-agentsai-skillsclaude-codecodexcursor
Share:
115
Stars
0
Downloads
0
Weekly
0/5

What is Skill Manager?

Skill Manager is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to skilldock is a skill manager and mcp manager for installing, viewing, updating, and syncing ai skills and mcp servers, with git-aware updates to track upstream changes and local modifications. skilldo...

SkillDock is a skill manager and MCP manager for installing, viewing, updating, and syncing AI skills and MCP servers, with Git-aware updates to track upstream changes and local modifications. SkillDock 是一个用于安装、查看、更新和同步 AI skills 与 MCP servers 的 skil

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • SkillDock is a skill manager and MCP manager for installing,

Use Cases

Install, view, update, and sync AI skills and MCP servers easily.
Track upstream changes and local modifications with Git-aware updates.
Manage a complete ecosystem of skills and integrations for AI development.
wanghuan9

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx skill-manager

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Skill Manager

SkillDock is a desktop application and skill manager that simplifies installing, updating, and synchronizing AI skills and MCP server configurations across more than 30 AI coding tools including Claude Code, Cursor, Windsurf, GitHub Copilot, Gemini CLI, and IntelliJ IDEA. It uses Git-aware change detection to distinguish upstream skill updates from local modifications and can write enabled MCP server configurations directly into each tool's config file. Developers who work with multiple AI coding assistants and want a single control panel for managing prompts, MCP servers, and tool plugins will find SkillDock significantly reduces manual configuration overhead.

Prerequisites

  • macOS (Windows support planned — check GitHub releases for current availability)
  • At least one supported AI coding tool installed: Claude Code, Cursor, Windsurf, GitHub Copilot, Gemini CLI, or similar
  • Git installed (for Git-aware skill update tracking)
  • An internet connection for downloading skills and MCP server packages from SkillDock's registry
1

Download and install SkillDock

Visit the SkillDock GitHub Releases page and download the latest macOS installer (.dmg or .zip). Open the installer, drag SkillDock to your Applications folder, and launch it.

2

Connect your AI coding tools

On first launch, SkillDock scans for supported AI tools installed on your system. Review the detected tools list and confirm which ones you want SkillDock to manage.

3

Browse and install skills

Open the Skills tab in SkillDock to browse available AI skills from the registry. Click Install on any skill to download it and make it available to your connected tools.

4

Browse and install MCP servers

Open the MCP Servers tab to discover and install MCP server packages. SkillDock writes the enabled servers into each tool's MCP configuration file automatically.

5

Enable Git-aware update tracking

For skills installed from Git repositories, SkillDock tracks upstream changes separately from your local edits. Use the Updates tab to review new upstream changes and choose whether to apply them without overwriting local modifications.

Skill Manager Examples

Client configuration

SkillDock manages MCP config files on your behalf. The resulting configuration written to Claude Code's settings for an MCP server managed by SkillDock looks like this.

{
  "mcpServers": {
    "example-server": {
      "command": "npx",
      "args": ["-y", "example-mcp-server"],
      "env": {}
    }
  }
}

Prompts to try

Tasks you can accomplish using SkillDock's desktop UI — these are UI actions rather than AI prompts, since SkillDock is a management desktop app.

- Open SkillDock > Skills tab > Install the 'code-review' skill for Claude Code
- Open MCP Servers tab > Search for 'filesystem' > Enable for Cursor and Windsurf
- Open Updates tab > Review upstream changes to installed skills
- Disable a skill for one tool while keeping it enabled for others
- Export your full skill + MCP configuration as a shareable profile

Troubleshooting Skill Manager

SkillDock does not detect my installed AI coding tools

Ensure the tools are installed in standard locations (e.g., Claude Code via npm, Cursor via official installer). Open SkillDock Preferences and use the manual tool detection option to point to non-standard installation paths.

MCP configuration is not written to my tool after enabling a server in SkillDock

Restart the affected AI coding tool after enabling the MCP server in SkillDock. Some tools (like Cursor) only reload their MCP config at startup. If the config is still missing, check SkillDock's log view for write permission errors on the config file path.

Skill update shows as 'upstream changed' but the update breaks local modifications

Use SkillDock's diff view to review what changed upstream versus your local edits before applying an update. You can choose to skip an upstream update or cherry-pick only specific changes while preserving your local customizations.

Frequently Asked Questions about Skill Manager

What is Skill Manager?

Skill Manager is a Model Context Protocol (MCP) server that skilldock is a skill manager and mcp manager for installing, viewing, updating, and syncing ai skills and mcp servers, with git-aware updates to track upstream changes and local modifications. skilldock 是一个用于安装、查看、更新和同步 ai skills 与 mcp servers 的 skil It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Skill Manager?

Follow the installation instructions on the Skill Manager GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Skill Manager?

Skill Manager works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Skill Manager free to use?

Yes, Skill Manager is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "skill-manager": { "command": "npx", "args": ["-y", "skill-manager"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Skill Manager?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides