Help us improve
Share bugs, ideas, or general feedback.
Recommends the best chart type for your data and editorial goal, explains why it works, and flags misrepresentation risks.
npx claudepluginhub ur-grue/autopunk-media-skills --plugin autopunk-media-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/autopunk-media-skills:chart-type-advisorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations.
Maps data questions to chart types and generates narrated insight reports with action recommendations. Use for dashboard building, KPI monitoring, or data analysis.
Designs clear, accessible data visualizations with chart selection for comparisons/trends/distributions, styling principles, color palettes, responsiveness, and best practices.
Generates OpenChart VizSpec JSON for charts, tables, graphs, and sankeys from data. Guides chart selection, encoding rules, and editorial design like colors, typography, and annotations.
Share bugs, ideas, or general feedback.
Recommends the most effective chart type for your data and editorial goal, explains why it works, and warns you about common misrepresentations.
Required:
Optional:
A short recommendation (under 300 words) structured as:
No code. No tool recommendations. Just the editorial decision.
Data: Monthly average rent prices (€/sqm) in Berlin, Munich, Hamburg, and Frankfurt from 2015 to 2024. 4 cities, 10 years, monthly data points. I want to show that Munich has pulled away from the other three cities since 2020. For a web article.
Recommended: Multi-line chart (one line per city)
Four cities over ten years is a textbook case for a multi-line chart. Each line traces a city's trajectory, and the reader's eye naturally compares slopes and gaps. The "pulling away" story shows up as diverging lines — Munich's line separating visibly from the cluster after 2020.
Why this works. Time-series data with a small number of categories (4) is the sweet spot for line charts. The reader can track each city independently and compare them simultaneously. The divergence you want to highlight is encoded as increasing vertical distance between lines — the most intuitive visual signal for "growing apart."
Alternative: Small multiples (one panel per city). If the four lines overlap too much before 2020 and create spaghetti, split them into four aligned panels with a shared y-axis. The reader loses direct overlap comparison but gains clarity on each city's individual trend. Add a light reference line (e.g., Munich's line in grey) to each panel to preserve the comparison.
Watch out for: