Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
antvis avatar

Infographic Structure Creator

  • 99 installs
  • 5.7k repo stars
  • Updated June 1, 2026
  • antvis/infographic

infographic-structure-creator is a Claude Code skill that generates TypeScript Structure layout components for the AntV infographic framework, including composition and registration.

About

This skill generates or updates infographic Structure components as TypeScript/TSX for the AntV infographic repo, under src/designs/structures. A developer uses it to design or modify structure layouts such as list, compare, sequence, hierarchy, relation, geo, and chart, including layout logic, component composition, and registration. It computes layout from getElementBounds and self-checks the output against the framework's constraints.

  • Generates full TypeScript Structure components for the AntV infographic framework
  • Handles list/compare/sequence/hierarchy/relation/geo/chart layouts and registerStructure
  • Self-checks constraints (no unlisted components, no SVG cx/cy/r, empty-state handling)

Infographic Structure Creator by the numbers

  • 99 all-time installs (skills.sh)
  • Ranked #1,056 of 2,245 Frontend Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

infographic-structure-creator capabilities & compatibility

Capabilities
ui design · component generation
Use cases
frontend · ui design
From the docs

What infographic-structure-creator says it does

Generate or update infographic Structure components for this repo (TypeScript/TSX in src/designs/structures).
SKILL.md
Produce a full TypeScript file: imports, Props extends BaseStructureProps, component implementation, and `registerStructure` with accurate `composites`.
SKILL.md
npx skills add https://github.com/antvis/infographic --skill infographic-structure-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs99
repo stars5.7k
Last updatedJune 1, 2026
Repositoryantvis/infographic

What it does

Generate a full TypeScript Structure component (list/compare/sequence/hierarchy/etc.) for the AntV infographic framework with registerStructure.

Who is it for?

Building or modifying AntV infographic Structure layout components in TypeScript

When should I use this skill?

Asked to design, implement, or modify structure layouts, layout logic, or registration

What you get

A complete, constraint-compliant TypeScript Structure component with accurate registerStructure composites.

  • A complete TypeScript Structure component file with registerStructure

Files

SKILL.mdMarkdownGitHub ↗

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).

Related skills

FAQ

Which structure categories does it cover?

List, compare, sequence, hierarchy, relation, geo, and chart.

What does it produce?

A full TypeScript file with Props extending BaseStructureProps, the component, and registerStructure with accurate composites.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.