Agent skill · Data & Analytics

claude-d3js-skill

This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill claude-d3js-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 7
SKILL.md size: 21 KB
Bundled scripts: none
Path: skills/claude-d3js-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# D3.js Visualisation ## Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. ## When to use d3.js **Use d3.js for:** - Custom visualisations requiring unique visual encodings or layouts - Interactive explorations with complex pan, zoom, or brush behaviours - Network/graph visualisations (force-directed layouts, tree diagrams, hierarchies, chord diagrams) - Geographic visualisations with custom projections - Visualisations requiring smooth, choreographed transitions - Publication-quality graphics with fine-grained styling control - Novel chart types not available in standard libraries **Consider alternatives for:** - 3D visualisations - use Three.js instead ## Core workflow ### 1. Set up d3.js Import d3 at the top of your script: ```javascript import * as d3 from 'd3'; ``` Or use the CDN versi

What's inside
Steps it walks through
  1. Overview
  2. When to use d3.js
  3. Core workflow
  4. 1. Set up d3.js
  5. 2. Choose the integration pattern
  6. 3. Structure the visualisation code
  7. 4. Implement responsive sizing
  8. Common visualisation patterns
  9. Bar chart
  10. Line chart
  11. Scatter plot
  12. Chord diagram
  13. Heatmap
  14. Pie chart
Ships with 6 files
  • assets/chart-template.jsx
  • assets/interactive-template.jsx
  • assets/sample-data.json
  • references/colour-schemes.md
  • references/d3-patterns.md
  • references/scale-reference.md
More from agentic-awesome-skills
All skills →
About this skill
What does the claude-d3js-skill skill do?

This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill claude-d3js-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going