MCP Directory
Back

skills-compat-manager

by hnaymyh123-henry · Python · ★ 95

Cross-platform compatibility layer for AI agent skills — pre-flight dependency checks, MCP-native, works with Claude Code, Cursor, Codex CLI, OpenCode and more

#ai-agents#claude-code#compatibility#llm#mcp#python#skills

Install

pip install git+https://github.com/hnaymyh123-henry/skills-compat-manager.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "skills-compat-manager": {
      "command": "uvx",
      "args": [
        "git+https://github.com/hnaymyh123-henry/skills-compat-manager.git"
      ]
    }
  }
}

From the README

Skills Compat Manager Stop your AI agent from failing halfway through a skill. One library for all your agent skills — with a pre-flight check built in. Quick Start · How It Works · CLI · MCP Server · 中文文档 **The agent knows what's missing before it writes a single line of code.** --- **Does** - Detects presence of Python packages, CLI binaries, environment variables, and declared platform capabilities - Surfaces missing deps to the agent *before* skill execution via a structured Delta - Provides a standardized, agent-readable compatibility protocol (OK / DEG…
Read full README on GitHub →

Related ai & ml servers