Agent skill · Content & Marketing

image

ImageAgent - Generate EVOLEA Brand Images with Reinforcement Learning

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cgjen-box-evolea-website-claude-skills-image-generation-rl --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/ai-ml/cgjen-box-evolea-website-claude-skills-image-generation-rl/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

# EVOLEA Image Generation with Reinforcement Learning > **Invoke with**: `/image` or use automatically when generating images for the website > **Last Updated**: 2025-12-27 This skill provides an intelligent image generation system that learns from user feedback to produce increasingly better, brand-consistent images for EVOLEA. --- ## MCP Server (Claude Desktop / Claude App) The image generation system is available as an MCP server for use with Claude Desktop and Claude App. ### Available Tools | Tool | Description | |------|-------------| | `generate_image` | Generate a single image with EVOLEA branding | | `generate_ab_comparison` | Generate A/B comparison for training (2 options + grid) | | `list_generated_images` | List recent generated images by category | | `get_brand_prompt_template` | Get prompt templates for specific image types | | `publish_image` | Publish image to GitHub for public URL access | | `get_training_guide` | Get the full training guide documentation | ### Setup (Claude Desktop) Add to `%APPDATA%\Claude\claude_desktop_config.json`: ```json { "mcpServers": { "evolea-images": { "command": "python", "args": ["C:/Users/christoph/evolea-website/scripts/mcp_image_s

What's inside
Steps it walks through
  1. MCP Server (Claude Desktop / Claude App)
  2. Available Tools
  3. Setup (Claude Desktop)
  4. Quick Commands in Claude Desktop
  5. How It Works
  6. Command Line Usage
  7. Generate with Training Loop
  8. Manual A/B Generation
  9. Fully Automated (with Claude selection)
  10. Key Files
  11. EVOLEA Style Guidelines
  12. Central European Children (Ages 5-8)
  13. Whimsical Style (User's Preferred)
  14. Color Palette
Ships with 1 file
  • metadata.json
Commands it runs
Start a training session for a specific image
python scripts/generate_image.py "children ages 5-8 creating art" \
Generate 2 options with comparison grid
python scripts/generate_image.py "your prompt" \
More from claude-skill-registry
All skills →
About this skill
What does the image skill do?

ImageAgent - Generate EVOLEA Brand Images with Reinforcement Learning

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cgjen-box-evolea-website-claude-skills-image-generation-rl --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