Agent skill · Content & Marketing

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/ai-llm/image-generation-bytedance-deer-flow/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 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

What's inside
Steps it walks through
  1. Overview
  2. Core Capabilities
  3. Workflow
  4. Step 1: Understand Requirements
  5. Step 2: Create Structured Prompt
  6. Step 3: Execute Generation
  7. Character Generation Example
  8. Common Scenarios
  9. Specific Templates
  10. Output Handling
  11. Tips: Enhancing Generation with Reference Images
  12. Notes
Ships with 1 file
  • metadata.json
Commands it runs
python /mnt/skills/public/image-generation/scripts/generate.py \
More from claude-skill-registry
All skills →
About this skill
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.

Keep going