imagine

Guides prompt-craft and tool selection for image_gen and image_edit image generation workflows.

Updated May 28, 2026
One-click install
npx skills add https://github.com/changfengpro/agent-skills --skill imagine-changfengpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagine
Source: https://github.com/changfengpro/agent-skills/tree/main/skills/imagine
Command: npx skills add https://github.com/changfengpro/agent-skills --skill imagine-changfengpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Image generation models often garble text, invent numbers, and produce inconsistent results across related images. This Skill provides operational guidance for deciding when to generate images with AI tools versus building visuals with code, how to write effective prompts, and how to handle real people, factual grounding, and multi-image consistency. ## Core Features & Use Cases - Tool Selection Guidance: Clear rules for choosing between image_gen (new images from text) and image_edit (modifying existing images), including a decision table and rules of thumb. - Accuracy-First Workflows: Directs building charts, diagrams, and text-heavy visuals with HTML/CSS code instead of image models, with a verify-and-fix loop for discrete content. - Reference-First Real People Handling: Enforces web search verification and reference-image-based editing for named real people, with safety guardrails. - Video Shot Planning: Covers image_to_video workflows with shot-by-shot planning, 6s/10s durations, and FFmpeg stream-copy assembly. - Use Case: When asked to create a poster of a public figure, search the web to verify facts, use image_edit with a real reference photo, and verify the output text is accurate before delivering. ## Quick Start Load this skill whenever you are about to make an image_gen or image_edit call and follow its prompt-craft and tool-selection rules.

Frequently Asked Questions about imagine

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose between image_gen and image_edit?

Use image_gen when creating a new image from scratch with no source image, and image_edit when modifying, restyling, or iterating on an existing image. The rule of thumb is: no source image means image_gen, source image means image_edit.

How do I generate images of real people with AI?

Never use pure image_gen for named real people. First search the web to verify identity and facts, then use image_edit with a real reference photo, ideally a user upload. Never produce non-consensual, sexualized, or minor-involving likenesses.

Why does AI image generation garble text and numbers?

Image models are unreliable at exact text, numbers, and structure, often garbling words or inventing data. For charts, diagrams, or screens needing precise content, build the visual with HTML/CSS code instead and verify the rendered output.

How do I keep characters consistent across multiple generated images?

Generate one base image first, then use it as the input to image_edit for every variation. Re-running image_gen from scratch for a recurring subject produces inconsistent results.

Can image_gen produce multiple variations in one call?

No, the tool does not expose n or count parameters. To produce multiple variations, make multiple separate image_gen calls with distinct prompts.

What should I do when an image generation is blocked by moderation?

Stop immediately and do not retry or paraphrase the prompt to evade the filter. Tell the user the request was blocked and offer a different creative direction instead.