skills/infographic-template-updater/SKILL.md
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.
npx skillsauth add antvis/infographic infographic-template-updaterInstall 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.
Update public template lists and gallery mappings when new templates are added in src/templates.
src/templates/*.ts file (object keys).
...listZigzagTemplates), also confirm the final keys in src/templates/built-in.ts.skills/infographic-creator/SKILL.md in the "Available Templates" list.site/src/components/AIPlayground/Prompt.ts in the template list.skills/infographic-syntax-creator/references/prompt.md in the template list.
Keep existing ordering/grouping; add new list-* entries near other list templates.rg -n "<template-name>" across the above files to confirm presence.site/src/components/Gallery/datasets.ts to match its structure.development
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.
tools
基于给定文字内容创建精美信息图。当用户请求创建信息图时使用。
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.