IN

infographic-syntax-creator

Converts user content into standardized AntV Infographic syntax following specific templates and formatting rules.

Install

mkdir -p .claude/skills/infographic-syntax-creator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/2985" && unzip -o skill.zip -d .claude/skills/infographic-syntax-creator && rm skill.zip

Installs to .claude/skills/infographic-syntax-creator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Generate AntV Infographic syntax outputs. Use when asked to turn user content into the Infographic DSL (template selection, data structuring, theme), or to output `infographic <template>` plain syntax.
201 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Generate AntV Infographic DSL code
  • Map user content to visual templates
  • Structure data hierarchies and metrics
  • Output validated markdown code blocks

How it works

The skill analyzes input content to infer structure, selects a matching template, and formats the output according to specific DSL syntax rules.

Inputs & outputs

You give it
User content (title, metrics, items)
You get back
Infographic markdown code block

When to use infographic-syntax-creator

  • Map data to visual charts
  • Generate infographic DSL code
  • Standardize documentation visual syntax

About this skill

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. Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed.
  3. Select a template that matches the structure (sequence/list/compare/hierarchy/chart).
  4. Compose the syntax using references/prompt.md as the formatting baseline.
  5. Preserve hard constraints in every output:
    • Output is a single infographic markdown code block; no extra text.
    • First line is infographic <template-name>.
  • Use two-space indentation; key/value pairs are key value; arrays use -.
  • Compare templates (compare-*) must have exactly two root nodes with children.

When not to use it

  • Creating non-AntV visual formats
  • Complex data visualization requiring custom JS

Limitations

  • Compare templates require exactly two root nodes
  • Output restricted to single markdown code block

How it compares

It automates the conversion of raw text into a structured visual syntax, ensuring compliance with template constraints.

Compared to similar skills

infographic-syntax-creator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
infographic-syntax-creator (this skill)17moNo flagsBeginner
readme-metrics-dashboard04moNo flagsBeginner
map-domain02moReviewIntermediate
infographic-creation1203moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry