blog-chart

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

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/smarmen86/claude-code-kit --skill blog-chart-smarmen86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-chart
Source: https://github.com/smarmen86/claude-code-kit/tree/main/skills/blog-chart
Command: npx skills add https://github.com/smarmen86/claude-code-kit --skill blog-chart-smarmen86

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of creating consistent, accessible, and visually appealing data visualizations for blog posts that automatically adapt to both light and dark themes.

Core Features & Use Cases

  • Automated SVG Generation: Creates high-quality, dark-mode-compatible charts including bar, donut, line, and radar types.
  • Accessibility Compliance: Enforces the use of role=img, aria-label, title, and desc tags for screen readers.
  • Use Case: When writing a technical blog post, use this skill to convert raw data points into a professional, branded SVG chart that matches the site's design system without manual design work.

Quick Start

Use the blog-chart skill to generate a horizontal bar chart comparing AI citation sources based on the provided data points.

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 SVG charts for a blog?

You create accessible SVG charts by generating inline data visualizations that automatically include role=img, aria-label, title, and desc tags for screen readers. This enforces strict accessibility compliance while producing professional blog graphics.

Can I generate dark-mode compatible data visualizations for MDX?

Yes, you can generate dark-mode compatible data visualizations for MDX. The tool applies automatic platform-specific formatting for both HTML and MDX, ensuring inline SVG charts adapt correctly to light and dark themes.

What chart types are supported for inline SVG blog visualizations?

Supported chart types for inline SVG blog visualizations include bar, donut, line, and radar charts. Each type uses a standardized SVG shell and color palette to maintain visual consistency across your blog content.

Does generating SVG charts with standardized palettes require external libraries?

No, generating SVG charts with standardized palettes requires no external libraries or dependencies. The tool enforces design consistency internally through standardized SVG shells and color palettes built directly into the generation process.

Why are my data visualizations not rendering correctly in dark mode?

Data visualizations may not render correctly in dark mode if they lack standardized SVG shells and color palettes designed for theme adaptation. Generating dark-mode-compatible inline SVGs ensures automatic visual consistency across both light and dark environments.