Infographic Syntax Creator
SkillDev toolsLets your agent turn content into AntV Infographic syntax for rendering infographics.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Infographic Syntax Creator skill
About this capability
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.
What this skill tells your AI
The instructions your AI receives, as published by thinkinaixyz/deepchat in resources/skills/infographic-syntax-creator/SKILL.md and read by ahel’s review.
Overview
Generate AntV Infographic syntax output from user content, following the rules in references/prompt.md.
Workflow
- Read
references/prompt.mdfor syntax rules, templates, and output constraints. - Extract the user's key structure: title, desc, items, hierarchy, metrics; infer missing pieces if needed.
- Select a template that matches the structure (sequence/list/compare/hierarchy/chart).
- Compose the syntax using
references/prompt.mdas the formatting baseline. - Preserve hard constraints in every output:
- Output is a single
infographicmarkdown code block; no extra text. - First line is
infographic <template-name>.
- Output is a single
- Use two-space indentation; key/value pairs are
key value; arrays use-. - Compare templates (
compare-*) must have exactly two root nodes with children.
Signals
- GitHub stars
- 6k
- Forks
- 732
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
infographic-syntax-creator- Source
- github.com/thinkinaixyz/deepchat