Forge Rhythm

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

dragoon0x 1068b4e 548 B Updated

File contents

/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.

dragoon0x/forge/tree/main/source/skills/forge-rhythm commit 1068b4ef9c

Frequently asked questions

npx skillmds@latest add dragoon0x/forge-rhythm