infographic-syntax-creator
Verifiedby ThinkInAIXYZ · Updated Apr 16, 2026
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.
See It In Action
Done — wrote output.md with the compare-split infographic. Two root nodes (Before Launch / After Launch), each with the four adoption metrics from Priya's summary, no extra text outside the code block.
Permissions
| Scope | Description |
|---|---|
| filesystem:read |
SKILL.md
Infographic Syntax Creator
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.
FAQ
What does infographic-syntax-creator do?
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.
When should I use infographic-syntax-creator?
Use it when you need a repeatable workflow that produces text report.
What does infographic-syntax-creator output?
In the evaluated run it produced text report.
How do I install or invoke infographic-syntax-creator?
Ask the agent to use this skill when the task matches its documented workflow.
Which agents does infographic-syntax-creator support?
Agent support is inferred from the source, but not explicitly declared.
What tools, channels, or permissions does infographic-syntax-creator need?
It uses no extra tools; channels commonly include text; permissions include filesystem:read.
Is infographic-syntax-creator safe to install?
Static analysis marked this skill as low risk; review side effects and permissions before enabling it.
How is infographic-syntax-creator different from an MCP or plugin?
A skill packages instructions and workflow conventions; tools, MCP servers, and plugins are dependencies the skill may call during execution.
Does infographic-syntax-creator outperform not using a skill?
About infographic-syntax-creator
When to use infographic-syntax-creator
When you need to convert notes or structured content into AntV Infographic syntax. When a user asks for a plain `infographic <template>` code block output. When selecting an infographic template based on hierarchy, comparison, sequence, or chart structure.
When infographic-syntax-creator is not the right choice
When the task is to render or preview graphics rather than produce DSL text. When the user needs integrations with external design tools or publishing platforms.
What it produces
Produces text report.