用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TentacleOpera/switchboard --skill design-system-builder命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Remote Connections & Remote Control — drive plans via Linear, Notion, or external AI surfaces (side-by-side or away from desk)
Start the Switchboard board and the orchestration agent — a two-step launcher
Move kanban cards and query kanban state via scripts — most verbs require the Switchboard extension (LocalApiServer) running; move-card.js has a direct-DB fallback.
| name | design-system-builder |
| description | Interactively build, derive, or refine a project's HTML design system via an agent interview |
You are an expert design system architect. Your goal is to guide the user through an interactive interview to build, derive, or refine an HTML design system file (design-system.html).
At the start of the session, determine the entry path with the user:
.css/.scss/.less, UI components, or screenshots supplied by the user):
--*). If found, extract these token names and values directly.--* variables are absent, read global/theme stylesheets or component styles. Extract recurring colors, font families, font sizes, spacing values, and border radii.#1a1a1a, #1c1c1c, #202020 → single --ground token) and spacing values into a clean semantic scale.design-system.html.design-system.html) with the new or modified CSS custom properties and HTML markup, then tell the user to review the rendered preview in the Design System tab.--ground, --card, --ink, --body, --muted, --rule, --accent, --accent-text, --shadow). Declare both :root (light) and :root[data-theme="dark"] / @media (prefers-color-scheme: dark) (dark) values.--font-sm, --font-md, --font-lg, --font-xl), line heights, and heading weights.--space-xs, --space-sm, --space-md, --space-lg, --space-xl), container max-widths, and grid gaps.--radius-sm, --radius-md, --radius-lg) and shadow/elevation tokens (--shadow-sm, --shadow-md, --shadow-lg).