plugins marketplace
← All plugins

meigen-ai-design

v1.0.9

AI image generation with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a 1,300+ curated inspiration library. Requires MeiGen MCP server (supports MeiGen Cloud, local ComfyUI, and OpenAI-compatible APIs).

CodexClaude Code

by MeiGenMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/meigen-ai-design/ inside the repository.

Layout

plugins/meigen-ai-design/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/meigen-ai-design/.codex-plugin/plugin.json
{
  "name": "meigen-ai-design",
  "version": "1.0.9",
  "description": "AI image generation with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a 1,300+ curated inspiration library. Requires MeiGen MCP server (supports MeiGen Cloud, local ComfyUI, and OpenAI-compatible APIs).",
  "skills": "./skills/",
  "author": {
    "name": "MeiGen",
    "url": "https://www.meigen.ai"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Meigen Ai Design",
    "shortDescription": "AI image generation with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a…",
    "category": "Coding"
  }
}
plugins/meigen-ai-design/.claude-plugin/plugin.json
{
  "name": "meigen-ai-design",
  "version": "1.0.9",
  "description": "AI image generation with creative workflow orchestration, parallel multi-direction output, prompt engineering, and a 1,300+ curated inspiration library. Requires MeiGen MCP server (supports MeiGen Cloud, local ComfyUI, and OpenAI-compatible APIs).",
  "author": {
    "name": "MeiGen",
    "url": "https://www.meigen.ai"
  },
  "license": "MIT"
}