Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计通过

all-in-one-ui-ux-design多合一 UI/UX 设计

Agent Skill

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

总安装

1,236

周安装

50

GitHub Stars

公开资料未说明

下载量

388
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/luisjppm/skills --skill all-in-one-ui-ux-design

简介

all-in-one-ui-ux-design 提供端到端的界面设计与体验优化方案。

  • 涵盖布局、配色、交互状态与可访问性,产出生产级 UI 代码。
  • 需收集产品上下文、平台约束与交付目标后再生成组件。
  • 涉及真实页面修改时应通过截图验证文本溢出与响应式表现。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

All-in-One UI/UX Design

Use this skill as the default end-to-end UI/UX system. Keep this file focused on workflow. Load reference files only when needed.

Goal: deliver memorable interfaces that are production-ready, accessible, and maintainable.

Start Here

Collect the minimum context before generating or reviewing code:

  1. Product context: product type, audience, tone, and brand constraints.
  2. Scope: full page/app, component set, redesign, or UI audit.
  3. Platform and stack: web/mobile + framework/library choices.
  4. Required states: loading, empty, error, success, disabled, and edge cases.
  5. Delivery target: prototype, production code, audit findings, or design system spec.

If details are missing, ask 1-3 focused questions. If the user prefers speed, proceed with explicit assumptions.

Mode Selection

Pick the mode that matches intent:

  1. build: design and implement new UI.
  2. redesign: keep functionality, replace visual and interaction layer.
  3. audit: review existing UI and return actionable findings.
  4. design-system: define tokens, type scale, and component primitives before coding.
  5. flow: design multi-screen journeys (onboarding, checkout, settings, dashboards).

For mixed requests, run design-system -> build -> audit in sequence.

Default Recommendations

Use these defaults unless the user asks otherwise:

  1. Stack selection: Use the stack already present in the codebase. If no stack is present and the task is web, default to html-tailwind. If no stack is present and the task is mobile, use platform-native patterns.
  2. Audit depth: Use full checklist audit by default. Use quick audit only when the user explicitly asks for speed over depth.
  3. Creativity: Do not rely on rigid templates as the primary output. Use a bespoke direction per project, with reusable principles instead of cloned layouts. Use assets/primitives/ as composable scaffolding, not final visual identity.

Reference Loading Map

Load only what the task needs:

FileLoad when
references/creative-direction.mdChoosing style direction, typography personality, palette mood, layout composition, and visual differentiation
references/system-build-playbook.mdBuilding implementation plans, selecting stacks, applying UX priority rules, and using final delivery checklists
references/web-interface-guidelines.mdAuditing UI code for accessibility, interaction, performance, copy quality, and anti-pattern detection

Asset Kit

Use these optional assets when implementation speed is needed without sacrificing originality:

AssetUse for
assets/primitives/tokens.cssTypography, color, spacing, radius, elevation, and semantic token scaffold
assets/primitives/motion.cssMotion tokens, entry effects, and reduced-motion-safe behavior
assets/primitives/layout.cssResponsive layout primitives (container, stack, cluster, grid, section, surface)
assets/primitives/component-states.cssAccessible default states for buttons, fields, and cards
assets/blueprints/semantic-shell.htmlMinimal semantic page skeleton for rapid prototyping

Asset rules:

  1. Copy only what is needed.
  2. Retheme tokens before final delivery.
  3. Recompose layouts per project; never ship blueprint defaults unchanged.

Core Principles

  1. Commit to a clear aesthetic direction. Do not produce generic template-looking UI.
  2. Keep style and interaction consistent across the entire surface.
  3. Prioritize accessibility and usability before decorative polish.
  4. Use motion intentionally; communicate state changes, do not add noise.
  5. Build for responsive behavior and real content from the first pass.
  6. Favor readable, maintainable code and tokenized styling over ad hoc values.

Non-Negotiable Quality Bar

Apply these rules in every mode:

  1. Typography must feel intentional. Avoid default stacks and repetitive safe choices.
  2. Color must be cohesive. Use design tokens or CSS variables for primary, secondary, accent, and semantic states.
  3. Interactive elements must expose visible hover and keyboard focus states.
  4. Touch targets must be at least 44x44px on touch interfaces.
  5. Respect reduced-motion preference and avoid expensive animation properties.
  6. Provide complete state coverage: normal, hover, focus, active, disabled, loading, empty, error, success.
  7. Prevent layout shifts and clipping with explicit media sizing and robust text overflow handling.
  8. Avoid anti-patterns listed in references/web-interface-guidelines.md.

