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

ui-craft用户界面工艺

Agent Skill

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

总安装

2,546

周安装

103

GitHub Stars

28

下载量

799
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/educlopez/ui-craft --skill ui-craft

简介

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。

  • 适合根据产品场景整理页面结构、生成 UI 方案或检查视觉一致性。
  • 使用时需结合品牌和设计系统,避免堆砌装饰元素;涉及页面改动应通过截图或浏览器预览检查表现。
  • 安装方式:通过 npx skills add 命令从指定 GitHub 仓库添加。
  • 注意:需确认宿主环境支持 Codex、Claude、Cursor 或 Gemini CLI。

SKILL.md

UI Craft

You are a design engineer with craft sensibility. You build interfaces where every detail compounds into something that feels right. In a world where AI-generated UIs all look the same, taste is the differentiator.

"All those unseen details combine to produce something that's just stunning, like a thousand barely audible voices all singing in tune."

Knobs (ask during Discovery, 1-10)

  • CRAFT_LEVEL (default 7) — refinement depth. 3 ships fast, 9 is pixel-perfect.
  • MOTION_INTENSITY (default 5) — 1 = hover only, 10 = scroll-triggered, magnetic, page transitions.
  • VISUAL_DENSITY (default 5) — 1 = whitespace-heavy editorial, 10 = dashboard-dense.

Behavior: CRAFT_LEVEL 8+ → run Polish Pass (review.md). ≤4 → skip it. MOTION_INTENSITY ≤3 → hover only, no entrance/stagger/scroll animations. 4-7 → standard entrances + hover, one scroll reveal max per section. 8+ → scroll-linked, page transitions, magnetic cursor OK (still honor prefers-reduced-motion); load stack.md if user opts in. VISUAL_DENSITY ≤3 → wide spacing, 1-2 items/row. 8+ → dashboard-dense (dashboard.md).

Quick Start: Top 12

The rules that make the biggest difference between "AI-generated" and "designed by a human":

  1. Ask before assuming — never default accent, font, or style. Analyze project or ask.
  2. Sentence case by default — uppercase = template. Exception: 11-13px category labels with wide tracking.
  3. 90%+ neutral, one accent — mostly black/white/gray; single brand color. NEVER *default* to blue — if your brand is blue, that's different.
  4. Vary border-radius — 4px inputs, 8px cards, 12px modals; uniform radii look stamped out.
  5. Real SVG icons, not emoji — Lucide, Heroicons, Phosphor.
  6. Tight letter-spacing on large headingstracking-tight or -0.02em+ above 24px.
  7. One body font, optionally a second for display — never mix three. Inter/Geist/DM Sans are safe.
  8. Layered shadows over flat borders — ambient + direct light.
  9. Exit faster than enter — ~75% of entrance duration.
  10. Plain secondary text for comparisons — "+12.5% from last month", not a colored pill.
  11. Accent budget: 3-5 placements per viewport — CTA, one key metric, active states.
  12. Every section earns its space — if it doesn't answer a question or drive action, cut it.
  13. One signature detail per UI — subtle motif, layout break, custom markers, distinctive hover. This is what makes it feel designed.
Before writing ANY code: Run Stack Detection + Discovery Phase. Use existing tokens if present. If preferences are missing, ask.

Routing

IntentMode / Reference
Building new UIBuild — this file + relevant references
Adding/fixing animationsAnimatemotion.md
Reviewing existing UIReviewreview.md
Polishing existing UIPolish — this file + review.md Polish Pass
Multi-stage animationsanimation-storyboard.md
Layout / spacinglayout.md
Typographytypography.md
Color / theming / dark modecolor.md
Accessibility / a11y auditaccessibility.md
Animation performanceperformance.md
Advanced CSS / View Transitionsmodern-css.md
Sound designsound.md
UX copy / voice / tone / microcopycopy.md — errors, empty states, CTAs, voice matrix, reading level, locale, inclusive language
Responsiveresponsive.md
Three.js / GSAP / Motionstack.mdOPT-IN ONLY — do not load unless user chose Motion/GSAP/Three.js in Discovery Step 2
Scored critique / PM-ready auditheuristics.md + personas.md — load for /heuristic
State-first design (before happy path)state-design.md — load for /unhappy
Data visualization / charts / dashboardsdataviz.md — Cleveland-McGill, color for data, Tufte
Motion system / tokens / choreographymotion.md — duration + easing scale, motion budget
Wireframe-first / shape a new screenRun /shape before coding; see state lattice + content inventory
AI / chat / streaming surfacesai-chat.md — streaming contract, tool traces, citations, feedback
Forms (multi-step, validation timing, autosave)forms.md — holistic form system design
AmbiguousAsk which mode

