blog-chart

Generate dark-mode-compatible inline SVG charts for blog content.

8|5|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/shenxingy/Clade --skill blog-chart-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-chart
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/blog-chart
Command: npx skills add https://github.com/shenxingy/Clade --skill blog-chart-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you turn chart-worthy metrics into dark-mode-compatible inline SVG visualizations so blog posts communicate data clearly without manual chart design.

Core Features & Use Cases

  • Generates multiple chart types: horizontal bar, grouped bar, donut, line, lollipop, area, and radar charts chosen to match the data pattern.
  • Produces accessible, platform-ready SVG: includes role="img", aria-label, <title>, and <desc>, with HTML and JSX/MDX attribute handling.
  • Enforces consistent styling and attribution: uses transparent backgrounds, currentColor-based styling, approved palette colors, and includes source text for credibility.
  • Fits blog workflows: designed to be used internally by blog-writing/rewrite flows when chart-worthy data is detected.

Quick Start

Ask your AI to generate an inline SVG blog chart for the provided data request, specifying the chart type (or letting it choose) and the source attribution.

Frequently Asked Questions about blog-chart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate accessible inline SVG charts for a blog post?

To generate accessible inline SVG charts for a blog post, use an automated workflow that outputs markup with role="img", aria-label, title, and desc tags for screen reader compatibility. This ensures your data visualizations are readable and properly attributed without manual design.

Can I embed SVG data visualizations in MDX files?

Yes, you can embed SVG data visualizations in MDX files by converting standard HTML attributes to JSX-compatible formats. The SVG markup uses currentColor-based styling and transparent backgrounds to ensure seamless integration and consistent rendering within your MDX content.

What chart types are best for visualizing comparisons and trends in articles?

For visualizing comparisons and trends in articles, horizontal bar, grouped bar, line, and area charts are highly effective. Donut, lollipop, and radar charts can also illustrate distributions or multi-dimensional scoring clearly for your readers.

Does dark mode styling work automatically with inline SVG graphics?

Dark mode styling works automatically with inline SVG graphics when the markup uses currentColor-based styling and transparent backgrounds. This approach inherits the text color from your blog's theme, ensuring the visualizations adapt seamlessly without custom CSS overrides.

How do I add source attribution to data visualizations in markdown?

To add source attribution to data visualizations in markdown, include source text within the generated SVG markup. This enforces consistent credibility by appending the required attribution directly to the chart output, ensuring readers see the data origin alongside the visual.