dragoon0x/everything-design-taste

sparkline-design

Sparkline design, inline data visualization, and small multiples.

First seen Jun 17, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill sparkline-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,018 B
  • docs SUMMARY.md 89 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Sparklines & Small Multiples

Sparklines

Tiny charts embedded in text, tables, or KPI cards. Edward Tufte's invention.

  • No axes, no labels, no gridlines
  • Show shape/trend only
  • Width: 80-150px, height: 20-40px
  • Highlight: min, max, latest value, or trend direction
  • Color: single color, or green/red for positive/negative

Where to Use

  • KPI cards (trend line below the number)
  • Table cells (showing each row's trend)
  • Inline in text (stock price mention with visual)
  • Dashboard headers (context for the primary metric)

Small Multiples

Same chart repeated for different segments, enabling comparison.

  • Same scale across all multiples (critical for fair comparison)
  • Same dimensions and axes
  • Sorted meaningfully (alphabetical, by value, by trend)
  • Grid layout (3-4 columns)
  • Label each clearly but minimally