# Density

> Audit visual density and whitespace balance. Checks that sections alternate between sparse and dense, avoiding uniform monotony.

- Skill: `dragoon0x/density` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/density`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/density/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dragoon0x (https://skillmd.com/u/dragoon0x)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dragoon0x/density

---


# /density — Density Analysis

Measure the visual density of each section:
- Content-to-whitespace ratio
- Element count per viewport height
- Spacing between major sections
- Internal padding within components

Flag:
- Uniformly dense (need breathing room)
- Uniformly sparse (need to tighten)
- Abrupt density changes (need transitions)

Ideal: rhythmic alternation between dense information and open breathing space.

