CtrlK
BlogDocsLog inGet started
Tessl Logo

d3-viz

Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

The canonical home for this skill is claude-d3js-skill in sickn33/antigravity-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

65%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with abundant executable code and a clear core workflow, but it is over-long for a SKILL.md, duplicates material already held in the reference bundle files, and lacks explicit validation feedback loops in its workflow.

Suggestions

Move the inline Scales reference section and the detailed pattern implementations (chord, heatmap, pie, force-directed) into the existing references/d3-patterns.md and references/scale-reference.md, keeping SKILL.md as an overview that links to them.

Trim the Overview's explanation of what D3.js is — Claude already knows this — and lead instead with the When-to-use guidance and the core workflow.

Add explicit validation checkpoints to the core workflow (e.g., verify data is parsed/clean before scaling, confirm axes render before binding data) with a fix-and-retry loop rather than relying on the reactive Common issues list.

DimensionReasoningScore

Conciseness

At ~820 lines the body explains what D3 is ("D3.js (Data-Driven Documents) excels at binding data to DOM elements...") which Claude already knows, and inlines a full Scales reference section that duplicates references/scale-reference.md — mostly efficient but could be tightened and de-duplicated.

2 / 3

Actionability

Provides fully executable, copy-paste-ready implementations (bar, chord, heatmap, pie, force-directed, tooltips, zoom) with concrete specifics rather than pseudocode.

3 / 3

Workflow Clarity

A clear 4-step numbered Core workflow with input guards exists, but there are no explicit validate→fix→retry feedback loops or checklists; error recovery is a reactive Common issues list rather than workflow-integrated checkpoints.

2 / 3

Progressive Disclosure

References are well-signaled (Resources section), one level deep, and all referenced files exist, but the SKILL.md inlines reference-grade content (full Scales reference, complete pattern implementations) that overlaps d3-patterns.md and scale-reference.md — content that should be separate is inline.

2 / 3

Total

9

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong across all dimensions: it names concrete actions, uses natural trigger terms, explicitly states both what it does and when to use it, and carves out a distinct niche from standard charting libraries.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "custom charts, graphs, network diagrams, geographic visualisations... transitions, or interactions" — rather than vague language, matching the multi-action anchor.

3 / 3

Completeness

Explicitly answers both what ("Creating interactive data visualisations using d3.js") and when ("This skill should be used when...", "Use this for bespoke visualisations beyond standard charting libraries").

3 / 3

Trigger Term Quality

Uses natural terms users would say ("custom charts", "graphs", "network diagrams", "geographic visualisations", "bespoke visualisations") with good coverage and common variations.

3 / 3

Distinctiveness Conflict Risk

Has a clear niche — bespoke SVG visualisations "beyond standard charting libraries" requiring "fine-grained control" — with distinct triggers unlikely to conflict with other skills; uses third-person/gerund voice with no first/second-person penalty.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (821 lines); consider splitting into references/ and linking

Warning

Total

15

/

16

Passed

Repository
calesthio/OpenMontage
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.