
D3 Visualization
- 1.9k installs
- 82k repo stars
- Updated July 28, 2026
- nexu-io/open-design
d3-visualization helps agents create D3.js interactive charts using snow-d3 upstream patterns.
About
The d3-visualization skill from Open Design teaches agents to build D3 charts and interactive graphics across bar, line, map, force, Sankey, treemap, sunburst, choropleth, scroll, and animation techniques. The catalog entry points to the upstream snow-d3 repository for full assets, scripts, and reference documents that agents clone into a skills directory before execution. Triggers include d3, interactive chart, editorial chart, and specific chart type requests. It targets editorial dashboards, reports, data-rich prototypes, and explanatory graphics rather than static screenshots. Agents discover the skill during planning, install upstream bundles when full workflows are needed, and invoke by name or trigger phrases. Use when users need custom D3 visualizations beyond generic chart libraries.
- Covers broad D3 chart types from bars to force graphs and Sankey flows.
- Points to upstream snow-d3 repo for scripts and reference assets.
- Triggers on d3, interactive chart, and editorial visualization phrases.
- Targets dashboards, reports, and explanatory data graphics.
- Requires cloning upstream bundle for full asset-driven workflows.
D3 Visualization by the numbers
- 1,947 all-time installs (skills.sh)
- +137 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #136 of 1,896 Design & UI/UX skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
d3-visualization capabilities & compatibility
- Capabilities
- d3 chart generation · interactive graphics · upstream snow d3 integration
- Use cases
- ui design · data analysis · frontend
What d3-visualization says it does
Teaches the agent to produce D3 charts and interactive data visualizations.
npx skills add https://github.com/nexu-io/open-design --skill d3-visualizationAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.9k |
|---|---|
| repo stars | ★ 82k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 28, 2026 |
| Repository | nexu-io/open-design ↗ |
How do I build a custom interactive D3 chart for my dataset?
Produce D3.js charts and interactive data visualizations for dashboards, reports, and editorial graphics using snow-d3 patterns.
Who is it for?
Custom editorial or exploratory charts beyond canned chart components.
Skip if: Simple static charts solvable with basic CSS or screenshot tools alone.
When should I use this skill?
User mentions d3, force graph, Sankey, treemap, or interactive data visualization.
What you get
D3 visualization code or prototype aligned to the requested chart type and data shape.
- D3 chart implementations
- Interactive visualization code
- Animation and scroll interaction patterns
Files
d3-visualization
Curated from @jiannanya.
What it does
Teaches the agent to produce D3 charts and interactive data visualizations. A comprehensive D3.js skill with examples across chart types and techniques giving the agent expert-level knowledge to generate complex, interactive visualizations. Useful for editorial dashboards, reports, data-rich prototypes, and explanatory graphics.
Source
- Upstream: https://github.com/jiannanya/snow-d3/
- Category:
diagrams
How to use
This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and reference documents, install the upstream bundle into your active agent's skills directory:
# Inspect the upstream README for exact paths
open https://github.com/jiannanya/snow-d3/
# Clone or copy the snow-d3/ folder into your workspace's skills/ directory
git clone https://github.com/jiannanya/snow-d3.git skills/snow-d3
Then ask the agent to invoke this skill by name (d3-visualization) or with one of the trigger phrases listed in this skill's frontmatter, e.g.:
"Create a zoomable treemap for my sales data"
"Build a force-directed network graph like example 07 but for my own dataset"
"Generate a calendar heatmap in D3"
Related skills
How it compares
Choose d3-visualization for bespoke interactive D3 graphics rather than skills focused on mobile migrations, SaaS metrics, or F# testing.
FAQ
Where do full D3 assets live?
Clone the upstream snow-d3 repository into your workspace skills directory.
What chart types are covered?
Bars, lines, maps, force graphs, Sankey, treemaps, sunbursts, choropleths, and animations.
Is this only for dashboards?
It also supports reports, prototypes, and explanatory editorial graphics.
Is D3 Visualization safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.