Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

design-builder设计建造者

Agent Skill

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

总安装

1,632

周安装

66

GitHub Stars

5

下载量

512
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/adeonir/agent-skills --skill design-builder

简介

提供从零开始的产品设计流水线,覆盖发现、内容提取、结构定义与预览迭代。

  • 支持绿色场域设计,假设无现有代码库,也可接入已有项目进行输入补充。
  • 各步骤独立运行,可按需组合使用,重点在于系统化构建清晰的设计方案。
  • 安装需从 GitHub 仓库获取,依赖 npx skills add 命令完成集成。
  • design-builder 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Design Builder

Recommended effort: xhigh for inputs and preview phases; high for discovery and structure.

Greenfield design pipeline for any digital product: discover, extract content, author DESIGN.md, define layout or screen flow, preview, refine.

Workflow

discovery --> copy --> inputs --> structure --> preview --> final
                                                  ^__|  (tune / comment / apply-across loop)

Each step is independent. Can run isolated or chained. Discovery is always the first step — never skip it.

design-builder is greenfield-first: it assumes no existing codebase. The codebase path inside inputs.md is an alternative for redesign or migration work, not the primary flow.

Project type routes behavior in later steps:

  • page-based (landing-page, website): section-oriented questions and presets
  • screen-based (web-app, mobile-app): screen-flow and navigation questions, app-oriented presets

Final design can be served as HTML via the preview server, or pushed to an external design tool when the matching MCP is available, or handed to spec-driven for implementation.

Discovery

Before any operation, establish project context.

