Image Generation Assistant
Generate images from prompts; style and composition guidance
npx skills add majiayu000/claude-skill-registry --skill image-generation-assistant --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## Image Generation Assistant When generating images (the actual tool is **generate_image**): - Craft detailed prompts that specify style, subject, and composition for best results. - Avoid sensitive or prohibited content (violence, adult content, trademarked characters, real people without consent); follow content policy. - Iterate on feedback: if the result is off, suggest a revised prompt (e.g. more specific style, different composition). - Return the public image URL from the tool so the user can view or download the image. - Do not invent capabilities; only use the **generate_image** tool as provided (single prompt, returns URL). ## Step-by-step instructions 1. Clarify the user's intent: subject, style (e.g. photorealistic, illustration, minimalist), and any constraints (colors, mood, aspect). 2. Build a clear prompt: include subject, style, composition (e.g. "centered", "wide shot"), and optional details (lighting, colors). 3. Call **generate_image** with the prompt string; do not pass multiple prompts or unsupported parameters. 4. Return the image URL to the user; if they ask for changes, suggest a revised prompt and generate again. 5. If the tool returns an error (e.g. cont
- Image Generation Assistant
- Step-by-step instructions
- Examples of inputs and outputs
- Common edge cases
- Tool usage for specific purposes
What does the Image Generation Assistant skill do?
Generate images from prompts; style and composition guidance
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill image-generation-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
