Claude Skill MartBrowse skillsWhat is a Skill?
Back to list

Infographics

Describe your content and get a publication-quality infographic that auto-refines until it passes a quality threshold.

Image & VideoIntermediate33,0303,248AI score 8/10Last updated: Aug 9, 2026

What it does

You describe the content in plain language; an image model (Nano Banana Pro) generates the infographic, then a reviewer model (Gemini Flash) scores it out of 10. If the score meets the threshold for your document type (marketing 8.5, report 8.0, presentation 7.5, draft 6.5, etc.) it stops immediately; otherwise the prompt is improved from the critique and regenerated.

  • 10 types: statistical, timeline, process, comparison, list, geographic, hierarchical, anatomical, resume, social
  • 8 industry style presets: corporate, healthcare, technology, nature, education, marketing, finance, nonprofit
  • Colorblind-safe palettes (wong, ibm, tol)
  • Optional --research flag pulls current facts and statistics via Perplexity Sonar and folds them into the prompt
  • Versioned image output plus a review log with scores, critiques and early-stop info

Who it's for

  • Marketers and content teams who need visuals fast without a designer
  • Analysts and researchers summarizing market or scientific data with sources
  • Social media managers producing repeated campaign graphics
  • Public-sector, health and education writers who must meet accessibility requirements

Examples

  1. Marketing comparison graphic: run --type comparison --doc-type marketing so a product feature comparison keeps regenerating until it clears 8.5/10.
  2. Research-backed statistics: "Global AI market size and growth projections" with --type statistical --research gathers fresh numbers and saves sources to _research.json.
  3. Company timeline: "Milestones 2010-2025" with --type timeline --style corporate for an investor report slide.

· · · Install guide · · ·

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/infographics folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/infographics/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/K-Dense-AI/scientific-agent-skills.git && mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/infographics ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal in the folder where you keep tools.
  2. Clone the repo: git clone https://github.com/K-Dense-AI/scientific-agent-skills.git
  3. Copy the skill into your Claude Code skills directory: mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/infographics ~/.claude/skills/
  4. Set your API key: export OPENROUTER_API_KEY="sk-or-..." (add it to ~/.zshrc or ~/.bashrc to persist).
  5. Install Python dependencies for the script (use pip install -r requirements.txt if the repo ships one).
  6. Restart Claude Code and ask it to "make an infographic about ...", or test directly: python ~/.claude/skills/infographics/scripts/generate_infographic.py "5 benefits of exercise" -o out.png --type list
  7. Check the output image and the review log; if the score is low, retry with --iterations 3 and a more specific prompt.