infographic-template-updater

Sync infographic template catalogs and UI prompts across repo files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically keeps public template catalogs and UI prompts in sync when new infographic templates are added under src/templates, including the SKILL.md template list, site gallery mappings, and AIPlayground prompts.

Core Features & Use Cases

  • Collect new template names from added src/templates/*.ts files (object keys).
  • Update the following lists and mappings without changing existing order: .skills/infographic-creator/SKILL.md "Available Templates" section, site/src/components/AIPlayground/Prompt.ts template list, and .skills/infographic-syntax-creator/references/prompt.md.
  • Sanity check by searching for the template name across the targeted files to ensure presence.

Quick Start

Run the auto-update workflow after adding new templates to src/templates to refresh catalogs and prompts.

Frequently Asked Questions about infographic-template-updater

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

FAQPage Schema
How do I sync infographic template catalogs automatically after adding new files?▼

To sync infographic template catalogs, run the auto-update workflow to collect new template names from src/templates/*.ts files and refresh references across SKILL.md, site gallery mappings, and AIPlayground prompts.

What is the best way to update UI prompts when new infographic templates are added?▼

Updating UI prompts involves syncing the template list in site/src/components/AIPlayground/Prompt.ts by collecting object keys from new src/templates/*.ts files, preserving existing ordering, and validating presence with a repo-wide search.

How do I keep infographic template lists consistent across a repo?▼

Keeping infographic template lists consistent requires updating .skills/infographic-creator/SKILL.md and .skills/infographic-syntax-creator/references/prompt.md automatically, ensuring new template names map correctly without changing existing ordering.

Can I preserve existing template ordering when syncing new infographic templates?▼

Yes, syncing new infographic templates preserves existing ordering by appending new template names collected from src/templates/*.ts object keys to the site gallery mappings and SKILL.md lists without altering current sequences.

How do I validate that new infographic templates are mapped across all targeted files?▼

Validating new infographic template mappings requires performing a repo-wide sanity check, searching for the template name across targeted files like Prompt.ts and SKILL.md to ensure presence and reference consistency.

Does the infographic template updater work without external dependencies?▼

Yes, the infographic template updater works without external dependencies, relying solely on internal repo files like src/templates/*.ts, SKILL.md, and Prompt.ts to collect names and sync catalogs automatically.