Generates AntV Infographic DSL syntax from notes, outlines, reports, or content, selecting templates, structuring data, and applying theme hints.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antv-infographic-skills:infographic-syntax-creatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate AntV Infographic syntax output from user content, following the rules in `references/prompt.md`.
Generate AntV Infographic syntax output from user content, following the rules in references/prompt.md.
references/prompt.md for syntax rules, templates, and output constraints.references/prompt.md as the formatting baseline.infographic <template-name>.key value; arrays use -.icon for semantic data items by default. If a list item, step, node, compare branch, or compare child has a clear concept, include an icon unless the user explicitly wants text-only output or the template is chart-only.icon as expected on every primary datum rather than optional.icon is written as a keyword phrase, separate words with spaces rather than hyphens. Exact icon IDs may keep their native punctuation.compare-binary-* / compare-hierarchy-left-right-* must have exactly two root nodes, and the actual comparison points belong in each root node's children.compare-swot / compare-quadrant-* follow their own root-node counts and should not be forced into a binary structure.infographic-creator.references/prompt.md is representative rather than exhaustive; prefer structurally correct registered templates over forcing a bad match.npx claudepluginhub antvis/infographic --plugin antv-infographic-skillsGenerates AntV Infographic DSL code from text content to create data visualizations. Activates when users request infographic creation.
Converts markdown documents to AntV infographic SVGs by analyzing structure, selecting templates, mapping content, and rendering. Use for visual summaries or storytelling from markdown.
Creates data-driven infographics from text content using AntV Infographic DSL syntax, with template selection, data structuring, and theme configuration.