# Forge Rhythm

> Enforce vertical rhythm using your system's baseline grid. Ensures heading margins, paragraph spacing, and section padding are multiples of the baseline.

- Skill: `dragoon0x/forge-rhythm` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dragoon0x/forge-rhythm`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dragoon0x/forge-rhythm/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-rhythm

---


# /forge-rhythm — Vertical Rhythm

Baseline = body line-height × base font-size (e.g., 1.6 × 16 = 25.6, round to 24px).

Check:
- Heading margin-top: multiple of baseline
- Heading margin-bottom: baseline or half
- Paragraph margin: one baseline unit
- Section padding: multiple of baseline

Fix violations by snapping to nearest baseline multiple.

