Token导航 LogoToken导航TokenDH.com
待分类权限需确认github未标认证来源可访问许可证需确认审计通过

graphic-design平面设计

Agent Skill

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

总安装

3,207

周安装

131

GitHub Stars

48

下载量

1,027
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/travisjneuman/.claude --skill graphic-design

简介

graphic-design 用于辅助界面设计、视觉规范、排版、配色和布局优化。

  • 适合整理页面结构、生成 UI 方案或改进组件层级,提升交互体验。
  • 使用时需结合现有品牌、设计系统和用户任务,避免堆砌装饰元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出和对齐。
  • 通过 npx skills add 命令从指定仓库安装并使用。

SKILL.md

name
graphic-design
description
Professional graphic design principles for digital and print media. Use when creating visual designs, choosing color palettes, typography, layouts, or providing design feedback.

Graphic Design

Comprehensive guide for creating professional visual designs across digital and print media.

Design Fundamentals

The 7 Principles of Design

PrincipleDefinitionApplication
BalanceVisual equilibriumSymmetrical, asymmetrical, radial
ContrastDifference between elementsSize, color, shape, texture
EmphasisFocal point creationHierarchy guides the eye
MovementVisual flow directionLeading lines, repetition
PatternRepetition of elementsCreates rhythm and unity
RhythmVisual tempoRegular, flowing, progressive
UnityCohesive wholeConsistent style throughout

Color Theory

Color Models

ModelUse CaseComponents
RGBDigital screensRed, Green, Blue (0-255)
CMYKPrint mediaCyan, Magenta, Yellow, Key/Black
HSLDesign toolsHue, Saturation, Lightness
HexWeb/CSS#RRGGBB format

Color Harmonies

Complementary:    Opposite on wheel (high contrast)
Analogous:        Adjacent colors (harmonious)
Triadic:          3 equidistant colors (vibrant)
Split-Comp:       Base + 2 adjacent to complement
Tetradic:         4 colors forming rectangle
Monochromatic:    Single hue, varying saturation/lightness

Color Psychology

ColorAssociationsUse For
RedEnergy, urgency, passionCTAs, sales, warnings
BlueTrust, calm, professionalCorporate, tech, finance
GreenGrowth, nature, healthEco, wellness, money
YellowOptimism, attention, warmthHighlights, caution
PurpleLuxury, creativity, wisdomPremium, creative
OrangeEnthusiasm, confidenceCTAs, youth brands
BlackSophistication, powerLuxury, editorial
WhiteClean, minimal, pureModern, healthcare

Accessible Color Contrast

WCAG AA Requirements:
- Normal text: 4.5:1 minimum contrast ratio
- Large text (18pt+): 3:1 minimum
- UI components: 3:1 minimum

WCAG AAA Requirements:
- Normal text: 7:1 minimum
- Large text: 4.5:1 minimum

Tools: WebAIM Contrast Checker, Stark, Color Safe

Typography

Type Classification

CategoryCharacteristicsUse Cases
SerifDecorative strokesPrint, editorial, formal
Sans-serifClean, no strokesDigital, modern, UI
Slab SerifBold, blocky serifsHeadlines, branding
ScriptHandwritten feelInvitations, logos
DisplayDecorative, uniqueHeadlines only
MonospaceFixed-widthCode, technical

Type Hierarchy

Display:     48-72px  (Hero headlines)
H1:          32-48px  (Page titles)
H2:          24-32px  (Section headers)
H3:          20-24px  (Subsections)
Body:        16-18px  (Readable text)
Caption:     12-14px  (Secondary info)
Micro:       10-12px  (Legal, footnotes)

Typography Rules

  1. Limit fonts: 2-3 maximum per project
  2. Contrast pairing: Serif + Sans-serif works well
  3. Line height: 1.4-1.6 for body text
  4. Line length: 45-75 characters optimal
  5. Letter spacing: Increase for all-caps text
  6. Alignment: Left-align body text (easier to read)

Font Pairing Examples

Headlines + Body:
- Playfair Display + Source Sans Pro
- Montserrat + Merriweather
- Oswald + Lato
- Roboto Slab + Roboto
- DM Serif Display + DM Sans

Layout & Composition

Grid Systems

12-Column Grid (Most Common):
├─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┤
│1│2│3│4│5│6│7│8│9│10│11│12│

Common Column Spans:
- Full width: 12 columns
- Two-thirds: 8 columns
- Half: 6 columns
- One-third: 4 columns
- One-quarter: 3 columns
- Sidebar: 3-4 columns

Spacing System (8pt Grid)

/* Base unit: 8px */
--space-1: 4px; /* 0.5x - tight */
--space-2: 8px; /* 1x - base */
--space-3: 16px; /* 2x - comfortable */
--space-4: 24px; /* 3x - section gap */
--space-5: 32px; /* 4x - group separation */
--space-6: 48px; /* 6x - major sections */
--space-7: 64px; /* 8x - page sections */
--space-8: 96px; /* 12x - hero spacing */

Rule of Thirds

┌───────┬───────┬───────┐
│       │       │       │
│   ●───┼───●   │       │  Place key elements
├───────┼───────┼───────┤  at intersection
│       │       │       │  points (●)
│   ●───┼───●   │       │
├───────┼───────┼───────┤
│       │       │       │
└───────┴───────┴───────┘

Visual Hierarchy Techniques

  1. Size: Larger = more important
  2. Color: Bright/saturated draws attention
  3. Contrast: High contrast = focal point
  4. Whitespace: Isolation creates emphasis
  5. Position: Top-left (F-pattern) or center
  6. Typography: Bold, different font, caps

File Formats

Raster (Pixel-Based)

FormatBest ForNotes
JPG/JPEGPhotos, gradientsLossy, no transparency
PNGGraphics, transparencyLossless, larger files
GIFSimple animations256 colors max
WebPWeb imagesBest compression, modern
AVIFWeb imagesNewest, best quality/size

Vector (Math-Based)

FormatBest ForNotes
SVGWeb graphics, iconsScalable, animatable
AIAdobe IllustratorNative format
EPSPrint, legacyUniversal vector
PDFPrint, documentsPreserves vectors

Export Guidelines

Web Graphics:
- Icons: SVG (or PNG fallback)
- Photos: WebP with JPG fallback
- Illustrations: SVG or WebP
- Resolution: 72 DPI minimum, 2x for retina

Print Graphics:
- Resolution: 300 DPI minimum
- Color: CMYK mode
- Format: PDF/X or TIFF
- Bleed: 0.125" (3mm) on all sides

Design Tools

Industry Standard

ToolBest ForPlatform
FigmaUI/UX, collaborationWeb, Desktop
Adobe PhotoshopPhoto editing, rasterDesktop
Adobe IllustratorVector graphicsDesktop
SketchUI designmacOS only
Affinity DesignerVector (Illustrator alt)Desktop
CanvaQuick designsWeb

Free Alternatives

ToolReplacesPlatform
GIMPPhotoshopDesktop
InkscapeIllustratorDesktop
PhotopeaPhotoshopWeb
VectrIllustratorWeb

Design Systems

Component Structure

Atoms:
- Colors, typography, icons
- Buttons, inputs, labels

Molecules:
- Form fields (label + input + helper)
- Cards (image + title + description)
- Navigation items

Organisms:
- Header (logo + nav + actions)
- Forms (multiple fields + submit)
- Product cards grid

Templates:
- Page layouts
- Grid structures

Pages:
- Specific instances with real content

Naming Conventions

Colors:
- primary, secondary, accent
- success, warning, error, info
- gray-100 through gray-900
- background, surface, text

Components:
- btn-primary, btn-secondary, btn-ghost
- card-default, card-elevated, card-outlined
- input-default, input-error, input-disabled

Print Design Specifics

Standard Print Sizes

US Paper:
- Letter: 8.5" × 11"
- Legal: 8.5" × 14"
- Tabloid: 11" × 17"

International (ISO):
- A4: 210 × 297mm
- A3: 297 × 420mm
- A5: 148 × 210mm

Business Cards:
- US: 3.5" × 2"
- EU: 85 × 55mm

Print Checklist

  • [ ] CMYK color mode
  • [ ] 300 DPI resolution minimum
  • [ ] Bleed area included (0.125")
  • [ ] Safe zone for text (0.25" from trim)
  • [ ] Fonts outlined or embedded
  • [ ] Rich black for large areas: C60 M40 Y40 K100

Best Practices

DO:

  • Start with sketches/wireframes
  • Use consistent spacing system
  • Test designs at actual size
  • Get feedback early and often
  • Design for accessibility first
  • Use real content when possible
  • Create style guides/design systems

DON'T:

  • Use more than 3 fonts
  • Rely on color alone for meaning
  • Ignore whitespace
  • Stretch or distort images
  • Use low-resolution images
  • Center-align long paragraphs
  • Forget mobile/responsive design

Design Review Checklist

  • [ ] Visual hierarchy clear
  • [ ] Color contrast passes WCAG
  • [ ] Typography readable at all sizes
  • [ ] Consistent spacing throughout
  • [ ] Alignment precise (use grids)
  • [ ] Images high quality and appropriate
  • [ ] Brand consistency maintained
  • [ ] Responsive/adaptive design considered

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.89%
按下载量换算348

Claude

31.41%
按下载量换算323

Cursor

19.57%
按下载量换算201

Gemini CLI

10.1%
按下载量换算104

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills