infographic-template-updater

Synchronize new infographic templates across catalogs, mappings, and AIPlayground prompts.

4|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/crazywoola/dify-x --skill infographic-template-updater-crazywoola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infographic-template-updater
Source: https://github.com/crazywoola/dify-x/tree/main/.claude/skills/infographic-template-updater
Command: npx skills add https://github.com/crazywoola/dify-x --skill infographic-template-updater-crazywoola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps infographic templates in sync across catalogs, gallery mappings, and AIPlayground prompts whenever new templates are added under src/templates.

Core Features & Use Cases

  • Synchronizes new template names from src/templates/*.ts into the SKILL.md Available Templates list and updates site/gallery/template mappings.
  • Performs a consistency check by scanning the relevant files (e.g., rg across templates and mappings) to ensure presence.
  • Use Case: A developer adds a new infographic template, and this skill updates all references and prompts to reflect the new template without manual edits.

Quick Start

Run the updater to refresh all template listings and gallery mappings after adding new infographic templates.

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 templates across catalogs automatically?

To sync infographic templates across catalogs, you run an updater that reads TypeScript template definitions from src/templates and refreshes SKILL.md listings, site mappings, and gallery mappings to reflect the additions.

Why are my new TypeScript infographic templates missing from the gallery mappings?

New TypeScript infographic templates are missing from gallery mappings because references in YAML frontmatter and SKILL.md lists require synchronization. Running the updater scans relevant files and validates consistency to resolve missing entries.

What is the best way to update AIPlayground prompts after adding new infographic templates?

The best way to update AIPlayground prompts after adding new templates is to apply an automated updater that reads the template definitions and synchronizes the prompt references without manual edits.

Do I need to manually edit YAML frontmatter when adding templates to src/templates?

You do not need to manually edit YAML frontmatter when adding templates. The synchronization process reads the TypeScript definitions and updates the frontmatter references automatically to maintain consistency.

Can I validate template consistency across site mappings and SKILL.md lists?

You can validate template consistency across site mappings and SKILL.md lists. The updater performs a consistency check by scanning relevant files to ensure the presence of all newly added infographic templates.