skills/infographic-syntax-creator/SKILL.md
Generate AntV Infographic syntax only. Use when asked to turn notes, outlines, reports, or other user content into the Infographic DSL with template selection, data structuring, and theme hints. Do not use for HTML rendering or TS/TSX component implementation.
npx skillsauth add antvis/infographic infographic-syntax-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.tools
基于给定文字内容创建精美信息图。当用户请求创建信息图时使用。
data-ai
Update template catalogs and UI prompts after adding new infographic templates (src/templates/*.ts), including SKILL.md template list, site gallery template mappings, and the AIPlayground prompt list.
development
Generate or update infographic Structure components for this repo (TypeScript/TSX in src/designs/structures). Use when asked to design, implement, or modify structure layouts (list/compare/sequence/hierarchy/relation/geo/chart), including layout logic, component composition, and registration.
development
Generate or update infographic Item components for this repo (TypeScript/TSX in src/designs/items). Use when asked to design, implement, or modify data item visuals, layout logic, or registerItem composites.