
Fronted Design
- 1 installs
- 147 repo stars
- Updated August 4, 2026
- sunflowermm/xrk-agt
Guidance for designing and implementing high-quality frontend pages and components (web UI, landing pages, consoles) - structure, visual rules, and interaction states.
About
Provides a step-by-step approach for building quality frontend pages and components: clarifying goals, structuring hierarchy, defining visual rules, and covering hover/focus/loading/empty/error states. A developer uses it when implementing or refining web UI. Note: SKILL.md points to companion files in .cursor/skills.
- Steps from goals to layout to visual rules to interaction states
- Checks responsiveness, accessibility, and performance before delivery
Fronted Design by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,609 of 1,880 Design & UI/UX skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sunflowermm/xrk-agt --skill fronted-designAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 147 |
| Last updated | August 4, 2026 |
| Repository | sunflowermm/xrk-agt ↗ |
What it does
Guidance for designing and implementing high-quality frontend pages and components (web UI, landing pages, consoles) - structure, visual rules, and interaction states.
Files
权威入口
.cursor/skills/fronted-design/SKILL.md- 可配合:
.cursor/skills/visual-design-foundations/SKILL.md - 可配合:
.cursor/skills/interaction-design/SKILL.md
适用场景
- 从需求到页面落地的 UI 实现任务。
- 需要提升现有界面的视觉层级与一致性。
- 需要在不改业务逻辑前提下优化体验。
非适用场景
- 不用于替代业务接口设计或数据库建模。
- 不用于无依据的大改风格(需与品牌/产品目标一致)。
执行步骤
1. 明确页面目标、核心用户任务与成功标准。 2. 设计结构层级:布局、信息密度、主要操作路径。 3. 定义视觉规则:颜色、字体、间距、状态反馈。 4. 补全交互细节:hover/focus/loading/empty/error。 5. 交付前检查响应式、可访问性与性能边界。
常见陷阱
- 只改样式不改信息层级,导致可用性仍差。
- 动效过多影响主任务与页面性能。
- 忽略空态与错误态,导致体验断层。