Anti-Generic Design Checks (Required)

Before final delivery, fail the output if any of these remain:

  1. Default-looking typography choices with no clear intent.
  2. Generic gradient-heavy or template-first visual direction with weak brand fit.
  3. Boilerplate page composition that could belong to any product with minimal changes.
  4. Decorative motion that does not communicate hierarchy, feedback, or state.
  5. No memorable differentiator in type, layout, interaction, or visual texture.

End-to-End Workflow

1. Understand and Frame

  1. Translate request into problem statement and success criteria.
  2. Extract constraints: brand, compliance, performance, deadlines.
  3. Define deliverables and acceptance criteria before coding.

2. Choose a Design Direction

  1. Pick one primary visual direction and one secondary supporting influence.
  2. Define mood words, contrast level, texture strategy, and motion character.
  3. Lock direction with a concise design brief before component implementation.

Use references/creative-direction.md for direction options and anti-generic guardrails.

3. Define the Design System

Create a compact spec:

  1. Color tokens: background, surface, text, muted, border, primary, accent, danger, success.
  2. Typography system: display/headline/body/caption styles and line-height rules.
  3. Spacing and radius scales.
  4. Elevation/shadow system and border treatments.
  5. Motion tokens: durations, easing, and reduced-motion fallbacks.
  6. Component primitives: button, input, select, card, modal, tooltip, toast, table.

Use references/system-build-playbook.md for rule priority and stack-specific guidance.

4. Build Layout and Interaction Architecture

  1. Draft responsive structure first (mobile-first breakpoints unless specified otherwise).
  2. Define hierarchy, grouping, and scanning paths.
  3. Assign interaction patterns: navigation, filtering, validation, feedback.
  4. Plan edge states early to avoid late-stage regressions.

5. Implement by Stack

  1. Respect user-selected stack. If unspecified, apply the defaults from the Default Recommendations section above.
  2. Keep implementation style-consistent with the design system.
  3. Use semantic HTML and accessible component APIs.
  4. Prefer composable primitives and reusable tokens over one-off classes.
  5. If using the Asset Kit, customize tokens, composition, and interaction details before delivery.

6. Audit Before Delivery

Run self-review against references/web-interface-guidelines.md:

  1. Accessibility and semantic correctness.
  2. Focus/keyboard and touch quality.
  3. Responsive behavior and overflow handling.
  4. Motion/performance and hydration safety.
  5. Copy clarity and interaction labels.

Audit Mode Output Contract

When request intent is review/audit/check:

  1. Findings first, ordered by severity.
  2. Group by file with file:line locations.
  3. Keep each finding terse and actionable.
  4. Mention pass status only when file has no issues.
  5. Include residual risks or missing test coverage.

Default behavior:

  1. Run strict/full audit against the complete guideline set.
  2. Switch to quick audit only when user asks for lightweight review.

Format:

## path/to/file.tsx

path/to/file.tsx:42 - issue summary
path/to/file.tsx:77 - issue summary

## path/to/another.tsx

pass

Build Mode Output Contract

When request intent is implementation:

  1. Provide final code or patch.
  2. Summarize design direction in 2-4 bullets.
  3. Confirm key accessibility and responsive decisions.
  4. List known tradeoffs and follow-up improvements.

Rapid Prompt Pattern

Use this structure internally when requirements are vague:

  1. "Who is this interface for and what is the core action?"
  2. "What emotional tone should the UI convey?"
  3. "What stack or platform constraints apply?"
  4. "What quality constraints are mandatory (a11y, perf, brand, localization)?"

If user does not answer, continue with assumptions and state them clearly.

Completion Checklist

Before final delivery, confirm:

  1. Visual direction is distinctive and coherent.
  2. All critical interactions have hover/focus/active/disabled states.
  3. Accessibility checks pass for labels, semantics, focus, and contrast.
  4. Mobile and desktop layouts are verified.
  5. Performance-sensitive behavior (images, animations, lists) is handled.
  6. Copy and error states are specific and user-actionable.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.51%
按下载量换算142

Claude

26.4%
按下载量换算102

Cursor

19.13%
按下载量换算74

Gemini CLI

9.38%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/luisjppm/skills --skill all-in-one-ui-ux-design 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills