# Rhythm

> Enforce vertical spacing rhythm. Ensures consistent vertical flow using a baseline grid approach.

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

---


# /rhythm — Vertical Rhythm

Check that vertical spacing follows a rhythm:
1. Define the baseline unit (typically line-height of body text, e.g., 24px)
2. Every vertical space should be a multiple of this unit
3. Heading margin-top and margin-bottom should maintain rhythm
4. Section padding should be multiples of the baseline
5. Images and other blocks should have heights that are multiples

Report violations and suggest corrections.

