Updates template lists in SKILL.md, AIPlayground prompts, syntax references, and gallery datasets after adding new infographic templates to src/templates/*.ts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antv-infographic-skills:infographic-template-updaterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update public template lists and gallery mappings when new templates are added in `src/templates`.
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.npx claudepluginhub antvis/infographic --plugin antv-infographic-skillsLocates, parses, populates, validates, and saves Markdown templates from project, framework, or global directories. Handles placeholders, conditionals, loops, includes, and computed values for consistent artifact generation.
Updates CLAUDE.md and project.json by comparing against current just-ship framework templates, adding missing sections and framework content while preserving project-specific details.
Generates SVG project infographic from PRD and .add config with branding. Includes hero section, live metrics, workflow visualization, value propositions, and terminal command reference. Useful post-ADD init for visual summaries.