MCP Directory
Back

agent-designer

by appautomaton · Python · ★ 114

Purpose Design and maintain Codex/Claude-style SKILLs, plus supporting docs and MCP tool catalog.

Install

pip install git+https://github.com/appautomaton/agent-designer.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "agent-designer": {
      "command": "uvx",
      "args": [
        "git+https://github.com/appautomaton/agent-designer.git"
      ]
    }
  }
}

From the README

Language: English | [中文](README.zh-CN.md) A portable skills workspace for AI coding agents — Codex, Claude Code, and Gemini. Design structured, reusable skills that give your agents clear workflows, safe defaults, and multi-turn collaboration capabilities. Clone this repo as a starting point for any project where you want agents to work methodically rather than freestyle. **Collaboration skills** — let your agents delegate to each other via bridge scripts with session continuity: | Skill | Purpose | |---|---| | | Delegate to Claude Code CLI (review, diff, consultation) | | | Delegate to…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers