infographic-syntax-generator
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.
$ Installer
git clone https://github.com/cosZone/astro-koharu /tmp/astro-koharu && cp -r /tmp/astro-koharu/.claude/skills/infographic-syntax-generator ~/.claude/skills/astro-koharu// tip: Run this command in your terminal to install the skill
SKILL.md
name: infographic-syntax-generator
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 Generator
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
plaincode 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.
- Output is a single
Repository

cosZone
Author
cosZone/astro-koharu/.claude/skills/infographic-syntax-generator
56
Stars
6
Forks
Updated5d ago
Added6d ago