ThinkInAIXYZ / infographic-syntax-creator
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/infographic-syntax-creator && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2985" && unzip -o skill.zip -d .claude/skills/infographic-syntax-creator && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/infographic-syntax-creator/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
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.
0 views
0 installs
Skill Content
--- name: infographic-syntax-creator description: 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. --- # 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.