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
K-Dense-AI/scientific-agent-skills/skills/infographics/SKILL.md
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.
Decision brief
Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/infographics"Inspect the Agent Skill "infographics" from https://github.com/K-Dense-AI/scientific-agent-skills/blob/36d8f13a1e754618794bf42f417884940077b4ae/skills/infographics/SKILL.md at commit 36d8f13a1e754618794bf42f417884940077b4ae. 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
Generate any infographic by simply describing it:
python skills/infographics/scripts/generateinfographic.py \ "5 benefits of regular exercise" \ -o figures/exercisebenefits.png --type list
python skills/infographics/scripts/generateinfographic.py \ "Product features comparison" \ -o figures/productcomparison.png --type comparison --doc-type marketing
python skills/infographics/scripts/generateinfographic.py \ "Company milestones 2010-2025" \ -o figures/timeline.png --type timeline --style corporate
python skills/infographics/scripts/generateinfographic.py \ "Heart disease statistics worldwide" \ -o figures/healthstats.png --type statistical --palette wong
Permission review
The documentation asks the agent to run terminal commands or scripts.
python skills/infographics/scripts/generate_infographic.py \The documentation asks the agent to run terminal commands or scripts.
python skills/infographics/scripts/generate_infographic.py \Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 34,322 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
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:
# 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.
# 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 |
# 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 |
# 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.
Frequently asked questions
Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3.
The source record exposes this install command: npx skills add https://github.com/K-Dense-AI/scientific-agent-skills --skill "skills/infographics". Inspect the command and pinned source before running it.
Static rules flagged exec-script in the source; the page lists the matching lines and excerpts.
Alternatives
synthetic-sciences/openscience
[EXPERIMENTAL] Create professional infographics using Nano Banana Pro AI with smart iterative refinement. Uses Gemini 3 Pro for quality review. Integrates research-lookup and web search for accurate data. Supports 10 infographic types, 8 industry styles, and colorblind-safe palettes.
aaron-he-zhu/aaron-marketing-skills
Use it for engineering and marketing tasks; the detail page covers purpose, installation, and practical steps.
wondelai/skills
Audit websites and landing pages for conversion issues and design evidence-based A/B tests. Use when the user mentions "landing page isnt converting", "conversion rate", "A/B test", "why visitors leave", "objection handling", "bounce rate", "conversion funnel", "increase signups", or "people add to cart but dont buy". Also trigger when diagnosing why signups are low, designing experiment hypotheses, or auditing checkout flows for friction points. Covers funnel mapping, persuasion assets, and obj
nexscope-ai/Amazon-Skills
Amazon PPC campaign builder and optimizer for sellers. Two modes: (A) Build — design a complete campaign structure from scratch with keyword groupings, bid calculations, and negative keyword lists, (B) Optimize — audit existing campaigns using search term reports, identify keyword funnel opportunities, calculate bid adjustments, and generate a week-by-week action plan. Integrates with amazon-keyword-research for keyword input. No API key required. Use when: (1) setting up Amazon PPC campaigns fo