infographic-template-updater

Update template catalogs and gallery mappings when new infographic templates are added.

1|2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/zhuxingwan/Infographic --skill infographic-template-updater-zhuxingwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographic-template-updater
Source: https://github.com/zhuxingwan/Infographic/tree/main/.skills/infographic-template-updater
Command: npx skills add https://github.com/zhuxingwan/Infographic --skill infographic-template-updater-zhuxingwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps AI tooling in sync with newly added infographic templates by updating public template lists, UI mappings, and prompts across the site when new templates are introduced.

Core Features & Use Cases

  • Automates synchronization of template catalogs (src/templates/*.ts) with the Skill entry in SKILL.md, the AIPlayground prompt list, and the gallery template mappings.
  • Ensures consistent ordering and grouping of templates and preserves existing entries while adding new ones.
  • Suitable for development workflows where teams add new templates and need automatic updates to documentation and UI mappings.

Quick Start

Add a new template file under src/templates and run the updater to refresh the template lists and gallery mappings.

Frequently Asked Questions about infographic-template-updater

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically update template catalogs and gallery mappings when adding new infographic templates?

To update template catalogs and gallery mappings, add a new template file under src/templates and run an updater that refreshes SKILL.md template lists, AIPlayground prompts, and gallery mappings while preserving existing entries and ordering.

What is template catalog synchronization for infographic development workflows?

Template catalog synchronization ensures newly added infographic templates automatically reflect across public template lists, UI mappings, and AIPlayground prompts, keeping documentation and gallery mappings consistent without manual file edits.

How to sync src/templates files with SKILL.md and AIPlayground prompt lists?

Syncing src/templates with SKILL.md and AIPlayground prompts involves running an automated updater that detects new template files and applies consistent additions to documentation entries and prompt lists non-destructively.

Does the template updater preserve existing template ordering when adding new entries?

Yes, the template updater preserves existing entries, ordering, and grouping while appending new infographic templates, ensuring non-destructive changes across SKILL.md, AIPlayground prompts, and gallery mappings.

What's the best way to manage gallery template mappings for a growing infographic template library?

Managing gallery template mappings is best handled by automating synchronization between src/templates and gallery mappings, ensuring new templates are grouped consistently while maintaining existing template structure and order.