Layout Check banner
ryanthedev ryanthedev

Layout Check

Design community

Description

--- description: "Verify visual layout against React Native Flexbox and style documentation." argument-hint: "[concern — e.g. 'why is this overflowing', 'check the spacing']" allowed-tools: ["Bash", "Read", "Grep", "Agent"] --- # /layout-check ## Invoke Skill ``` Skill(react-native-foundations:layout-check) ```

Installation

Installs to ~/.claude/skills/ryanthedev-react-native-foundations.skill-layout-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ryanthedev-react-native-foundations.skill-layout-check && curl -fsSL https://raw.githubusercontent.com/ryanthedev/react-native-foundations.skill/HEAD/commands/layout-check.md -o ~/.claude/skills/ryanthedev-react-native-foundations.skill-layout-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository