infographic-syntax-creator

Installation
SKILL.md

Infographic Syntax Creator

Overview

Generate AntV Infographic syntax output from user content, following the rules in references/prompt.md.

Workflow

  1. Read references/prompt.md for syntax rules, templates, and output constraints.
  2. If the user explicitly names a valid template or template family, honor it first; otherwise choose the best matching template for the structure (sequence/list/compare/hierarchy/chart).
  3. Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed.
  4. Compose the syntax using references/prompt.md as the formatting baseline.
  5. Preserve hard constraints in every output:
    • Output is a single fenced code block containing only syntax; no extra text.
    • First line is infographic <template-name>.
    • Use two-space indentation; key/value pairs are key value; arrays use -.
    • Keep all user-facing text in the same language as the user's input unless the user explicitly asks for translation or bilingual output.
    • Prefer generating icon for semantic data items by default. If a list item, step, node, compare branch, or compare child has a clear concept, include an icon unless the user explicitly wants text-only output or the template is chart-only.
    • If the chosen template name or item style implies icons, treat icon as expected on every primary datum rather than optional.
Related skills
Installs
69
GitHub Stars
5.0K
First Seen
Jan 20, 2026