一键导入
live
Lightweight live UI iteration workflow for in-situ element selection, annotation capture, and side-by-side variant exploration in real app contexts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Lightweight live UI iteration workflow for in-situ element selection, annotation capture, and side-by-side variant exploration in real app contexts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
WHEN building or reviewing data visualization in this repository; use the visx-backed, token-themed @archon-research/charting package instead of hand-rolled SVG.
Lightweight UI audit for UIKit-based apps focusing on design-token discipline, component-library correctness, functional UX quality, and practical remediation.
WHEN refining UI layout, typography, color, or polish; NOT code implementation; provides concise principles for intentional, legible design.
WHEN implementing or reviewing Ark UI components in React; focus on composition, state attributes, forms integration, and collection/tree primitives.
Generate and refresh PRODUCT.md, DESIGN.md, and PREVIEW.md from repository token artifacts, recipe contracts, and current UI code usage.
Use for day-to-day formatting in this monorepo once Oxfmt is already set up; covers config reuse, safe write/check flows, and import sorting behavior.
| name | live |
| description | Lightweight live UI iteration workflow for in-situ element selection, annotation capture, and side-by-side variant exploration in real app contexts. |
Use this skill for fast, in-situ UI improvement loops on consumer apps while staying within UIKit and token constraints.
Before iterating, confirm all of the following:
http://localhost:5173).DESIGN.md and PREVIEW.md first; they override ad hoc local style guesses.When a variant is accepted:
When all variants are rejected:
lucide-react and avoid emoji or ad hoc inline SVG icon implementations.Apply these defaults unless the user asks for a deliberate exception:
data-state="on" and semantic tokens.uppercase plus letter-spacing where that pattern is expected).When implementing option controls in this repository, use these concrete pairings:
ToggleGroup from @archon-research/design-system.segmentedControl() recipe from styled-system.&[data-state="on"] (recipe already maps selected state).border.default, interactive.selected, interactive.hover, text.default, text.muted.Switch from @archon-research/design-system.toggleSwitch() slot recipe.border.default, surface.subtle, focus ring via _focusVisible rule.DataTable contract first.letterSpacing), muted header color, no ad hoc one-off casing in sibling tables.Do not duplicate selectors that already exist in shared recipes unless there is a documented exception in DESIGN.md.
Use at most 0 to 3 knobs per variant:
Keep knobs explicit so reviewers can compare options quickly.
Choose defaults in this order:
DESIGN.md and PREVIEW.md (if present).