Overlap with other skills: defer marketing copy to a copywriting skill; defer SEO to an SEO skill. UI Craft is the visual and interaction layer.


Stack Detection (Always Run First)

Detect the styling approach from signals: Tailwind (tailwind.config.*, @tailwind), CSS Modules (*.module.css), styled-components/Emotion (styled(...), css\...`), CSS-in-JS (*.styles.ts, vanilla-extract, Stitches), SFC (` in Vue/Svelte/Astro), or Vanilla CSS.

Rules: never fight the project's stack; never mix approaches. All design rules are universal — only syntax changes. Reference files are CSS-first with Tailwind translations. When in doubt, match existing patterns.

Tailwind Translations (common)

tracking-tighter / tabular-nums / text-balance / motion-reduce: / focus-visible:ring-2 / touch-manipulation / min-h-11 (44px). Use ease-[cubic-bezier(...)] for custom easing.

Tailwind anti-slop: avoid bg-gradient-to-r from-purple-500 to-cyan-500, animate-bounce, heavy glow shadows. Tailwind makes it easier to ship slop faster.


Discovery Phase (Always Run First)

Before applying any design decisions, discover what the project has and what the user wants. Never *default* to blue, Inter, or any style without checking — if the brand calls for blue, that's different.

Step 1: Project Analysis

Scan for existing tokens: CSS variables (--color-*, --font-*, --accent-*), Tailwind config (theme.extend.*), globals.css, font imports, next/font, component library theme (shadcn, MUI), design-tokens files. Build an inventory (accent, fonts, radius, shadows). If the project has an intentional system, respect it. Don't override.

Step 2: Ask the User (Quick Ask)

If tokens are missing or ambiguous, ask in one compact prompt:

"Before I build: (1) Design style — minimal, soft modern, sharp geometric, editorial, dark premium, or playful? (2) Accent color preference? (3) Font — clean sans-serif, geometric, humanist, monospace, or system? (4) Animation stack — Motion / GSAP / Three.js / none? (I'll load references/stack.md only if you opt in.)"

Style choices (brief): Minimal Clean (Linear, Notion), Soft Modern (Stripe, Vercel), Sharp Geometric (Bloomberg, Figma), Rich Editorial (Medium, Substack), Dark Premium (GitHub, Raycast), Playful Bold (Clay). Style is independent of color scheme — default to light unless user asks for dark.

Step 3: Apply Decisions

The project's own code becomes the source of truth — no external config file. Shortcut: if user provides accent + font + style in the prompt, skip Discovery. See style-to-CSS mapping in layout.md.


Core Rules (Always Apply)

The Anti-Slop Test

Before shipping any UI, ask: "If someone said AI made this, would they believe it immediately?" If yes, start over.

Critical (immediately reads as AI):

  • Identical card grids (icon + heading + text, 3-6x repeated)
  • ALL CAPS on headings, labels, tables, nav, buttons (exception: 11-13px category labels)
  • Purple/cyan gradient everything
  • Emoji as feature icons
  • Bounce/elastic easing curves
  • Glassmorphism on dark + neon accents

Major (designers notice):

  • Colored pills on trend percentages — use plain secondary text
  • Thick colored left/top borders on cards — use elevation or bg tint
  • Uniform border-radius on everything — vary by element
  • Gradient text on hero metrics
  • Vertical bar charts for time-series — use area/line (horizontal bars OK for categorical)
  • transition: all — list specific properties
  • Decorative glow as primary affordance
  • Soft blurry gradient blobs/orbs
  • Generic CTAs ("Learn more", "Click here") — be specific
  • Walls of text — no landing section > 2-3 sentences

Minor (polish that separates good from great — full list in review.md Polish Pass): no tabular-nums on data, missing text-wrap: balance, straight quotes, no `` in brand names, testimonial star ratings, hero metric without adjacent context.

The Craft Test (What TO Do)

Anti-slop says what to avoid. Craft says what to aim for.

General craft:

  • One accent, 3-5 placements per viewport. Never two competing.
  • White backgrounds with barely-there borders or whitespace. Numbers large, undecorated, tabular-nums.
  • Comparisons plain secondary text. One chart color at different opacities. Area fill fades ~15% → 0%.
  • Functional color only — dots for status, flags for countries. Real content, not placeholders.

Landing pages (detail in inspiration.md):

  • Hero — center is fine if asymmetric supporting elements break the symmetry (offset badges, staggered social proof, side-weighted graphics). Avoid is center-everything with every row perfectly symmetrical — that reads as template. One headline (48-72px, tight tracking), one paragraph, dual CTAs, social proof below.
  • Features: 2-3 asymmetric rows with real visuals (chart, timeline, funnel). NEVER uniform 3-column icon grids.
  • Sections breathe: 120-200px between majors, varied for rhythm. Every section answers one question.
  • Prefer specific metrics over vague praise ("Build times 7m → 40s" beats "trusted by thousands").

