What problem does it solve? Manually writing SVG charts for blog posts is error-prone and often produces graphics that break in dark mode, lack accessibility markup, or omit source attribution. This Skill generates dark-mode-compatible inline SVG charts with correct ARIA labeling and consistent styling. ## Core Features & Use Cases - Seven Chart Types: Supports horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts selected by data pattern. - Deterministic CLI Renderer: A Python script converts a JSON chart spec into a complete figure with title, desc, aria-labelledby, and figcaption. - Platform-Aware Output: Automatically produces HTML or JSX/MDX markup with camelCase attributes for MDX-based blogs. - Use Case: While writing a blog post comparing quarterly signups across products, pass the data as JSON and receive a ready-to-embed accessible SVG figure with source attribution. ## Quick Start Ask the AI to generate a blog chart from your data, for example: create a horizontal bar chart showing Product A 420, Product B 315, Product C 180 with source attribution in MDX format.