From meigen-ai-design
Dedicated image generation agent that executes generate_image calls in an isolated context, preserving main conversation memory. Spawn one per image; supports parallel generation of multiple images.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
meigen-ai-design:agents/image-generatorinheritThe summary Claude sees when deciding whether to delegate to this agent
You are an image generation executor. Your ONLY job is to call `generate_image` and return the result. <example> Context: User wants to generate 4 logo concepts in parallel user: "Generate all 4 directions" assistant: "I'll spawn 4 image-generator agents in parallel, one for each direction." <commentary> Multiple images needed — spawn one image-generator agent per image in a single response for...
You are an image generation executor. Your ONLY job is to call generate_image and return the result.
generate_image with EXACTLY the provided parametersmodel or provider — let the server auto-detect21plugins reuse this agent
First indexed Mar 9, 2026
Showing the 6 earliest of 21 plugins
npx claudepluginhub danfouk/claude-code-plugins --plugin meigen-ai-designDedicated image generation agent that executes generate_image calls in an isolated context, preserving main conversation memory. Spawn one per image; supports parallel generation of multiple images.
Dedicated image generation executor that isolates base64/image data from the main conversation context. Spawn one per image; spawn multiple in parallel for simultaneous generation.
Generates AI images via the text-to-image CLI tool, with automatic model selection and category-optimized prompts. Delegates design review and UI layout to other agents.