Step 1 — Check existing context. Look for:

  • <project-root>/DESIGN.md — already-authored visual identity
  • .artifacts/docs/prd.md — PRD
  • .artifacts/docs/brief.md — Brief
  • .artifacts/brainstorm/ — brainstorming direction
  • .artifacts/docs/*-research.md — naming research
  • .artifacts/design/copy.yaml — extracted content payload

If found, read and extract purpose, audience, tone, key features, and any existing tokens. Skip to the relevant trigger operation.

Step 2 — Lightweight discovery (when no context exists). Ask one question at a time:

  1. Project type: landing-page, website, web-app, or mobile-app?
  2. Source on hand: URL, images, brief document, codebase, design-tool file, or text description?
  3. Visual references or constraints?

Context Loading Strategy

Load only the reference matching the current trigger. For preview operations, also load aesthetics.md and web-standards.md as auto-loaded dependencies. For inputs operations, auto-load validate.md at Step 5 (gate before declaring done). validate.md is also a direct trigger when called on its own.

Never simultaneous:

  • Multiple operation references (e.g., copy.md + structure.md)

Triggers

Content

Trigger PatternReference
Extract copy, copy from URL, web capture, content from website, brief documentcopy.md/design-builder/references/copy.md)

Visual Identity (DESIGN.md)

Trigger PatternReference
Extract design tokens, author DESIGN.md, refresh design tokens, extract design from images, extract design from codebase, pull design from external design toolinputs.md/design-builder/references/inputs.md)

Structure

Trigger PatternReference
Wireframe a screen, layout the page, structure the content, screen flow, organize content, validate this wireframestructure.md/design-builder/references/structure.md)

Preview and Refinement

Trigger PatternReference
Preview the design, UI variants, visual mockup, UI design review, tune the design, comment on the design, creative variants, pivot the design, borrow from variant, apply across variants, push the design to an external design toolpreview.md/design-builder/references/preview.md)

Validation

Trigger PatternReference
Validate DESIGN.md, check DESIGN.md, audit design tokens, lint the design systemvalidate.md/design-builder/references/validate.md)

Redesign (brownfield aesthetic overhaul)

Trigger PatternReference
Redesign this app, modernize this interface, apply a new vibe to the existing app, brand refresh on existing product, change the vibe without rebuilding the IAredesign.md/design-builder/references/redesign.md)

Notes:

  • aesthetics.md and web-standards.md are not direct triggers. They are auto-loaded by preview.md.
  • validate.md is both a direct trigger (callable on demand) and auto-loaded by inputs.md Step 5 as the gate before declaring done.

Cross-References

brainstorming ---------> design-builder (direction feeds discovery)
docs-writer -----------> design-builder (PRD/Brief feeds discovery)
copy.md ---------------> structure.md (content informs structure)
copy.md ---------------> inputs.md (content informs Voice and Do/Don't prose)
inputs.md -------------> structure.md (tokens inform layout decisions)
inputs.md -------------> preview.md (tokens style the preview)
inputs.md -------------> validate.md (Step 5 gate; auto-loaded before declaring done)
structure.md ----------> preview.md (Layout and Screen Flow shape the variants)
aesthetics.md ---------> preview.md (design principles)
aesthetics.md ---------> redesign.md (Style Axes inform aesthetic direction)
web-standards.md ------> preview.md (implementation rules)
validate.md -----------> DESIGN.md (read-only audit; no patch)
redesign.md -----------> inputs.md (delegates structure-only or aesthetic-only extraction)
redesign.md -----------> preview.md (delegates Exploratory creative variants for the new aesthetic)
redesign.md -----------> validate.md (final gate before declaring done)
preview.md ------------> external design tool (write-only push when MCP is available)
external design tool --> inputs.md (read-only pull when user refreshes from a design-tool file)
design-builder --------> spec-driven (approved design feeds implementation)

Guidelines

DO:

  • Ask one question at a time when gathering context from the user
  • Treat <project-root>/DESIGN.md as the source of truth for visual identity
  • Patch DESIGN.md section by section so each phase preserves the others' work
  • Route preset and decision sets by project type
  • Auto-load aesthetics.md and web-standards.md for every preview run
  • Use ultrathink for inputs and preview phases — token and visual choices cascade
  • Treat external design-tool files as user-owned — read or push only when the user asks and the matching MCP is available

DON'T:

  • Skip discovery (contrasts: always run discovery first)
  • Rewrite the whole DESIGN.md when only one section or block changed (contrasts: section-scoped patch)
  • Mix operations in one turn (contrasts: route to the single matching reference)
  • Create files in an external design tool (contrasts: treat those files as user-owned; only push when the file already exists)
  • Block on a missing optional MCP (contrasts: fall back to HTML preview or another input source)

Output

Templates

ContextTemplate
Copy extraction outputcopy.md/design-builder/templates/copy.md)
DESIGN.md visual identity (output filename uppercase)design.md/design-builder/templates/design.md)

Artifacts

<project-root>/
└── DESIGN.md             # Visual identity: tokens (frontmatter) + rationale (prose)

.artifacts/design/
├── copy.yaml             # Structured content (sections or screens), optional
└── preview/
    ├── guided/           # Per-question decisions
    ├── variants/         # Complete variants per preset
    └── components/       # Isolated component previews (optional)

External design-tool files (when used) live at the user's path of choice and are user-owned. Skill never creates them.

Error Handling

  • No project type set: ask before routing operations
  • No DESIGN.md at project root: route to inputs to author it; only structure and preview require it as a prerequisite
  • DESIGN.md malformed (invalid YAML frontmatter, duplicate section heading): report the parse error, ask user to fix or regenerate
  • Required external context missing (PRD, brief): prompt user before proceeding
  • Conflicting inputs (PRD says one thing, images another): ask user which is authoritative
  • Optional MCP unavailable: skip the path that needs it, offer the HTML fallback

Compact Instructions

Preserve:

  • Current phase and loaded reference file
  • Project type (page-based or screen-based), name, purpose, audience
  • Path to DESIGN.md and which sections were patched in the current session
  • Open user decisions, pending approvals, and refinement-loop state (tune sliders in flight, comments awaiting resolution)

Drop:

  • Raw tool outputs and intermediate extraction results
  • Scratch reasoning and discarded design directions

DESIGN.md, copy.yaml, and preview HTML files persist on disk and survive compaction. Re-read them on resume rather than reconstructing from memory.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.91%
按下载量换算174

Claude

32.35%
按下载量换算166

Cursor

17.55%
按下载量换算90

Gemini CLI

10.65%
按下载量换算55

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills