ui-ux-pro-max-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.
More from nguyenphiikhanh/netro
senior-fullstack
Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects, analyzing code quality, implementing design patterns, or setting up development workflows.
1mobile-developer
Develop React Native, Flutter, or native mobile apps with modern
1mobile-design
Mobile-first design thinking and decision-making for iOS and Android apps.
1clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
1database-optimizer
Expert database optimizer specializing in modern performance
1cqrs-implementation
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
1