
antvis/infographic
5 skills570 installs28.4k starsGitHub
Install
npx skills add https://github.com/antvis/infographicSkills in this repo
1Infographic CreatorThe infographic-creator skill from antvis/infographic helps teams turn structured facts, metrics, and narratives into polished infographic compositions using AntV-oriented patterns. It streamlines layout selection, visual hierarchy, and export workflows so marketers and builders can ship explainers, one-pagers, and social visuals without opening a separate design suite.178installs2Infographic Syntax CreatorThis skill generates AntV Infographic DSL syntax from user content such as notes, outlines, or reports. It selects a template, extracts the title, description, items, hierarchy, and metrics, and composes the syntax with theme and icon hints. It outputs syntax only in a single fenced code block and does not render HTML or implement TS/TSX components.107installs3Infographic Structure CreatorThis 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.99installs4Infographic Item CreatorThis skill generates or updates infographic Item components as TypeScript/TSX for the AntV infographic repo, under src/designs/items. A developer uses it to design or modify a data-item visual, its layout logic, or its registerItem composite. It extracts custom props with getItemProps, computes layout with getElementBounds, and produces a full component file that it self-checks against the framework's constraints.95installs5Infographic Template UpdaterA maintenance skill for the AntV infographic project that updates public template lists after new templates are added in src/templates. A developer uses it to propagate new template names into the infographic-creator SKILL.md list, the AIPlayground prompt list, and the syntax-creator prompt reference. It also extends the gallery datasets when a template needs example data.91installs