dragoon0x/everything-design-taste

spacing-systems

Mathematical spacing systems, modular scales, and spatial rhythm.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill spacing-systems

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,143 B
  • docs SUMMARY.md 88 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Spacing Systems

Base-4 Scale (Recommended)

4  8  12  16  20  24  32  40  48  64  80  96  128

Why 4: divisible by 2 (half-pixel precision), works with common grid gutters.

Base-8 Scale (Alternative)

8  16  24  32  40  48  64  80  96  128

Coarser, fewer decisions, works well for spacious designs.

Application

Context Typical Values
Icon-to-label gap 4-8px
Input padding 8-12px vertical, 12-16px horizontal
Card padding 16-24px
Between form fields 16-20px
Between cards 16-24px
Section margin 48-96px
Page margin (mobile) 16-20px
Page margin (desktop) 48-96px

Rules

  1. Use only values from your scale (no magic numbers)
  2. More space above headings than below (headings belong to what follows)
  3. Related items: tight spacing. Unrelated: loose spacing.
  4. Consistent padding within component types
  5. Document your scale and enforce it via design tokens