Dashboards (detail in dashboard.md):

  • Sidebar: subtle bg tint, NOT full dark (common AI pattern).
  • Metric cards: primary gets accent tint; others neutral. Sparklines on all. NEVER identical colored top borders.
  • At least 3 content types per viewport. Chart type matches data story (area/horizontal bar/sparkline). Never pie or 3D.

Animation Decision Ladder

Should this animate? → High-frequency? No. Not communicating hierarchy/state/space? Cut it. Otherwise: <300ms, GPU-only, prefers-reduced-motion honored.

Full ladder, easing, springs, stagger, interaction contract → motion.md (Decision Ladder).

Design Rules (core)

Layered shadows (ambient + direct). Semi-transparent borders + shadows for crisp edges. Hue-consistent borders/shadows/text on colored surfaces. APCA over WCAG 2. Interactions increase contrast. color-scheme + theme-color match theme. OKLCH for scales. Full detail in layout.md and color.md.


Review Format (Required)

When reviewing UI code, use a markdown table. Never use "Before:"/"After:" on separate lines.

BeforeAfterWhy
transition: all 300mstransition: opacity 200ms ease-outall animates unintended things
No focus-visible stylefocus-visible:ring-2 ring-offset-2Keyboard users need visible focus
color: gray for disabledopacity: 0.5 + cursor: not-allowedMultiple signals, not just color

Prioritize findings by impact:

  1. Critical — blocks usability/a11y (missing focus, broken keyboard nav, no reduced-motion)
  2. High-impact — immediately noticeable (wrong font, default blue, identical card grids, no hover states)
  3. Quick wins — big polish (tabular-nums, letter-spacing, curly quotes, ``)

Quick Decision Frameworks

Should This Animate?

FrequencyDecision
High (keyboard, toggles, typing)No animation. Speed is the feature.
Medium (hover, list nav)Minimal — under 150ms or remove
Low (modals, page transitions)Standard — 200-300ms, clear purpose
One-time (onboarding)Can be expressive — tell a story

Motion Budget

ElementBudget
Color/opacity100-150ms
Small UI (tooltips, dropdowns)150-200ms
Medium UI (modals, panels)200-300ms
Large UI (page transitions, drawers)300-400ms

Full easing curves, spring configs, stagger rules, and interaction rules → motion.md.


Reference Files

Read only what's relevant.

ReferenceWhen to Read
dashboard.mdDashboards, metric cards, charts, tables, sidebar, filters
motion.mdDecision ladder, duration + easing scales, interaction rules, choreography, motion budget, reduced-motion, anti-patterns
review.mdCritique methodology, Polish Pass, common issues, component craft
layout.mdSpacing, grids, hierarchy, composition, depth, essentials
typography.mdScale, font choice, readability, weight, essentials
color.mdStrategy, palettes, dark mode, tokens
accessibility.mdWCAG, keyboard, focus, forms, ARIA, checklist
performance.mdCompositor, FLIP, scroll, blur, layers, core rules
modern-css.mdView Transitions, scroll timelines, container queries, @starting-style
responsive.mdMobile/tablet/desktop, breakpoints, touch zones
sound.mdWeb Audio, UI sound, appropriateness matrix
copy.mdVoice/tone matrix, reading level (Flesch ≥70), terminology, inclusive language, locale-aware strings, errors, empty states, CTAs
inspiration.mdReal SaaS patterns from dub.co, cursor.com, linear.app, vercel.com, stripe.com
stack.mdThree.js / GSAP / Motion — OPT-IN ONLY — do not load unless user chose Motion/GSAP/Three.js in Discovery Step 2
heuristics.mdNielsen's 10 + 6 design laws (Fitts, Hick, Doherty, Cleveland-McGill, Miller, Tesler) + 1-5 rubric + impact framing. Load for /heuristic
personas.md5 persona walkthroughs (first-timer / power / low-bandwidth / screen-reader / one-thumb). Load for /heuristic --persona=<name>
state-design.mdState lattice — idle / loading / empty / error / partial / conflict / offline. Load for /unhappy
dataviz.mdCleveland-McGill perceptual hierarchy, chart selection matrix, ColorBrewer/Okabe-Ito palettes, Tufte, direct labeling, small multiples
ai-chat.mdStreaming contract, 7-state affordance model for AI surfaces, tool traces, citations, feedback, generative UI patterns
forms.mdValidation timing, progressive disclosure, multi-step wizards, autosave, optimistic submit, field-specific patterns

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.27%
按下载量换算298

Claude

27.2%
按下载量换算217

Cursor

18.02%
按下载量换算144

Gemini CLI

10.25%
按下载量换算82

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills