← Back to list

ui-ux-design
by yunuskorkmaz
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: ui-ux-design description: Expert in NativeWind v4, financial UI patterns, and modern mobile aesthetics.
UI/UX Design Skill
This skill ensures that the application maintains a premium, consistent, and user-friendly interface following the "Modern Green" theme.
🎨 Design Principles
- Clarity First: Financial data must be easy to read at a glance.
- Premium Feel: Use soft shadows, rounded corners (2xl), and smooth transitions.
- Green Accent: Use
#00A86Bfor primary actions and positive values. - Dark Mode: Support high-contrast dark mode with slate-900/950 backgrounds.
🧱 Component Usage
Follow the standards defined in .agent/rules/component-library.md.
- Cards: Use the standard card wrapper for all list items.
- Typography: Use
Axiformafont weights via NativeWind classes. - Status Badges: Use the predefined colors for Paid, Pending, and Overdue states.
📱 Mobile Patterns
- Safe Areas: Always use
useSafeAreaInsetsorSafeAreaViewto avoid notch/home-indicator overlaps. - Micro-interactions: Add subtle feedback on press (e.g.,
active:scale-95). - Lists: Use
FlashListorFlatListfor better performance with large datasets.
🛠️ Styling Pattern
Use the cn or clsx utility for conditional styling.
import { cn } from '~/utils/cn';
<View className={cn("p-4 rounded-xl", isPaid ? "bg-brand" : "bg-gray-100")}>
Score
Total Score
50/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