infographize

infographize is a skill for Claude Code from digital-stoic-org/agent-skills. It costs 52 tokens per session (558 once invoked), scanned A, original, MIT.

A document-to-graphic tool that turns Markdown text into infographic SVG files, choosing a layout based on the content.

In plain words
What is it for?
Use it to create visual summaries, explain processes, compare options, show hierarchies, or present statistics from Markdown documents.
Why use it?
It removes the need to design an infographic by hand or translate written content into a graphic format yourself.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the content plugin — 7 skills shipped together

Good fit Use it to create visual summaries, explain processes, compare options, show hierarchies, or present statistics from Markdown documents.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/digital-stoic-org/agent-skills/infographize
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add digital-stoic-org/agent-skills --skill infographize
Clone the repo
git clone --depth 1 https://github.com/digital-stoic-org/agent-skills

Made for: Claude Code.

Or install content, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for infographize

README.md
[![agentmods](https://agentmods.dev/badge/skills/digital-stoic-org/agent-skills/infographize/github.svg)](https://agentmods.dev/skills/digital-stoic-org/agent-skills/infographize)
Your own site
<a href="https://agentmods.dev/skills/digital-stoic-org/agent-skills/infographize"><img src="https://agentmods.dev/badge/skills/digital-stoic-org/agent-skills/infographize/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for infographize

Your own site · 80×15
<a href="https://agentmods.dev/skills/digital-stoic-org/agent-skills/infographize"><img src="https://agentmods.dev/badge/skills/digital-stoic-org/agent-skills/infographize.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00558
Opus 5 $0.00026 $0.00279
Sonnet 5 $0.00010 $0.00112
Haiku 4.5 $0.00005 $0.00056

Measured 9d ago against content hash a8076c65a64e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

infographize scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/render.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

content/skills/infographize/SKILL.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Infographize

Convert any markdown document into a visual infographic SVG via AntV Infographic SSR.

Workflow

  1. Dependency check: Run bun run -e "import '@antv/infographic'" 2>/dev/null. If it fails, install via install-dependency skill (@antv/infographic, bun package) before proceeding
  2. Read the source markdown file
  3. Read <skill_dir>/reference.md for template catalog and data field mappings
  4. Analyze content structure — identify the dominant information type:
    • Bullet lists, features, options → list-*
    • Numbered steps, processes, timelines → sequence-*
    • Pros/cons, A vs B, SWOT → compare-*
    • Nested structure, org chart, taxonomy → hierarchy-*
    • Connected items, network, dependencies → relation-*
    • Numeric data, percentages, stats → chart-*
  5. Select the best template from the catalog (match content pattern to template's "best for")
  6. Map markdown content → AntV syntax using the correct data fields for that category
  7. Write the AntV syntax to a .txt file next to the output path
  8. Render by calling: bun run <skill_dir>/scripts/render.ts <syntax-file> <output.svg> --preview

Output

  • Default output: same directory as input, same basename with .svg extension
  • User can specify a custom output path as second argument

Content Mapping Rules

  • Be concise: Infographics are visual-first. Distill prose into short labels (3-7 words) and brief descriptions (1 sentence max)
  • 60/40 rule: Favor graphics over text. Cut detail that doesn't serve the visual narrative
  • One idea per infographic: If the markdown covers multiple distinct topics, pick the primary one or ask the user
  • Preserve hierarchy: Map heading levels to visual hierarchy (title → section → item)
  • Extract data: Pull numbers, percentages, counts into value fields when available

Theme

Default: light. User can request dark, hand-drawn, or custom colors — see reference.md for themeConfig options.

Read the full file on GitHub · 45 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 45 lines · 52 tokens per session scan A a8076c65a64e

Subscribe to this mod's changes

infographize is a skill published in the GitHub repository digital-stoic-org/agent-skills (20 stars, last pushed 2d ago), licensed MIT. It adds 52 tokens to every session and 558 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories