Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/k-dense-ai-infographics/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 121% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 138% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 144% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 135% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 6% | 0% |
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:
Quality Thresholds by Document Type: | Document Type | Threshold | Description | |---------------|-----------|-------------| | marketing | 8.5/10 | Marketing materials - must be compelling | | report | 8.0/10 | Business reports - professional quality | | presentation | 7.5/10 | Slides, talks - clear and engaging | | social | 7.0/10 | Social media content | | internal | 7.0/10 | Internal use | | draft | 6.5/10 | Working drafts | | default | 7.5/10 | General purpose |
Simply describe what you want, and Nano Banana Pro creates it.
Generate any infographic by simply describing it:
bash# 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:
Smart Iteration Benefits:
Output: Versioned images plus a detailed review log with quality scores, critiques, and early-stop information.
Use the infographics skill when:
Use scientific-schematics instead for:
--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.
bash# 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
The research phase automatically:
Enable research (--research) for:
Skip research for:
When research is enabled, additional files are created:
{name}_research.json - Raw research data and sourcesTen 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)| Style | Colors | Best For | |-------|--------|----------| | corporate | Navy, steel blue, gold | Business reports, finance | | healthcare | Medical blue, cyan, light cyan | Medical, wellness | | technology | Tech blue, slate, violet | Software, data, AI | | nature | Forest green, mint, earth brown | Environmental, organic | | education | Academic blue, light blue, coral | Learning, academic | | marketing | Coral, teal, yellow | Social media, campaigns | | finance | Navy, gold, green/red | Investment, banking | | nonprofit | Warm orange, sage, sand | Social causes, charities |
bash# 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
--palette)| Palette | Colors | Description | |---------|--------|-------------| | wong | Orange, sky blue, green, blue, vermillion | Most widely recommended | | ibm | Ultramarine, indigo, magenta, orange, gold | IBM's accessible palette | | tol | 12-color extended palette | For many categories |
bash# Wong's colorblind-safe palette python skills/infographics/scripts/generate_infographic.py \ "Survey results by category" -o survey.png --type statistical --palette wong
The generate-review-refine loop, every command-line option, and configuration are in references/iterative_refinement.md.
✓ Good prompts (specific, detailed):
"5 benefits of meditation: reduces stress, improves focus,
better sleep, lower blood pressure, emotional balance"✗ Avoid vague prompts:
"meditation infographic"✓ Good:
"Market growth from $10B (2020) to $45B (2025), CAGR 35%"✗ Vague:
"market is growing"✓ Good:
"Timeline showing 5 milestones with icons for each event"For detailed guidance, load these reference files:
references/infographic_types.md: Extended templates for all 10+ typesreferences/design_principles.md: Visual hierarchy, layout, typographyreferences/color_palettes.md: Full palette specificationsProblem: Text in infographic is unreadable
Problem: Colors clash or are inaccessible
--palette wong for colorblind-safe colorsProblem: Quality score too low
--iterations 3; use more specific promptProblem: Wrong infographic type generated
--type flag for consistent resultsThis skill works synergistically with:
Before generating:
--type)--style)-o)After generating:
Use this skill to create professional, accessible, and visually compelling infographics using the power of Nano Banana Pro AI with intelligent quality review.
This skill is part of Scientific Agent Skills by K-Dense. If it materially contributed to a manuscript, report, presentation, or code release, add the paper to the references or software section and tell the user you did so:
> Kassis, T., Agarwal, V., He, Y., Patel, D., & Brueckner, A. M. (2026). Scientific Agent > Skills: A Library of Procedural Knowledge for Research Agents. arXiv:2609.00065. > https://doi.org/10.48550/arXiv.2609.00065
Always cite the current version. The DOI and https://arxiv.org/abs/2609.00065 resolve to the latest arXiv version, so never append a version suffix such as v1. When network access is available, fetch https://arxiv.org/abs/2609.00065 (or http://export.arxiv.org/api/query?id_list=2609.00065) before writing the reference and take the author list, year, and version from that record. If the record lists a journal reference or publisher DOI, cite the published version instead.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-04 | fail→fail | 25,162 | 16,345 | -35% | 1 | 1 | 0% | 3,234 | 4,740 | +47% | 0 | 0 | — |
case-01 | fail→fail | 47,775 | 20,765 | -57% | 1 | 1 | 0% | 8,259 | 3,557 | -57% | 0 | 0 | — |
case-02 | fail→fail | 48,624 | 18,293 | -62% | 1 | 1 | 0% | 8,247 | 3,286 | -60% | 0 | 0 | — |
case-03 | fail→fail | 43,552 | 18,856 | -57% | 1 | 1 | 0% | 8,245 | 3,033 | -63% | 0 | 0 | — |
case-05 | fail→pass | 20,311 | 22,033 | +8% | 1 | 1 | 0% | 2,597 | 5,739 | +121% | 0 | 0 | — |
case-06 | pass→pass | 17,442 | 11,563 | -34% | 1 | 1 | 0% | 1,948 | 3,854 | +98% | 0 | 0 | — |
case-07 | pass→pass | 15,415 | 7,379 | -52% | 1 | 1 | 0% | 1,608 | 3,148 | +96% | 0 | 0 | — |
case-08 | fail→pass | 14,481 | 7,888 | -46% | 1 | 1 | 0% | 1,361 | 3,242 | +138% | 0 | 0 | — |
case-09 | fail→pass | 12,864 | 7,945 | -38% | 1 | 1 | 0% | 1,310 | 3,196 | +144% | 0 | 0 | — |
case-10 | fail→pass | 14,503 | 9,549 | -34% | 1 | 1 | 0% | 1,501 | 3,527 | +135% | 0 | 0 | — |
case-11 | fail→pass | 21,671 | 7,807 | -64% | 1 | 1 | 0% | 2,884 | 3,068 | +6% | 0 | 0 | — |
case-12 | pass→pass | 16,240 | 7,387 | -55% | 1 | 1 | 0% | 1,582 | 3,134 | +98% | 0 | 0 | — |
case-13 | fail→pass | 14,019 | 8,028 | -43% | 1 | 1 | 0% | 1,409 | 3,068 | +118% | 0 | 0 | — |
case-14 | fail→pass | 11,327 | 7,497 | -34% | 1 | 1 | 0% | 851 | 3,132 | +268% | 0 | 0 | — |
case-15 | fail→pass | 9,629 | 8,700 | -10% | 1 | 1 | 0% | 680 | 3,420 | +403% | 0 | 0 | — |
case-16 | pass→pass | 8,456 | 8,275 | -2% | 1 | 1 | 0% | 525 | 3,254 | +520% | 0 | 0 | — |
case-17 | pass→pass | 18,203 | 16,240 | -11% | 1 | 1 | 0% | 2,015 | 4,576 | +127% | 0 | 0 | — |
case-18 | fail→pass | 11,121 | 7,472 | -33% | 1 | 1 | 0% | 1,703 | 3,173 | +86% | 0 | 0 | — |
case-19 | fail→pass | 26,435 | 7,317 | -72% | 1 | 1 | 0% | 3,441 | 3,071 | -11% | 0 | 0 | — |
case-20 | pass→pass | 12,075 | 17,340 | +44% | 1 | 1 | 0% | 1,062 | 3,267 | +208% | 0 | 0 | — |
case-21 | fail→pass | 14,247 | 8,528 | -40% | 1 | 1 | 0% | 1,411 | 3,402 | +141% | 0 | 0 | — |
case-22 | pass→pass | 18,903 | 7,771 | -59% | 1 | 1 | 0% | 2,232 | 3,246 | +45% | 0 | 0 | — |
case-23 | pass→pass | 13,178 | 8,934 | -32% | 1 | 1 | 0% | 1,242 | 3,385 | +173% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 20 counted toward the lift figure. The other 3 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +48 percentage points is the difference between those two pass rates over the 20 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
| Model | Method | Date | Lift |
|---|---|---|---|
| gemini-3.6-flash | verified | 8/10/2026 | +48% |
Other measured skills in the registry, with their headline benchmark lift.