Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问clear审计通过

layout-designer布局设计师

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

8,665

周安装

380

GitHub Stars

公开资料未说明

下载量

4,275
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:layout-designer(布局设计师)
来源仓库:https://github.com/eddiebe147/claude-settings
仓库路径:skills/layout-designer
安装命令:
npx skills add https://github.com/eddiebe147/claude-settings --skill 'Layout Designer'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/eddiebe147/claude-settings --skill 'Layout Designer'

简介

layout-designer 用于辅助界面设计、视觉规范、排版、配色和交互体验优化。

  • 适合整理页面结构、生成 UI 方案或检查视觉一致性,需结合品牌和设计系统。
  • 不应只堆装饰元素,涉及真实页面改动时应通过截图或浏览器预览检查表现。
  • 使用时需结合用户任务和现有设计系统,确保方案可落地。
  • 安装前建议确认权限范围和维护状态,注意可能触发文件读写操作。

SKILL.md

Layout Designer

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.

Core Workflows

Workflow 1: Landing Page Layout

  1. Define page sections:

- Hero (above fold) - Features/Benefits - Social proof - Pricing/CTA - FAQ/Footer

  1. Design each section:

- Choose layout pattern - Define grid structure - Plan spacing and rhythm - Set visual hierarchy

  1. Create responsive breakpoints:

- Mobile: Single column, stacked - Tablet: 2-column hybrid - Desktop: Full multi-column

  1. Specify component placement and sizing
  2. Generate HTML/CSS structure

Workflow 2: Dashboard/App Layout

  1. Map information architecture:

- Navigation (sidebar, top bar, tabs) - Primary content area - Secondary panels (filters, details) - Status/notification areas

  1. Choose layout system:

- Sidebar + content - Holy grail (header, 2 sidebars, footer) - Split panel - Masonry/card grid

  1. Define grid and spacing:

- Base unit (4px, 8px) - Column structure - Gutter widths - Container max-widths

  1. Plan responsive behavior:

- Mobile: Collapsed nav, stacked panels - Tablet: Partial collapse - Desktop: Full layout

  1. Provide Tailwind/CSS Grid code

Workflow 3: Editorial/Content Layout

  1. Understand content:

- Text-heavy vs. image-heavy - Reading length - Media types (images, videos, quotes, code)

  1. Design reading experience:

- Optimal line length (60-75 chars) - Generous whitespace - Clear hierarchy - Strategic media placement

  1. Choose composition:

- Single column (blog post) - Multi-column (magazine) - Asymmetric (editorial) - Modular grid (Pinterest-style)

  1. Design special elements:

- Pull quotes - Image galleries - Sidebars/callouts - Author bios

  1. Ensure readability across devices

Workflow 4: Grid System Creation

  1. Define requirements:

- Content types - Flexibility needed - Breakpoint strategy

  1. Create grid specification:

- Number of columns (12, 16, 24) - Gutter width - Margin/padding system - Container sizes

  1. Build spacing scale:

- Base unit (4px or 8px) - Scale progression (0.5, 1, 2, 3, 4, 6, 8, 12, 16, 24, 32)

  1. Document layout patterns:

- Common column combinations - Nested grid usage - Breakout/bleed patterns

  1. Generate framework config

Quick Reference

ActionCommand/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"

Layout Patterns Library

Hero Sections

Full-Width Hero

  • 100vw width, background image/video
  • Centered content, max 600px wide
  • Prominent H1 + subtitle + CTA
  • Best for: SaaS, apps, bold statements

Split Hero

  • 50/50 image and content
  • Image on left or right
  • Content: H1, description, form/CTA
  • Best for: Product launches, conversions

Asymmetric Hero

  • 60/40 or 70/30 split
  • Creates visual interest
  • Diagonal or overlapping elements
  • Best for: Creative, agency, portfolio

Content Sections

Centered Stack

  • Max-width container (prose, lg, xl)
  • Centered content
  • Ample vertical spacing
  • Best for: Text content, forms

Card Grid

  • 2-4 columns
  • Equal height cards
  • Hover states, shadows
  • Best for: Features, products, blog grid

Alternating Rows

  • Image-text, text-image pattern
  • Breaks monotony
  • Tells visual story
  • Best for: Feature showcases, case studies

Bento Grid

  • Irregular card sizes
  • Masonry or CSS Grid
  • Visual interest
  • Best for: Portfolios, galleries

App Layouts

Sidebar Navigation

+-----+----------------+
| Nav |    Content     |
|     |                |
|     |                |
+-----+----------------+

Top Navigation

+---------------------+
|        Nav          |
+---------------------+
|      Content        |
|                     |
+---------------------+

Holy Grail

+---------------------+
|       Header        |
+-----+--------+------+
| L   |  Main  |  R   |
| e   |Content | i    |
| f   |        | g    |
| t   |        | h    |
|     |        | t    |
+-----+--------+------+
|       Footer        |
+---------------------+

Design Principles

Visual Hierarchy

  • Most important element = largest, highest contrast
  • Use size, color, weight, position to guide eye
  • F-pattern for text-heavy, Z-pattern for landing pages

Whitespace

  • Not "empty" space—breathing room
  • Groups related elements
  • Creates rhythm and flow
  • Minimum 1.5x spacing between sections

Alignment

  • Everything aligns to something
  • Strong left edge (for LTR languages)
  • Use grid to maintain consistency

Proximity

  • Related items closer together
  • Unrelated items farther apart
  • Creates visual relationships

Balance

  • Symmetrical: Formal, stable
  • Asymmetrical: Dynamic, interesting
  • Radial: Centered, focused

Contrast

  • Size, color, shape, texture
  • Draws attention
  • Creates interest
  • Aids scannability

Best Practices

  • Mobile-first design: Start small, enhance for larger screens
  • Use consistent spacing: Stick to 4px or 8px base unit system
  • Limit column variations: Too many breakpoints = maintenance nightmare
  • Mind the fold: Key content and CTA above fold, but don't cram
  • Create visual anchors: Strong elements that guide the eye
  • Use the grid: Even when breaking it, know you're breaking it
  • Test with real content: Lorem ipsum hides layout problems
  • Consider reading patterns: F-pattern, Z-pattern, Gutenberg diagram
  • Embrace whitespace: Don't fear empty space—it's powerful
  • Maintain aspect ratios: Images shouldn't distort on different screens
  • Accessible focus flow: Logical tab order, clear focus states
  • Print styles: If applicable, test print layouts

Grid Systems

12-Column Grid

  • Most common
  • Divisible by 2, 3, 4, 6
  • Flexible for most layouts
  • Used by Bootstrap, Tailwind

16-Column Grid

  • More granular control
  • Good for complex dashboards
  • Divisible by 2, 4, 8

Modular Grid

  • Rows AND columns
  • Swiss design heritage
  • Best for editorial, magazines

Baseline Grid

  • Vertical rhythm
  • Text aligns to baseline
  • Creates harmony
  • 8px or 4px common

Spacing Scale (8px base)

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

Responsive Breakpoints

Common breakpoints:

  • xs: 0px (base mobile)
  • sm: 640px (large mobile)
  • md: 768px (tablet)
  • lg: 1024px (small desktop)
  • xl: 1280px (desktop)
  • 2xl: 1536px (large desktop)

Content-first breakpoints: Add breakpoints where YOUR content breaks, not arbitrary device sizes.

Deliverables Format

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

Tools Integration

  • Use ui-builder skill for implementing layouts with Tailwind
  • Use Playwright to test layouts in real browser
  • Use WebSearch to find layout inspiration
  • Use Midjourney to generate layout mood boards

Common Requests

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.42%
按下载量换算1,258

OpenCode

19.15%
按下载量换算819

Gemini CLI

17.48%
按下载量换算747

Antigravity

12.62%
按下载量换算540

windsurf

7.64%
按下载量换算327

Cursor

3.47%
按下载量换算148

安全审计

Gen Agent Trust Hub

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源字段存在多来源差异,先按来源优先级自动处理,无法消解时进入异常复核队列。

来源信息

继续浏览同类 Skills