.claude/skills/spatial-design/SKILL.md
Spacing, layout, and spatial relationships — consistent scale, proximity grouping, optical alignment, and density control for mobile UI. Auto-load when doing design or layout work.
npx skillsauth add taewoongheo/taste spatial-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use a consistent scale based on 8pt increments. Never use arbitrary values.
| Token | Value | Use | |-------|-------|-----| | xs | 4px | Tight inline gaps, icon-to-label | | sm | 8px | Related element spacing | | md | 16px | Section padding, standard gaps | | lg | 24px | Group separation | | xl | 32px | Major section breaks | | 2xl | 48px | Page-level separation |
development
Visual hierarchy verification — squint test, information density, primary action clarity, and empty state quality for mobile UI. Auto-load when doing design or layout work.
development
Comprehensive design guide for web and mobile applications. Contains 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines, and 25 chart types.
development
TDD patterns for React Native — Jest setup, React Native Testing Library patterns, mock strategies, and what to test vs skip. Auto-load when writing or running tests.
development
React Native Reanimated 4 animation patterns, worklet rules, gesture handler integration, and performance best practices. Auto-load when writing animations, gestures, or motion code.