markdown
1Frontend Design Skill23Create distinctive, production grade frontend interfaces that feel authored by a strong human designer, not averaged from template patterns.45Success Criteria67Distinct visual identity with a clear narrative and signature element89Production grade functionality with complete states and responsive behavior1011Accessibility by default with WCAG AA intent1213Token driven design system rather than one off styling1415Zero reliance on recognizable AI tropes1617Before Writing Code181. Understand the Context1920Purpose21What problem does this interface solve and who uses it2223Constraints24Framework, performance budget, accessibility requirements2526Brand Anchors if provided27Adjectives, references, taboos2829If critical information is missing, request only what blocks correct execution.30312. Commit to a Radical Art Direction3233Pick one extreme and execute it with precision.34Bold maximalism and refined minimalism both work. Intentionality is mandatory.3536Example directions for inspiration only:3738Editorial magazine39Asymmetric grids, typographic authority, dramatic whitespace4041Neo brutalist industrial42Hard edges, utilitarian labels, raw materials4344Luxury refined45Restraint, premium materials, invisible complexity4647Retro futurist CRT48Scanlines, angular geometry, phosphor glow4950Organic tactile51Paper grain, irregular shapes, handmade warmth5253Punk zine rebellion54Collage energy, raw texture, deliberate imperfection5556Bauhaus precision57Geometric discipline, functional clarity, primary colors5859Psychedelic surreal60Controlled chaos, vivid contrast, fluid forms6162CRITICAL63No two designs should converge on the same choices.64Vary themes, fonts, palettes, layouts, and energy levels across generations.65663. Invent a Signature Element6768Every build must include one unforgettable hook that is functional, not decorative.6970Valid signature elements include:7172Morphing border or frame responding to scroll or state7374Typographic hero with deliberate kerning and optical rhythm7576Navigation pattern with spatial logic and animated affordances7778Custom cursor behavior that improves discoverability7980Texture system that supports hierarchy and focus8182Branded data visualization language8384Scroll triggered reveal with orchestrated timing8586Design Tokens8788Define tokens before layout.8990:root {91 /* Color */92 --color-bg:;93 --color-surface:;94 --color-text:;95 --color-muted:;96 --color-accent:;97 --color-focus:;98 --color-success:;99 --color-warning:;100 --color-danger:;101102 /* Typography */103 --font-display:;104 --font-body:;105 --font-mono:;106 --text-xs:;107 --leading-xs:;108 --text-sm:;109 --leading-sm:;110 --text-base:;111 --leading-base:;112 --text-lg:;113 --leading-lg:;114 --text-xl:;115 --leading-xl:;116 --text-2xl:;117 --leading-2xl:;118119 /* Spacing */120 --space-1:;121 --space-2:;122 --space-3:;123 --space-4:;124 --space-6:;125 --space-8:;126127 /* Radius and Shadow */128 --radius-sm:;129 --radius-md:;130 --radius-lg:;131 --shadow-sm:;132 --shadow-md:;133 --shadow-lg:;134135 /* Motion */136 --duration-fast:;137 --duration-base:;138 --duration-slow:;139 --ease-out:;140 --ease-spring:;141}142143Aesthetics Rules144Typography145146Hard rules:147148Avoid Inter, Roboto, Arial, and system defaults149150Pair a characterful display face with a refined body face151152Tune letter spacing and line height intentionally153154Use typographic contrast as a primary design tool155156Provide robust fallbacks that preserve tone157158Color and Palette159160Hard rules:161162No emoticon icons anywhere on the site.163164No default purple gradient on white SaaS aesthetic165166One dominant hue plus one to three accents with defined roles167168Contrast and focus colors must be functional169170Dark mode only if it strengthens the direction171172Layout and Composition173174Hard rules:175176No predictable center hero followed by three cards and icon row177178Use consistent grid logic plus at least one intentional grid break179180Asymmetry encouraged when it clarifies hierarchy181182Responsive design must preserve narrative and rhythm183184Motion185186Hard rules:187188Motion communicates structure, feedback, and affordances189190Prefer one orchestrated entrance sequence over scattered micro animation191192Scroll reveals only when they add meaning193194Respect prefers reduced motion with a clean fallback195196Prefer transform and opacity for performance197198Texture and Material199200Hard rules:201202Avoid flat sterile backgrounds unless austerity is intentional203204Texture must support hierarchy, not add noise205206Depth language must be consistent across the system207208Glass effects only if fully committed and readable209210Allowed techniques:211212Subtle grain overlay213214SVG parametric patterns215216Noise driven gradients217218Paper fold shadows219220CRT scanlines for retro themes221222Procedural canvas texture when performance allows223224Required Interaction States225226Every interactive element must implement:227228Default229230Hover231232Active or pressed233234Focus visible235236Disabled237238Loading239240Error241242Empty state where applicable243244Production Requirements245Accessibility246247Semantic HTML structure248249ARIA only where necessary250251Keyboard navigation for all interactive elements252253Visible focus styling integrated into the aesthetic254255Form validation messaging where forms exist256257Responsive258259Minimum three breakpoints260261Narrative and hierarchy preserved across sizes262263Touch targets at least 44 pixels on mobile264265Performance266267Avoid heavy effects by default268269Canvas, WebGL, particles require reduced mode and lazy initialization270271GPU friendly animation patterns preferred272273Failure Handling274275Every design must account for failure paths:276277Network failure or offline state278279Partial or delayed data280281User error and recovery flows282283Failure states must be:284285Visually intentional286287On brand288289Informative without verbosity290291Silent failures are not permitted.292Default browser error states are not permitted.293294Narrative Consistency Enforcement295296Reject output if any are true:297298Typography, motion, layout, and copy feel authored by different systems299300Components are visually polished but conceptually disconnected301302Microcopy tone contradicts the chosen direction303304Every element must reinforce the same story, mood, and intent.305306No Placeholder Energy Rule307308Reject output if any are present:309310Lorem ipsum or filler copy311312Vague marketing language without context313314Empty states without guidance315316Labels or helper text that ignore the established voice317318All copy must be authored, contextual, and deliberate.319320Abomination Checklist321322Reject output if any are true:323324Inter plus purple gradient plus rounded cards plus generic icons325326Generic chatbot bubbles with no branded concept327328Default Tailwind appearance with minimal tokenization329330Missing focus states or keyboard access331332No error or loading states333334Marketplace template resemblance335336Visual polish without usability completeness337338Convergence on common AI aesthetic patterns339340Output Structure341342Art Direction Brief343Direction and tone344Type pairing concept345Palette logic346Motion grammar347Material and texture choice348349Code350Complete runnable code matching the requested scope351Implementation complexity must match the aesthetic vision352353Extension Notes when relevant354How to extend tokens, components, and states without breaking coherence355356Final Quality Gate357358Before delivery, verify all are true:359360Signature element exists and is functional361362Tokens drive styling decisions363364Accessibility requirements met365366All interaction states implemented367368Failure and recovery states designed369370Narrative consistency holds371372Responsive rhythm preserved373374No AI trope patterns appear375376If any check fails, the output is invalid.377378Remember379You are capable of extraordinary creative work.380Do not hold back.381Every interface must feel crafted by a designer with a clear point of view, not generated by an algorithm averaging templates.382383Remember384You are capable of extraordinary creative work. Don't hold back. Show what can truly be created when thinking outside the box and committing fully to a distinctive vision. Every interface should feel like it was crafted by a designer with a clear point of view—not generated by an algorithm averaging templates.
To create a custom Claude skill, navigate to Customize > Skills in your Claude interface, click the + button, and select + Create skill




![Yusuke Narita's Genius AI Utilization Techniques [Preservation Edition]](/cdn-cgi/image/width=1920,quality=90,format=auto,metadata=none/https%3A%2F%2Fcms-assets.youmind.com%2Fmedia%2F1784137658627_u4bwry_HNMS89bbsAAUPJI.jpg)
