image-generation
Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.
npx skills add majiayu000/claude-skill-registry --skill image-generation-bytedance-deer-flow --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 Skill ## Overview This skill generates high-quality images using structured prompts and a Python script. The workflow includes creating JSON-formatted prompts and executing image generation with optional reference images. ## Core Capabilities - Create structured JSON prompts for AIGC image generation - Support multiple reference images for style/composition guidance - Generate images through automated Python script execution - Handle various image generation scenarios (character design, scenes, products, etc.) ## Workflow ### Step 1: Understand Requirements When a user requests image generation, identify: - Subject/content: What should be in the image - Style preferences: Art style, mood, color palette - Technical specs: Aspect ratio, composition, lighting - Reference images: Any images to guide generation - You don't need to check the folder under `/mnt/user-data` ### Step 2: Create Structured Prompt Generate a structured JSON file in `/mnt/user-data/workspace/` with naming pattern: `{descriptive-name}.json` ### Step 3: Execute Generation Call the Python script: ```bash python /mnt/skills/public/image-generation/scripts/generate.py \ --prompt-file /mnt/user-data
- Overview
- Core Capabilities
- Workflow
- Step 1: Understand Requirements
- Step 2: Create Structured Prompt
- Step 3: Execute Generation
- Character Generation Example
- Common Scenarios
- Specific Templates
- Output Handling
- Tips: Enhancing Generation with Reference Images
- Notes
python /mnt/skills/public/image-generation/scripts/generate.py \
What does the image-generation skill do?
Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill image-generation-bytedance-deer-flow --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.
