From meigen-ai-design
Generates an image directly from the provided prompt. Auto-enhances short prompts (<10 words), delegates to image generator agent, and adds a one-line creative comment.
How this command is triggered — by the user, by Claude, or both
Slash command
/meigen-ai-design:gen <prompt>The summary Claude sees in its command listing — used to decide when to auto-load this command
# Quick Generate Generate an image immediately from the user's description. This is the fast path — skip exploration and go straight to generation. ## Instructions 1. Look at the user's prompt: `$ARGUMENTS` 2. If the prompt is very short (under 10 words), call `mcp__meigen__enhance_prompt` first to enrich it, then use the enhanced result 3. If the prompt is already detailed (10+ words), use it directly 4. Delegate to the **image-generator** agent with the prompt (keeps base64 data out of main context) 5. When the agent returns, show a brief one-line creative comment about the generation ...
Generate an image immediately from the user's description. This is the fast path — skip exploration and go straight to generation.
$ARGUMENTSmcp__meigen__enhance_prompt first to enrich it, then use the enhanced resultDo NOT:
This is a quick-fire command. Generate and show.
npx claudepluginhub bachsh/supermarket --plugin meigen-ai-design/genGenerates an image directly from the provided prompt. Auto-enhances short prompts (<10 words), delegates to image generator agent, and adds a one-line creative comment.
/ai-image-generatorGenerates AI images using Gemini or GPT APIs from a description, with optional purpose like hero, icon, og, or illustration.
/gen-imageGenerates a brand-aligned AI image by selecting the optimal tool (Midjourney, DALL-E, Ideogram, Firefly, Stable Diffusion), composing a full multi-element prompt, and providing variation prompts plus seed strategy.
/gemini-imageGenerates images from text descriptions using Google Gemini AI. Interactively selects model (e.g., gemini-3.1-flash-image-preview) and aspect ratio (e.g., 1:1). Requires GEMINI_API_KEY and Python 3.
/nanobananaGenerates images, edits photos, creates icons, patterns, stories, diagrams via natural language requests, auto-selecting specialized tools.
/visualizeGenerate high-resolution images for design ideas or prototypes using DALL-E 3 or Gemini. Accepts idea-id and optional --provider (openai/gemini) and --quality flags.