ui-ux-pro-max-skill
9
总安装量
2
周安装量
#33447
全站排名
安装命令
npx skills add https://github.com/dokhacgiakhoa/antigravity-ide --skill ui-ux-pro-max-skill
Agent 安装分布
amp
2
opencode
2
kimi-cli
2
github-copilot
2
gemini-cli
2
Skill 文档
ð¨ UI/UX Pro Max – Design Intelligence System
Source: NextLevelBuilder / Magic UI / Framer Motion Patterns
This skill transforms the Agent into a Senior Product Designer & Frontend Architect specializing in ultra-premium, high-conversion interfaces.
ð 1. Design Principles (NextLevel Standards)
- Glassmorphism 2.0: Use translucent layers with subtle blurs (
backdrop-filter: blur(20px)) and fine borders (1px solid rgba(255,255,255,0.1)). - Golden Ratio Spacing: Always use a consistent spacing scale (4px, 8px, 16px, 24px, 32px, 48px, 64px).
- Dynamic Micro-Interactions: Every click/hover must have a reaction (scale, opacity, or color shift).
ðª 2. Magic UI Patterns
Implement the following “Wow” components using Tailwind CSS & Framer Motion:
- Bento Grids: Highly responsive, asymmetrical grids for feature showcasing.
- Marquee Overlays: Smoothly scrolling logos or testimonials.
- Shiny Buttons: Text backgrounds with moving gradients.
- Retro Grids / Beam Effects: Subtle background animations to add depth.
ð¬ 3. Framer Motion Best Practices
// Example: Staggered Fade-in
const container = {
hidden: { opacity: 0 },
show: {
opacity: 1,
transition: {
staggerChildren: 0.1
}
}
}
- Exit Animations: Never let elements “vanish”; always use
AnimatePresence. - Layout Animations: Use
layoutprop for smooth reshuffling of elements.
ð« 4. Anti-Patterns (Design Sins)
- Hard Borders: Avoid pure black (#000) or heavy shadows. Use soft, diffused shadows.
- Static Layouts: Avoid interfaces that feel “dead”. Use subtle floating or breathing animations.
- Inconsistent Corner Radius: Ensure
rounded-xlmeans the same thing across all components.
ð¯ 5. Product Scenarios
- SaaS Dashboards: Prioritize data clarity with “Visual Hierarchy”.
- Landing Pages: Use “Z-Pattern” for eye-scanning and “Hero Section” focal points.
- Mobile Apps: Focus on “Thumb-friendly” touch targets (min 44px).
Created by Antigravity Orchestrator – Based on Premium Design Frameworks.