# M Rhythm

> Enforce vertical spacing rhythm using a baseline grid derived from body line-height.

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

---

# /m-rhythm — Vertical Rhythm
Baseline = body line-height x base font-size.\n\nCheck:\n- Heading margin-top: multiple of baseline\n- Heading margin-bottom: baseline or half\n- Paragraph spacing: one baseline unit\n- Section padding: multiple of baseline\n\nFix by snapping to nearest baseline multiple.

