Source profileQuality 91/100Review permissions

K-Dense-AI/scientific-agent-skills/skills/infographics/SKILL.md

infographics

Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.

Source repository stars
31,966
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3.

Best for

  • Presenting data or statistics in a visual format
  • Creating timeline visualizations for project milestones or history
  • Explaining processes, workflows, or step-by-step guides

Not for

  • Solution: Reduce text content; use --type to specify layout type
  • Solution: Use --palette wong for colorblind-safe colors

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/infographics"
Safe inspection promptEditorial

Inspect the Agent Skill "infographics" from https://github.com/K-Dense-AI/scientific-agent-skills/blob/e7ac42510774624f327003c95b6650e2883bc01d/skills/infographics/SKILL.md at commit e7ac42510774624f327003c95b6650e2883bc01d. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Quick Start

    Generate any infographic by simply describing it:

    Generate any infographic by simply describing it:
  2. 02

    Generate a list infographic (default threshold 7.5/10)

    python skills/infographics/scripts/generateinfographic.py \ "5 benefits of regular exercise" \ -o figures/exercisebenefits.png --type list

    python skills/infographics/scripts/generateinfographic.py \ "5 benefits of regular exercise" \ -o figures/exercisebenefits.png --type list
  3. 03

    Generate for marketing (highest threshold: 8.5/10)

    python skills/infographics/scripts/generateinfographic.py \ "Product features comparison" \ -o figures/productcomparison.png --type comparison --doc-type marketing

    python skills/infographics/scripts/generateinfographic.py \ "Product features comparison" \ -o figures/productcomparison.png --type comparison --doc-type marketing
  4. 04

    Generate with corporate style

    python skills/infographics/scripts/generateinfographic.py \ "Company milestones 2010-2025" \ -o figures/timeline.png --type timeline --style corporate

    python skills/infographics/scripts/generateinfographic.py \ "Company milestones 2010-2025" \ -o figures/timeline.png --type timeline --style corporate
  5. 05

    Generate with colorblind-safe palette

    python skills/infographics/scripts/generateinfographic.py \ "Heart disease statistics worldwide" \ -o figures/healthstats.png --type statistical --palette wong

    python skills/infographics/scripts/generateinfographic.py \ "Heart disease statistics worldwide" \ -o figures/healthstats.png --type statistical --palette wong

Permission review

Static risk signals and limitations

Runs scripts

medium · line 35

The documentation asks the agent to run terminal commands or scripts.

python skills/infographics/scripts/generate_infographic.py \

Runs scripts

medium · line 40

The documentation asks the agent to run terminal commands or scripts.

python skills/infographics/scripts/generate_infographic.py \

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score91/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars31,966SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
K-Dense-AI/scientific-agent-skills
Skill path
skills/infographics/SKILL.md
Commit
e7ac42510774624f327003c95b6650e2883bc01d
License
MIT
Collected
2026-07-28
Default branch
main
View the original SKILL.md

Infographics

Overview

Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. This skill uses Nano Banana Pro AI for infographic generation with Gemini 3.6 Flash quality review and Perplexity Sonar for research.

How it works:

  • (Optional) Research phase: Gather accurate facts and statistics using Perplexity Sonar
  • Describe your infographic in natural language
  • Nano Banana Pro generates publication-quality infographics automatically
  • Gemini 3.6 Flash reviews quality against document-type thresholds
  • Smart iteration: Only regenerates if quality is below threshold
  • Professional-ready output in minutes
  • No design skills required

Quality Thresholds by Document Type:

Document TypeThresholdDescription
marketing8.5/10Marketing materials - must be compelling
report8.0/10Business reports - professional quality
presentation7.5/10Slides, talks - clear and engaging
social7.0/10Social media content
internal7.0/10Internal use
draft6.5/10Working drafts
default7.5/10General purpose

Simply describe what you want, and Nano Banana Pro creates it.

Quick Start

Generate any infographic by simply describing it:

# Generate a list infographic (default threshold 7.5/10)
python skills/infographics/scripts/generate_infographic.py \
  "5 benefits of regular exercise" \
  -o figures/exercise_benefits.png --type list

# Generate for marketing (highest threshold: 8.5/10)
python skills/infographics/scripts/generate_infographic.py \
  "Product features comparison" \
  -o figures/product_comparison.png --type comparison --doc-type marketing

