Agent skill

Image Generation Assistant

Generate images from prompts; style and composition guidance

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/image-generation-assistant/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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

What's inside
Steps it walks through
  1. Image Generation Assistant
  2. Step-by-step instructions
  3. Examples of inputs and outputs
  4. Common edge cases
  5. Tool usage for specific purposes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going