Help us improve
Share bugs, ideas, or general feedback.
From ibr
Use when UI work includes charts, graphs, dashboards, KPIs, analytical search responses, metrics, tables, trend lines, rankings, distributions, or data storytelling. Provides chart-worthiness gates, chart routing, hierarchy, attribution, accessibility, and validation rules.
npx claudepluginhub tyroneross/interface-built-right --plugin ibrHow this skill is triggered — by the user, by Claude, or both
Slash command
/ibr:data-visualizationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when an interface includes charts, metrics, KPIs, analytical cards, or dashboard summaries. The goal is not to add charts. The goal is to show data only when the visual reveals a pattern faster and more accurately than text.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Share bugs, ideas, or general feedback.
Use this skill when an interface includes charts, metrics, KPIs, analytical cards, or dashboard summaries. The goal is not to add charts. The goal is to show data only when the visual reveals a pattern faster and more accurately than text.
Render a chart only when all are true:
If the gate fails, use text, a table, or a KPI callout instead.
Every chart block needs:
Never let the chart be the first explanation. The chart proves the claim; it does not make the claim alone.
| Data relationship | Use | Avoid |
|---|---|---|
| Single number | KPI callout with semantic label | chart |
| Change over time | line, area, sparkline | pie/donut |
| Ranking | horizontal bar | vertical bars with long labels |
| Comparison | grouped bar or side-by-side metric | stacked when exact comparison matters |
| Part-to-whole | stacked bar, donut only for 2-6 clear slices | many-slice pie |
| Distribution | histogram, bar, treemap for hierarchy | overloaded donut |
| Correlation | scatter | dual-axis unless unavoidable |
| Change attribution | waterfall | stacked bar |
| Flow/funnel | funnel or step list with conversion rates | decorative pipeline |
| Density by two dimensions | heatmap | table of raw counts |
| Balance across dimensions | radar only for small sets; otherwise bar group | radar with many axes |
When intent and data shape disagree, data shape wins. Do not force a requested chart type if it misrepresents the data.
Add these checks to specialists/data-viz.md and specialists/validation-plan.md:
ibr - data visualization