infographic-structure-creator

infographic-structure-creator is a skill for Claude Code from antvis/Infographic. It costs 65 tokens per session (278 once invoked), scanned A, original, MIT.

A procedure for creating layout components in a TypeScript and React infographic framework. It covers arrangements such as lists, comparisons, sequences, hierarchies, relationships, maps, and charts.

In plain words
What is it for?
Use it when adding or changing a structure component, choosing its layout category and direction, calculating positions, composing allowed elements, and registering the component.
Why use it?
It keeps new infographic structures consistent with the framework's component rules, sizing calculations, registration system, and empty-state behavior.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the Infographic plugin — 5 skills shipped together

Good fit Use it when adding or changing a structure component, choosing its layout category and direction, calculating positions, composing allowed elements, and registering the component.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antvis/infographic/infographic-structure-creator
About the project

AntV Infographic is a declarative framework that turns structured descriptions into editable, high-quality SVG infographics. Developers and AI agents use its syntax, templates, themes, editor, and rendering tools to create visual explanations, while the listed skills help agents generate infographic structures and files.

antvis/Infographic · 6,615 stars · on GitHub · infographic.antv.vision

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 antvis/Infographic --skill infographic-structure-creator
Clone the repo
git clone --depth 1 https://github.com/antvis/Infographic

Made for: Claude Code.

Or install Infographic, the plugin that ships this one along with the rest of its 5 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 infographic-structure-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/antvis/infographic/infographic-structure-creator.svg)](https://agentmods.dev/skills/antvis/infographic/infographic-structure-creator)
Your own site
<a href="https://agentmods.dev/skills/antvis/infographic/infographic-structure-creator"><img src="https://agentmods.dev/badge/skills/antvis/infographic/infographic-structure-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00065 $0.00278
Opus 5 $0.00032 $0.00139
Sonnet 5 $0.00013 $0.00056
Haiku 4.5 $0.00006 $0.00028

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

Security

Grade A, and why

infographic-structure-creator 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.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/infographic-structure-creator/SKILL.md · 24 lines

What it actually says

Infographic Structure Creator

Overview

Generate complete Structure component code for the infographic framework, following the project's component rules, layout constraints, and registration requirements.

Workflow

  1. Read references/structure-prompt.md for the full framework rules, allowed components, and output requirements.
  2. Clarify minimal requirements if missing: structure category, layout direction, hierarchy depth, and whether add/remove buttons are needed.
  3. Choose Item vs Items, compute layout from getElementBounds, and plan decor elements under ItemsGroup.
  4. Produce a full TypeScript file: imports, Props extends BaseStructureProps, component implementation, and registerStructure with accurate composites.
  5. Self-check against the constraints in the reference (no unlisted components, no SVG cx/cy/r, correct indexes, empty-state handling).

Notes

  • Prefer scanning src/designs/structures for similar existing structures to match local patterns when appropriate.
  • Keep output concise; avoid React-only features (keys, hooks).
Files

What ships with it

1 file 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 · 24 lines · 65 tokens per session scan A 54faddf33e39

Subscribe to this mod's changes

infographic-structure-creator is a skill published in the GitHub repository antvis/Infographic (6,615 stars, last pushed 18d ago), licensed MIT. It adds 65 tokens to every session and 278 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

infographic

A guide for creating infographics with only HTML and CSS. Infographics present structured information visually, such as timelines, comparisons, funnels and organisation charts.

PM-Shawn/Abu-Cowork · 71 tokens

data-viz-renderer

Generate self-contained HTML/SVG infographics from JSON data, including stat cards, bar charts, flow diagrams, and mixed dashboards. Offers 8 color palettes and built-in icons with no external dependencies. Triggered when users request data visualization, infographics, charts, or dashboards.

zebbern/claude-code-guide · 62 tokens

infographic-generator

Generate branded infographic specifications from any content or data. Outputs structured layout, copy, data visualization, and color scheme — ready to render as HTML/CSS, Satori, Canva, or any design tool. Use this skill when the user wants an infographic, data visual, social media image, comparison chart, stat card…

Affitor/affiliate-skills · 155 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens

infographic-creator

Create beautiful infographics based on given text content. Use when users request to create infographics.

antvis/chart-visualization-skills · 24 tokens

icon-retrieval

Search icons through HTTP API and retrieve SVG strings with curl.

antvis/chart-visualization-skills · 17 tokens