# Generate with corporate style
python skills/infographics/scripts/generate_infographic.py \
  "Company milestones 2010-2025" \
  -o figures/timeline.png --type timeline --style corporate

# Generate with colorblind-safe palette
python skills/infographics/scripts/generate_infographic.py \
  "Heart disease statistics worldwide" \
  -o figures/health_stats.png --type statistical --palette wong

# Generate WITH RESEARCH for accurate, up-to-date data
python skills/infographics/scripts/generate_infographic.py \
  "Global AI market size and growth projections" \
  -o figures/ai_market.png --type statistical --research

What happens behind the scenes:

  1. (Optional) Research: Perplexity Sonar gathers accurate facts, statistics, and data
  2. Generation 1: Nano Banana Pro creates initial infographic following design best practices
  3. Review 1: Gemini 3.6 Flash evaluates quality against document-type threshold
  4. Decision: If quality >= threshold → DONE (no more iterations needed!)
  5. If below threshold: Improved prompt based on critique, regenerate
  6. Repeat: Until quality meets threshold OR max iterations reached

Smart Iteration Benefits:

  • ✅ Saves API calls if first generation is good enough
  • ✅ Higher quality standards for marketing materials
  • ✅ Faster turnaround for drafts/internal use
  • ✅ Appropriate quality for each use case

Output: Versioned images plus a detailed review log with quality scores, critiques, and early-stop information.

When to Use This Skill

Use the infographics skill when:

  • Presenting data or statistics in a visual format
  • Creating timeline visualizations for project milestones or history
  • Explaining processes, workflows, or step-by-step guides
  • Comparing options, products, or concepts side-by-side
  • Summarizing key points in an engaging visual format
  • Creating geographic or map-based data visualizations
  • Building hierarchical or organizational charts
  • Designing social media content or marketing materials

Use scientific-schematics instead for:

  • Technical flowcharts and circuit diagrams
  • Biological pathways and molecular diagrams
  • Neural network architecture diagrams
  • CONSORT/PRISMA methodology diagrams

Research Integration

Automatic Data Gathering (--research)

When creating infographics that require accurate, up-to-date data, use the --research flag to automatically gather facts and statistics using Perplexity Sonar Pro.

# Research and generate statistical infographic
python skills/infographics/scripts/generate_infographic.py \
  "Global renewable energy adoption rates by country" \
  -o figures/renewable_energy.png --type statistical --research

# Research for timeline infographic
python skills/infographics/scripts/generate_infographic.py \
  "History of artificial intelligence breakthroughs" \
  -o figures/ai_history.png --type timeline --research

# Research for comparison infographic
python skills/infographics/scripts/generate_infographic.py \
  "Electric vehicles vs hydrogen vehicles comparison" \
  -o figures/ev_hydrogen.png --type comparison --research

What Research Provides

The research phase automatically:

  1. Gathers Key Facts: 5-8 relevant facts and statistics about the topic
  2. Provides Context: Background information for accurate representation
  3. Finds Data Points: Specific numbers, percentages, and dates
  4. Cites Sources: Mentions major studies or sources
  5. Prioritizes Recency: Focuses on 2023-2026 information

When to Use Research

Enable research (--research) for:

  • Statistical infographics requiring accurate numbers
  • Market data, industry statistics, or trends
  • Scientific or medical information
  • Current events or recent developments
  • Any topic where accuracy is critical

Skip research for:

  • Simple conceptual infographics
  • Internal process documentation
  • Topics where you provide all the data in the prompt
  • Speed-critical generation

Research Output

When research is enabled, additional files are created:

  • {name}_research.json - Raw research data and sources
  • Research content is automatically incorporated into the infographic prompt

Infographic Types

Ten types are supported via --type: statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, and social. What each is for, the data shape it expects, and worked prompts are in references/infographic_type_catalog.md and references/infographic_types.md.

Style Presets

Industry Styles (--style)

StyleColorsBest For
corporateNavy, steel blue, goldBusiness reports, finance
healthcareMedical blue, cyan, light cyanMedical, wellness
technologyTech blue, slate, violetSoftware, data, AI
natureForest green, mint, earth brownEnvironmental, organic
educationAcademic blue, light blue, coralLearning, academic
marketingCoral, teal, yellowSocial media, campaigns
financeNavy, gold, green/redInvestment, banking
nonprofitWarm orange, sage, sandSocial causes, charities
# Corporate style
python skills/infographics/scripts/generate_infographic.py \
  "Q4 Results" -o q4.png --type statistical --style corporate

# Healthcare style
python skills/infographics/scripts/generate_infographic.py \
  "Patient Journey" -o journey.png --type process --style healthcare

Colorblind-Safe Palettes

Available Palettes (--palette)

PaletteColorsDescription
wongOrange, sky blue, green, blue, vermillionMost widely recommended
ibmUltramarine, indigo, magenta, orange, goldIBM's accessible palette
tol12-color extended paletteFor many categories
# Wong's colorblind-safe palette
python skills/infographics/scripts/generate_infographic.py \
  "Survey results by category" -o survey.png --type statistical --palette wong

Smart Iterative Refinement and CLI

The generate-review-refine loop, every command-line option, and configuration are in references/iterative_refinement.md.

Prompt Engineering Tips

Be Specific About Content

Good prompts (specific, detailed):

"5 benefits of meditation: reduces stress, improves focus, 
better sleep, lower blood pressure, emotional balance"

Avoid vague prompts:

"meditation infographic"

Include Data Points

Good:

"Market growth from $10B (2020) to $45B (2025), CAGR 35%"

Vague:

"market is growing"

Specify Visual Elements

Good:

"Timeline showing 5 milestones with icons for each event"

Reference Files

For detailed guidance, load these reference files:

  • references/infographic_types.md: Extended templates for all 10+ types
  • references/design_principles.md: Visual hierarchy, layout, typography
  • references/color_palettes.md: Full palette specifications

Troubleshooting

Common Issues

Problem: Text in infographic is unreadable

  • Solution: Reduce text content; use --type to specify layout type

Problem: Colors clash or are inaccessible

  • Solution: Use --palette wong for colorblind-safe colors

Problem: Quality score too low

  • Solution: Increase iterations with --iterations 3; use more specific prompt

Problem: Wrong infographic type generated

  • Solution: Always specify --type flag for consistent results

Integration with Other Skills

This skill works synergistically with:

  • scientific-schematics: For technical diagrams and flowcharts
  • market-research-reports: Infographics for business reports
  • scientific-slides: Infographic elements for presentations
  • generate-image: For non-infographic visual content

Quick Reference Checklist

Before generating:

  • Clear, specific content description
  • Infographic type selected (--type)
  • Style appropriate for audience (--style)
  • Output path specified (-o)
  • API key configured

After generating:

  • Review the generated image
  • Check the review log for scores
  • Regenerate with more specific prompt if needed

Use this skill to create professional, accessible, and visually compelling infographics using the power of Nano Banana Pro AI with intelligent quality review.

Alternatives

Compare before choosing

Computed 9027

MoizIbnYousaf/marketing-cli

conversion-flow-cro

Optimizes multi-step conversion flows including signup, onboarding, upgrade, and checkout. Maps each step, identifies friction and drop-off risks, then recommends specific copy/UX changes with A/B test plans. Use when someone says 'signup flow', 'onboarding optimization', 'checkout conversion', 'paywall optimization', 'activation rate', 'funnel analysis', 'why are users dropping off', 'registration flow', 'trial conversion', 'free to paid', 'upgrade flow', 'user journey', or wants to improve any

Computed 8742,015

coreyhaines31/marketingskills

cro

When the user wants to optimize, improve, or increase conversions on any marketing page or form — including homepage, landing pages, pricing pages, feature pages, lead capture forms, or contact forms. Also use when the user says 'CRO,' 'conversion rate optimization,' 'this page isn't converting,' 'improve conversions,' 'why isn't this page working,' 'my landing page sucks,' 'form abandonment,' 'nobody's converting,' 'low conversion rate,' or 'this page needs work.' Use this even if the user just

Computed 10042,015

coreyhaines31/marketingskills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

Computed 1007

event4u-app/agent-config

design-intelligence

Grounded design brief from the adopted corpus — style, WCAG-checked color tokens, typography, layout pattern, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart decision.