Dataviz banner
aneja5 aneja5

Dataviz

Data community

Description

--- description: Define chart types, color encoding, and data display conventions --- Invoke the forge-skills:data-visualization skill. Read .forge/design-system.md (colors + typography) and .forge/component-library.md (chart components). Define chart-type selection rules as a decision tree (line for trends, donut for part-of-whole, horizontal bar for comparison, histogram for distribution, etc. — no ad-hoc choices). Define data color encoding from design-system semantic tokens — never raw hex

Installation

Installs to ~/.claude/skills/aneja5-forge-skills-dataviz/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aneja5-forge-skills-dataviz && curl -fsSL https://raw.githubusercontent.com/aneja5/forge-skills/HEAD/commands/dataviz.md -o ~/.claude/skills/aneja5-forge-skills-dataviz/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository