forge-density
Installation
SKILL.md
/forge-density — Density Analysis
Measure density per section:
- Content-to-whitespace ratio
- Spacing between elements vs. within elements
- Section padding relative to content volume
Flag:
- Uniformly dense (add breathing room)
- Uniformly sparse (tighten up)
- Abrupt density changes (smooth transitions)
Related skills
More from dragoon0x/forge
forge-spacing
Regenerate the spacing scale from your system's base unit. Outputs 13 steps from 4px to 128px.
1forge-grid
Snap all spacing values in the codebase to your system's grid. Replaces arbitrary padding, margin, and gap values.
1forge-type
Regenerate the type scale from your .forge.json ratio and base size. Outputs 8 steps with px values and CSS custom properties.
1forge-elevation
Audit elevation consistency. Checks that shadow usage follows a logical hierarchy — cards < dropdowns < modals.
1forge-fix
Auto-fix design system violations. Replaces raw hex values with token references, snaps spacing to the scale, and normalizes font usage.
1forge-motion
Check that all animations have prefers-reduced-motion fallbacks. Adds them if missing.
1