Help us improve
Share bugs, ideas, or general feedback.
Generates research-grounded infographics, diagrams, and educational visuals via web research and the Nano Banana MCP image generator. Supports 8 visual styles and 4 audience levels.
npx claudepluginhub frankxai/claude-skills-library --plugin claude-skills-libraryHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-skills-library:acos-visual-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Creates research-grounded images by:
Generates professional infographics using Gemini AI via Nano Banana MCP. Guides through content analysis, visualizable concepts, visualization approaches, and on-brand image creation for social media.
Generates infographics with AI-driven iterative design and quality review, supporting 10 types and 8 styles for data stories, comparisons, timelines, and process visuals.
Generates publication-quality infographics from natural language descriptions using Nano Banana Pro AI with Gemini 3 Pro quality review and optional Perplexity Sonar research. Supports 10 types, 8 industry styles, and colorblind-safe palettes.
Share bugs, ideas, or general feedback.
Creates research-grounded images by:
User: "Create a 3D infographic about quantum computing"
Process:
1. WebSearch → Extract key facts
2. Construct prompt with style instructions
3. mcp__nanobanana__generate_image()
4. Return image with sources
| Style | Description |
|---|---|
standard | Clean scientific illustration, modern, professional |
minimalist | Bauhaus, flat vector, 2-3 colors, negative space |
photorealistic | Cinematic lighting, 8K, detailed textures |
3d | Dark Premium 3D — navy background, glass/chrome surfaces, neon accents. NEVER claymorphic |
technical | Da Vinci notebook, ink sketch, annotations |
futuristic | Cyberpunk HUD, neon, holographic |
vintage | 19th century lithograph, sepia, engraving |
cartoon | Educational comic, vibrant, cel-shaded |
| Level | Target |
|---|---|
elementary | Ages 6-10, bright, simple, fun icons |
highschool | Standard textbook, clean, accurate |
college | Academic journal, high detail, data-rich |
expert | Technical schematic, extremely dense |
WebSearch("{topic} facts key information 2026")
Extract 3-5 verifiable facts.
Create a {aspect_ratio} {style_description} infographic about {topic}.
VISUAL STYLE: {style_instruction}
AUDIENCE: {audience_instruction}
INCLUDE:
- {fact_1_visualized}
- {fact_2_visualized}
- {fact_3_visualized}
COMPOSITION:
- Clear layout with visual hierarchy
- Text should be large and legible
- Include labels and annotations
mcp__nanobanana__generate_image({
prompt: "{constructed_prompt}",
aspect_ratio: "16:9",
model_tier: "pro",
enable_grounding: true,
thinking_level: "high",
resolution: "high"
})
Return:
Standard:
High-quality digital scientific illustration. Clean, modern, highly detailed. Professional color palette.
3D Dark Premium:
Dark Premium 3D visualization. Navy background (#0f172a), glass/chrome surfaces with metallic reflections, neon accent glows (cyan #43BFE3, purple #AB47C7, gold #F59E0B). 3+ depth layers, studio lighting, professional architectural render quality. NEVER claymorphic, NEVER pastel, NEVER clay texture.
Technical:
Da Vinci Notebook style. Ink on parchment sketch, handwritten annotation style, rough but accurate lines, technical precision.
Futuristic:
Cyberpunk HUD. Glowing neon blue/cyan lines on dark background, holographic data visualization, 3D wireframes.
User: "Visualize how neural networks learn"
Research: WebSearch finds key facts about backpropagation, gradient descent, layers, activation functions.
Prompt:
Create a 16:9 Dark Premium 3D infographic about how neural networks learn.
VISUAL STYLE: Navy background (#0f172a), glass/chrome surfaces, neon accents...
INCLUDE:
- Input layer receiving data
- Hidden layers processing with weights
- Backpropagation arrows showing error correction
- Output layer with predictions
Generate: Call Nano Banana MCP with grounding enabled.
This skill integrates with:
/infogenius command in ACOSvisual-creation skill for quality-gated workflowPart of the Agentic Creator OS visual generation pipeline.