Map visualization
Skill Dragoon0x/everything-design-taste/skills/map-visualization
Choropleth maps, point maps, heat maps, and geographic data visualization.From its SKILL.md
npx -y skills add Dragoon0x/everything-design-taste --skill map-visualizationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 185 tokens by cl100k_base, as published. Nobody here has run it
Map Visualization
Types
| Type | Data | Example |
|---|---|---|
| Choropleth | Values per region | Election results by state |
| Point/Dot | Locations | Store locations |
| Heat map | Density | Crime hotspots |
| Flow | Movement | Migration patterns |
| Bubble | Location + magnitude | City population |
Rules
- Use sequential color scales for quantitative data (light to dark)
- Use diverging scales for data with a meaningful midpoint
- Provide a legend with clear labels
- Zoom and pan for interactive maps
- Tooltips on hover showing exact values
- Don't use rainbow color scales (perceptually misleading)
Accessibility
- Don't rely on color alone (add patterns or labels)
- Provide data table alternative
- Keyboard navigable map markers
- Screen reader announcements for key data points
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.