What problem does it solve? Producing high-quality interactive widgets with Claude's built-in show_widget tool requires knowing Anthropic's Imagine design system, CSP restrictions, and streaming-safe markup rules, which are otherwise only available through a read_me setup call. ## Core Features & Use Cases - Complete design system: Provides the full color palette, CSS variables, typography rules, and component patterns for widgets that blend with the claude.ai host UI in both light and dark mode. - Templates for every visual type: Includes ready-to-use patterns for Chart.js charts, SVG flowcharts and structural diagrams, dashboards with metric cards, comparison grids, and interactive explainers with sliders and live calculations. - Use Case: A user asks to visualize quarterly revenue with a slider to adjust growth assumptions. The skill routes the request to a Chart.js template with an interactive control, applies the correct CSS variables and script load ordering, and renders a dark-mode-safe widget inline in the conversation. ## Quick Start Ask Claude on claude.ai to visualize your data as an interactive chart or diagram, and this skill will render it as a widget using the show_widget tool.