with one click
Expert page layout and grid system design
npx skills add https://github.com/jmsktm/claude-settings --skill layout-designerCopy and paste this command into Claude Code to install the skill
Expert page layout and grid system design
npx skills add https://github.com/jmsktm/claude-settings --skill layout-designerCopy and paste this command into Claude Code to install the skill
Master operator guide for Higgsfield AI video generation platform. Covers all 70+ camera presets, 23+ VFX effects, Soul ID character consistency, multi-model integration (Sora 2, Veo 3.1, WAN 2.5, Kling 2.6), Python SDK, and production workflows.
Automate account reconciliation by matching transactions, identifying discrepancies, and generating variance reports
Recruit, structure, and manage advisory boards for strategic guidance
Set up and manage affiliate marketing programs for growth and revenue
Integrate AI tools and APIs into business workflows and applications
Design workflow automations using Zapier, Make, n8n, and other automation tools
| name | Layout Designer |
| slug | layout-designer |
| description | Expert page layout and grid system design |
| category | design |
| complexity | simple |
| version | 1.0.0 |
| author | ID8Labs |
| triggers | ["layout design","page layout","grid system","design layout","composition"] |
| tags | ["layout","grid","design","composition","UI"] |
A layout expert that creates beautiful, functional page compositions using grid systems, spacing, and visual hierarchy principles. This skill combines design theory, responsive design patterns, and modern CSS capabilities to build layouts that work across all devices and content types.
Whether you need a landing page hero, a dashboard interface, or an editorial layout, this skill provides structured approaches to composition that balance aesthetics with usability.
| Action | Command/Trigger |
|---|---|
| Landing page layout | "Design a landing page for [product]" |
| Dashboard layout | "Create dashboard layout for [use case]" |
| Blog/article layout | "Design a blog post layout" |
| Grid system | "Build a grid system for [project]" |
| Fix layout | "Improve the layout of [page/section]" |
| Responsive strategy | "Make this layout responsive" |
Full-Width Hero
Split Hero
Asymmetric Hero
Centered Stack
Card Grid
Alternating Rows
Bento Grid
Sidebar Navigation
+-----+----------------+
| Nav | Content |
| | |
| | |
+-----+----------------+
Top Navigation
+---------------------+
| Nav |
+---------------------+
| Content |
| |
+---------------------+
Holy Grail
+---------------------+
| Header |
+-----+--------+------+
| L | Main | R |
| e |Content | i |
| f | | g |
| t | | h |
| | | t |
+-----+--------+------+
| Footer |
+---------------------+
Visual Hierarchy
Whitespace
Alignment
Proximity
Balance
Contrast
12-Column Grid
16-Column Grid
Modular Grid
Baseline Grid
0: 0px (none)
1: 4px (0.25rem) - tight
2: 8px (0.5rem) - base
3: 12px (0.75rem)
4: 16px (1rem) - comfortable
5: 20px (1.25rem)
6: 24px (1.5rem) - loose
8: 32px (2rem) - section spacing
10: 40px (2.5rem)
12: 48px (3rem)
16: 64px (4rem) - hero spacing
20: 80px (5rem)
24: 96px (6rem)
32: 128px (8rem) - dramatic spacing
Common breakpoints:
Content-first breakpoints: Add breakpoints where YOUR content breaks, not arbitrary device sizes.
LAYOUT SPECIFICATION
Project: [Name]
Page: [Landing / Dashboard / Article]
STRUCTURE
[ASCII diagram of layout]
GRID SYSTEM
Columns: 12
Gutter: 24px (1.5rem)
Margin: 16px mobile, 24px tablet, 40px desktop
Max-width: 1280px (80rem)
SECTIONS
1. Hero
- Height: 100vh on desktop, auto on mobile
- Grid: Full-width background, centered content
- Content max-width: 600px
- Padding: py-20 md:py-32
2. Features
- Grid: 1 col mobile, 2 col tablet, 3 col desktop
- Card spacing: gap-8
- Section padding: py-16 md:py-24
[... more sections ...]
SPACING SYSTEM
Base: 8px
Scale: [0, 0.5, 1, 1.5, 2, 3, 4, 6, 8, 12, 16, 20, 24, 32]
Section spacing: 64px (py-16)
Component spacing: 32px (py-8)
RESPONSIVE BEHAVIOR
Mobile (<768px):
- Single column stack
- Sidebar becomes hamburger menu
- Reduce section spacing 50%
- Hero height: auto
Tablet (768-1024px):
- 2-column hybrid
- Partial sidebar collapse
- Moderate spacing
Desktop (>1024px):
- Full multi-column
- All content visible
- Maximum spacing
CODE STRUCTURE
[HTML/React component structure]
[Tailwind classes or CSS Grid code]
DESIGN NOTES
- F-pattern reading flow
- CTA buttons right-aligned to guide eye
- Ample whitespace between sections
- Cards use 4:3 aspect ratio for consistency
SaaS Landing Page: Hero + features grid + pricing + CTA Blog: Centered column + sidebar + featured images Portfolio: Masonry grid + project detail pages Dashboard: Sidebar nav + table/chart grid E-commerce: Product grid + filters + detail view Documentation: Sidebar nav + content + right sidebar TOC