Agent skill · Code Review & Quality

image-generator

Generate professional visuals using Gemini via browser automation with 6-gate quality control. Use when creating chapter illustrations, diagrams, or teaching visuals. NOT for stock photos or decorative images.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill image-generator-panaversity-agentfactory-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/image-generator-panaversity-agentfactory-2/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 Generator Generate professional teaching visuals using Gemini 3 with multi-turn reasoning partnership. ## Quick Start ```bash # 1. Start browser (via browsing-with-playwright skill) bash .claude/skills/browsing-with-playwright/scripts/start-server.sh # 2. Navigate to Gemini # Use browser_navigate to https://gemini.google.com/ # 3. Generate image from creative brief # Paste creative brief → Wait 30-35s → Verify 6 gates → Download ``` ## Core Principles 1. **Reasoning over prediction** - Creative briefs (Story/Intent/Metaphor) activate reasoning; pixel specs don't 2. **Multi-turn partnership** - Teach Gemini your standards through principle-based feedback 3. **6-gate quality** - Explicit pass/fail before download 4. **Autonomous batch** - No permission-asking between visuals ## Input: Creative Brief Format Receive from visual-asset-workflow: ```markdown ## The Story [Narrative about what's visualized] ## Emotional Intent [What it should FEEL like] ## Visual Metaphor [Universal concept for instant comprehension] ## Subject / Composition / Action / Location / Style [Gemini 3 prompt structure] ## Color Semantics Blue (#2563eb) = Authority | Green (#10b981) = Execution ## Typogra

What's inside
Steps it walks through
  1. Quick Start
  2. Core Principles
  3. Input: Creative Brief Format
  4. Workflow (Per Visual)
  5. Quality Gates (ALL Must Pass)
  6. Iteration: Principle-Based Feedback
  7. Batch Mode
  8. Proficiency Limits
  9. Token Conservation (Batch Mode)
  10. Anti-Patterns
  11. Session Interruption
  12. Success Indicators
Ships with 1 file
  • metadata.json
Commands it runs
bash .claude/skills/browsing-with-playwright/scripts/start-server.sh
Use browser_navigate to https://gemini.google.com/
Paste creative brief → Wait 30-35s → Verify 6 gates → Download
More from claude-skill-registry
All skills →
About this skill
What does the image-generator skill do?

Generate professional visuals using Gemini via browser automation with 6-gate quality control. Use when creating chapter illustrations, diagrams, or teaching visuals. NOT for stock photos or decorative images.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill image-generator-panaversity-agentfactory-2 --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