Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

design-engineering设计工程

Agent Skill

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

总安装

504

周安装

21

GitHub Stars

3

下载量

168
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill design-engineering

简介

design-engineering 用于辅助界面设计、视觉规范和交互体验优化。

  • 适合整理页面结构、生成 UI 方案或改进组件层级。
  • 通过 npx skills add 命令从指定仓库安装并使用。
  • 需结合品牌和设计系统使用,避免堆砌装饰元素。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Design Engineering

Scope

Covers

  • Defining a Design Engineering function (hybrid design sensibility + ability to ship production code)
  • Choosing an operating model: embedded vs platform/design-system vs tiger team
  • Creating a prototype → production pipeline (what is throwaway vs shippable)
  • Establishing a design-to-code contract (tokens, components, reviews, quality bar)
  • Planning delivery for UI/UX-heavy work (components/flows, milestones, QA gates)

When to use

  • “We want to create a design engineering function—write the charter and operating model.”
  • “Our prototypes never make it to production—define a prototype→production workflow.”
  • “We need faster UI iteration with high craft—set a design-to-code contract + quality bar.”
  • “We’re building a new UI/component library—create a component delivery plan and reviews.”

When NOT to use

  • You need UX research, discovery, or product strategy (use interviews/surveys/PRD skills)
  • You’re doing mostly backend/platform architecture with minimal UI surface area
  • You only need to ship a single small UI fix (just implement it)
  • You need a brand/visual identity system (separate design/brand process)

Inputs

Minimum required

  • Product/context: what you’re building and who it’s for
  • Current state: design artifacts (Figma, mockups) + codebase/stack (web/native) + existing design system (if any)
  • Goal: what “better” means (speed, consistency, craft, accessibility, quality, fewer handoff bugs)
  • Constraints: team composition, timeline, quality bar, accessibility/compliance requirements

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md, then proceed with explicit assumptions.
  • If the team/stack is unknown, assume a modern web stack (component library + CI) and call out assumptions.
  • Do not request secrets/credentials; use redacted identifiers.

Outputs (deliverables)

Produce a Design Engineering Execution Pack in Markdown (in-chat by default; write to files if requested):

  1. Context snapshot (goals, constraints, success signals)
  2. Design Engineering charter (mission, scope, ownership boundaries, engagement model)
  3. Prototype → production workflow (prototype ladder + decision rules + review gates)
  4. Design-to-code contract (tokens/components/spec handoff, PR review expectations, QA)
  5. Component/flow delivery plan (prioritized backlog + milestones + owners)
  6. Quality bar (checklists + rubric score)
  7. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md

Workflow (7 steps)

1) Intake + success definition

  • Inputs: User context; references/INTAKE.md.
  • Actions: Confirm scope (product area), stakeholders, and what “design engineering” means here (role vs function vs project). Define success signals (e.g., faster UI iteration, fewer handoff bugs, higher consistency, improved accessibility).
  • Outputs: Context snapshot (draft).
  • Checks: The team can answer in one sentence: “What will change if we do this well?”

2) Choose the operating model (and boundaries)

  • Inputs: Team org, roadmap pressures, existing design/engineering capabilities.
  • Actions: Select an engagement model (embedded, platform/design system, tiger team). Define responsibilities and boundaries vs Design and Engineering (who owns interaction design, component implementation, accessibility, visual QA, performance).
  • Outputs: Design Engineering charter (draft) with explicit boundaries.
  • Checks: No “two owners” ambiguity for components, tokens, and UI quality sign-off.

3) Map the UI surface area + constraints

  • Inputs: Key flows/screens; existing components; constraints (devices, browsers, perf, a11y, localization).
  • Actions: Inventory the highest-leverage UI areas (top flows, shared components). Identify reuse opportunities and risk hotspots (complex interactions, animations, data density, edge cases).
  • Outputs: UI surface map + initial component/flow backlog.
  • Checks: Backlog is prioritized by user impact and reuse (not just what’s loudest).

4) Define the prototype ladder (prototype → production)

  • Inputs: Timeline, iteration speed needs, risk tolerance.
  • Actions: Define a “prototype ladder” (lo-fi → hi-fi → coded prototype → production). For each rung, set purpose, expected fidelity, and whether it is disposable. Add decision rules for when to “graduate” a prototype.
  • Outputs: Prototype → production workflow (ladder + rules + gates).
  • Checks: Every prototype has an explicit label: throwaway vs shippable.

5) Write the design-to-code contract (handoff + reviews)

  • Inputs: Design artifacts; code conventions; QA expectations.
  • Actions: Define the contract: design tokens, component API expectations, states, a11y requirements, and review gates (design review, engineering review, QA). Specify what must be in a PR (screenshots, storybook links, test plan, a11y notes).
  • Outputs: Design-to-code contract (v1).
  • Checks: A developer can implement a component without back-and-forth on states, spacing/typography, and acceptance criteria.

6) Plan delivery (milestones + ownership)

  • Inputs: Backlog + constraints + team capacity.
  • Actions: Convert backlog into milestones (thin slices) with owners, dependencies, and acceptance criteria. Define how work is tracked (board columns) and how design engineering work is staffed.
  • Outputs: Component/flow delivery plan (milestones).
  • Checks: First milestone is small enough to ship within 1–2 weeks and sets patterns for the rest.

7) Quality gate + alignment + finalization

  • Inputs: Draft pack.
  • Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add stakeholder cadence and a lightweight decision log (what was chosen, why). Finalize Risks / Open questions / Next steps.
  • Outputs: Final Design Engineering Execution Pack.
  • Checks: Quality bar is explicit; ownership is unambiguous; risks and open questions are not hidden.

Quality gate (required)

Examples

Example 1 (stand up the function): “Use design-engineering. We’re a 12-person product team. Web app. Designers ship Figma but engineering struggles with UI polish. Create a Design Engineering Execution Pack with an embedded model and a prototype→production workflow.”

Example 2 (design system delivery): “Create a design engineering plan for building a component library (buttons, inputs, tables, modals). Include the design-to-code contract, PR review checklist, and a 6-week milestone plan.”

Boundary example: “What is design engineering?” Response: explain this skill produces an execution pack; ask for context (team, product, goals). If they only want a definition, give a brief definition and point them to the intake questions to proceed.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Claude

33.81%
按下载量换算57

Codex

33.27%
按下载量换算56

Cursor

19.11%
按下载量换算32

Gemini CLI

10.61%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills