dragoon0x/forge · Archived
forge-rhythm
Enforce vertical rhythm using your system's baseline grid. Ensures heading margins, paragraph spacing, and section padding are multiples of the baseline.
Review carefully
Installs
2
Stars
1
Security
No audit
Freshness
Archived
Updated
—
First seen Apr 16, 2026
Installation
Project
Global
Entire repo
Entire repo (global)
$
npx skills add dragoon0x/forge --skill forge-rhythm
Copy
SKILL.md
/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.