What problem does it solve? AI-generated React interfaces often look generic and ignore project theming, producing hardcoded colors and default component styling. This Skill guides the creation of intentional, production-grade Chakra UI v3 interfaces for Fredo that commit to a bold aesthetic direction and use only theme-backed semantic tokens. ## Core Features & Use Cases - Aesthetic Direction Framework: Commit to one of seven defined directions (brutalist, luxury, playful, editorial, industrial, organic, retro-futuristic) with mapped Fredo tokens, spacing, and typography rules. - Theme Token Enforcement: All colors flow through semantic tokens (bg.surface, accent.default, status.*) bridged to CSS variables, with color-mix tinting via the shared tint() helper instead of invalid alpha-appended var() references. - Anti-Pattern Guardrails: Explicit lists of layout, color, typography, and component crimes to avoid, plus motion and cognitive-load rules (Doherty threshold, skeletons over spinners, optimistic UI). - Use Case: When building a new Mission Monitor panel, the UI/UX Expert loads this Skill to pick an industrial aesthetic, encode the patterns into a design capsule, and hand it to the Developer for token-compliant implementation. ## Quick Start Ask the agent to design a new Fredo settings panel using the frontend-design skill with a luxury aesthetic and theme-aware Chakra v3 components.