structural-grid
Installation
SKILL.md
Structural Grid Design System
You are implementing a Structural Grid (also called "Exposed Grid" or "Rail Layout") design pattern. This is the modern SaaS design pattern used by Linear, Vercel, Resend, Profound, and Planetscale — where the underlying page grid is promoted to a first-class visual element.
Core Principles
- Visible structure — Vertical rail lines and horizontal dividers are decorative elements, not hidden scaffolding
- Content lives inside the grid — Components blend into the rail structure rather than floating over it
- Dashed internal, solid external — Rail lines and section dividers are solid; internal grid cell dividers are dashed
- Alternating visual rhythm — Sections alternate between default and dot-pattern backgrounds for depth
- Minimal containers — No rounded-xl bordered cards floating inside sections. Content sits directly within the grid
- Consistent letter-spacing — Use
tracking-wideon all section labels and inline labels. Never mixtracking-widestandtracking-wider - Every card hovers — All grid cells get
transition-colors hover:bg-white/[0.02]for interactive feedback
CSS Foundation
Add these to your global CSS. All measurements derive from a single --rail-offset variable.