From dstoic
Converts markdown documents to AntV infographic SVGs by analyzing structure, selecting templates, mapping content, and rendering. Use for visual summaries or storytelling from markdown.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dstoic:infographizesonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert any markdown document into a visual infographic SVG via AntV Infographic SSR.
Convert any markdown document into a visual infographic SVG via AntV Infographic SSR.
bun run -e "import '@antv/infographic'" 2>/dev/null. If it fails, install via install-dependency skill (@antv/infographic, bun package) before proceeding<skill_dir>/reference.md for template catalog and data field mappingslist-*sequence-*compare-*hierarchy-*relation-*chart-*.txt file next to the output pathbun run <skill_dir>/scripts/render.ts <syntax-file> <output.svg> --preview.svg extensionvalue fields when availableDefault: light. User can request dark, hand-drawn, or custom colors — see reference.md for themeConfig options.
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicGenerates AntV Infographic DSL syntax from notes, outlines, reports, or content, selecting templates, structuring data, and applying theme hints.
Creates data-driven infographics from text content using AntV Infographic DSL syntax, with template selection, data structuring, and theme configuration.
Generates infographics with 20 layout types and 17 visual styles. Analyzes content and recommends layout×style combinations for publication-ready output.