mcpbeat

Infographic Syntax Creator

thinkinaixyz/infographic-syntax-creator

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.

1k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
6187
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill infographic-syntax-creator

The instruction itself

3 sections, as written by the author

Infographic Syntax Creator

Overview

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

Workflow

  • Read references/prompt.md for 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.md as the formatting baseline.
  • 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.

How to use it

Copy the folder

Take thinkinaixyz/infographic-syntax-creator from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.