skills/infographic-template-updater/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 aiagentskills/skills 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.documentation
Guides using bun.sys for system calls and file I/O in Zig. Use when implementing file operations instead of std.fs or std.posix.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.