← Back to list

ux-design
by aster-void
Everything has been nixified.
⭐ 1🍴 0📅 Jan 25, 2026
SKILL.md
name: ux-design description: Design user experiences with usability focus. Use when planning user flows, navigation, forms, error handling, or accessibility. Complements frontend-design (visual) with UX structure.
Interaction
- [Scannable]: F-pattern layout, primary info top-left
- [Progressive]: essentials first → details on demand
- [Constrained]: dropdown over free text, radio over checkbox swarm
- [Recoverable]: undo for destructive, soft-delete over hard-delete
- [Semantic]:
<button>not<div onclick>,<label>for all inputs
Forms
- layout: single column, labels top-aligned
- groups: visual separation between related fields
- defaults: pre-fill from context
- password: strength indicator + reveal toggle
- submit: loading state + disable button
Feedback
- <100ms → immediate state change
-
1s → skeleton/progress bar
- success → inline confirmation at action source
- error → inline at source
- empty → guide next action: "Add your first {item}"
Destructive
- [Decision] reversible → Ctrl+Z undo | irreversible → confirm modal
- confirm modal: show affected items, require explicit action
- critical (delete account) → type-to-confirm
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon