Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计提醒

design-system设计系统

Agent Skill

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

总安装

294

周安装

12

GitHub Stars

8

下载量

95
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tyler-r-kendrick/agent-skills --skill design-system

简介

用于辅助界面设计、视觉规范和交互体验的优化工作。

  • 可整理页面结构、生成 UI 方案或检查视觉一致性。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需结合品牌系统使用。
  • 涉及真实页面改动时应通过截图预览检查文本溢出和对齐效果。
  • design-system 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Design System

Overview

A design system is the single source of truth for an organization's UI — combining design tokens, component libraries, documentation, and tooling into a cohesive ecosystem. It ensures consistency, accelerates development, and bridges the gap between design and engineering.

Architecture Layers

┌─────────────────────────────────────────────────┐
│  Design (Figma)                                 │
│  Variables, components, styles, auto-layout     │
├─────────────────────────────────────────────────┤
│  Tokens (W3C DTCG / Style Dictionary)           │
│  Color, typography, spacing, elevation, motion  │
├─────────────────────────────────────────────────┤
│  Components (React, Vue, Angular, Web Comp.)    │
│  Buttons, inputs, modals, cards, layouts        │
├─────────────────────────────────────────────────┤
│  Documentation (Storybook)                      │
│  Stories, usage guidelines, interaction tests   │
└─────────────────────────────────────────────────┘

Design-to-Code Pipeline

Figma Variables ──► W3C DTCG JSON ──► Style Dictionary ──► CSS / SCSS / iOS / Android
                                                            │
Figma Components ──► Code Connect / Mitosis ──────────────► React / Vue / Angular / Svelte
                                                            │
                                                            ▼
                                                        Storybook
                                                  (catalog + interaction tests)

Token Architecture

Design tokens are the atomic values of a design system — colors, spacing, typography, elevation, motion. They flow through three tiers:

TierExamplePurpose
Globalblue-500: #3b82f6Raw palette values
Alias / Semanticcolor-primary: {blue-500}Intent-based references
Componentbutton-bg: {color-primary}Scoped to a specific component

Component Strategy

Single-Framework

Build components in one framework (e.g., React) and use Storybook for documentation and testing.

Multi-Framework

Use an intermediary format to target multiple frameworks from a single source:

  • Mitosis — JSX subset that compiles to React, Vue, Angular, Svelte, Solid, etc.
  • Web Components — Framework-agnostic custom elements usable everywhere
  • Stencil — Web Component compiler with lazy loading and SSR

Key Tools

ToolRole
FigmaVisual design, variables, prototyping, Dev Mode
W3C Design TokensVendor-neutral token format (DTCG spec)
Style DictionaryTransform tokens into platform-specific outputs
StorybookComponent catalog, docs, visual/interaction testing
MitosisWrite-once component compiler for multiple frameworks
Tokens StudioFigma plugin for managing tokens in DTCG format
ChromaticVisual regression testing for Storybook stories

File Structure

design-system/
  tokens/
    global/
      colors.tokens.json      # W3C DTCG format
      typography.tokens.json
      spacing.tokens.json
    semantic/
      theme-light.tokens.json
      theme-dark.tokens.json
  style-dictionary.config.mjs  # Token build pipeline
  src/
    components/
      Button/
        Button.tsx             # Component implementation
        Button.stories.tsx     # Storybook stories
        Button.test.tsx        # Unit / interaction tests
  .storybook/
    main.ts
    preview.ts

Best Practices

  • Define tokens in W3C DTCG format for vendor neutrality — avoid locking into a single tool's proprietary format.
  • Use three-tier token architecture (global → semantic → component) so themes only override the semantic layer.
  • Use Style Dictionary to transform tokens into every platform your products target (CSS, SCSS, iOS, Android, Compose).
  • Catalog every component in Storybook with args, docs, and play-function interaction tests.
  • Use Figma Variables synced to your token files — Tokens Studio or Code Connect bridges the gap.
  • For multi-framework orgs, evaluate Mitosis or Web Components before duplicating component code per framework.
  • Automate visual regression testing with Chromatic or Percy in CI.
  • Version your design system as a package — consumers should pin to semver releases.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

40.03%
按下载量换算38

Claude

29.05%
按下载量换算28

Cursor

20.08%
按下载量换算19

Gemini CLI

8.61%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills