一键导入
design-system
Design system module - design tokens, component documentation, cross-skill consistency, and accessibility standards
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design system module - design tokens, component documentation, cross-skill consistency, and accessibility standards
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Archived pointer. Canonical coordination and CCB workflows now live in LeoLin990405/claude-code-skills under ai-collaboration/.
Archived pointer. Canonical design toolkit content now lives in LeoLin990405/claude-code-skills under design/ and related development skills.
Archived pointer. Canonical repository-design guidance now lives in LeoLin990405/claude-code-skills under development/github-repo-design.
Archived pointer. Canonical PM toolkit content now lives in LeoLin990405/claude-code-skills under product-management/.
Archived pointer. Canonical Obsidian and knowledge-management skills now live in LeoLin990405/claude-code-skills under productivity/.
Archived pointer. Canonical document-processing skills now live in LeoLin990405/claude-code-skills under documents/.
| name | design-system |
| description | Design system module - design tokens, component documentation, cross-skill consistency, and accessibility standards |
| triggers | ["design system","design tokens","component library","style guide","documentation","consistency","accessibility","WCAG","design ops"] |
A design system is the single source of truth that keeps all design output consistent — across skills, across projects, across time. This module provides the methodology for building and maintaining design systems, from atomic tokens to component documentation.
1. Audit Current State → 2. Define Tokens → 3. Document Components → 4. Review & Enforce
This module does not wrap existing sub-skills. It provides the connective methodology that makes all other modules work together.
Design tokens are the atomic values that feed every other design decision.
Token Hierarchy:
Global Tokens → Alias Tokens → Component Tokens
───────────── ───────────── ─────────────────
color.blue.500 color.primary button.background
space.16 space.md card.padding
font.size.16 font.size.body input.font-size
radius.8 radius.md badge.border-radius
Defining Tokens:
#3B82F6 and #3B83F7, pick oneTemplate: Use the style-guide template to document tokens.
Components are reusable patterns built from tokens.
Component Spec Format: For each component, document:
Component Maturity Scale:
| Level | Name | Criteria |
|---|---|---|
| 0 | Concept | Identified need, no implementation |
| 1 | Draft | Single implementation, not reviewed |
| 2 | Ready | Reviewed, documented, accessible |
| 3 | Stable | Used in 2+ contexts, battle-tested |
When using multiple design skills in one project, consistency breaks without intentional coordination.
Consistency Checklist:
Integration Points:
| Skill A | Skill B | What to Align |
|---|---|---|
| canvas-design | frontend-design | Colors, fonts, spacing |
| algorithmic-art | theme-factory | Color palette, visual density |
| brand-guidelines | all other skills | Full brand constraints |
| slack-gif-creator | theme-factory | Colors, motion easing |
| theme-factory | web-artifacts-builder | CSS custom properties, component styles |
Every design output should meet minimum accessibility standards.
WCAG AA Checklist (applicable across all modules):
Perceivable:
Operable (web outputs):
Understandable:
Robust:
Keeping the system alive requires process.
Contribution Workflow:
Audit Cadence: