D3.js Visualization
D3.js chart-building patterns: scales, data joins, tooltips, responsive resize, accessibility.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7e67ef7
Skill-guided chart added a debounced 250ms resize handler, viewBox-based responsive scaling, and an accessibility/colorblind-palette checklist - details a freehand D3 answer skipped; D3 basics are already solid in the baseline so the gap is real but not night-and-day.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 4/5
What D3.js Visualization does
Provides D3.js workflow patterns for building interactive, responsive charts and dashboards - margin conventions, scale/axis setup, tooltips, transitions, debounced resize, and an accessibility checklist. Triggers on requests for custom D3 charts, dashboards, network graphs, or geographic/time-series visualizations; correctly defers to Chart.js/matplotlib for simple or static chart requests.
How to install D3.js Visualization
git clone https://github.com/AutumnsGrove/ClaudeSkills
cd ClaudeSkills
mkdir -p ~/.claude/skills
cp -r d3js-visualization ~/.claude/skills/d3js-visualization
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger D3.js Visualization
-
/d3js-visualizationD3.js chart-building patterns: scales, data joins, tooltips, responsive resize, accessibility.
It also activates on plain-language prompts like these:
-
Build a responsive D3 bar chart with hover tooltips -
Add window-resize handling to my D3 line chart -
Make this D3 dashboard accessible for colorblind users
Frequently asked questions
- Is the D3.js Visualization skill free?
- Yes. The skill itself is free from AutumnsGrove/ClaudeSkills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does D3.js Visualization work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Skill-guided chart added a debounced 250ms resize handler, viewBox-based responsive scaling, and an accessibility/colorblind-palette checklist - details a freehand D3 answer skipped; D3 basics are already solid in the baseline so the gap is real but not night-and-day.
- What is the D3.js Visualization SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
- How do I install D3.js Visualization?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use D3.js Visualization with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.