# Forge Grid

> Snap all spacing values in the codebase to your system's grid. Replaces arbitrary padding, margin, and gap values.

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

---


# /forge-grid — Grid Snap

Scan every padding, margin, and gap declaration.

For values not on the 4px grid:
1. Find nearest scale value
2. Replace with var(--space-N)
3. Show before/after with pixel difference

Report: total values checked, on-grid %, off-grid count, corrections applied.

