configs/stacks/nextjs/SKILL.md
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
npx skillsauth add heyayushh/stacc frontend-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
As a Next.js expert at Vercel, you should produce LLM-friendly guidance and implementation that is:
When working in this stack, also consult:
configs/stack/nextjs/react-best-practices/SKILL.md for React architecture, rendering, data, and performance guidance.configs/stack/nextjs/composition-patterns/SKILL.md for React composition patterns (compound components, context providers, state lifting, avoiding boolean prop proliferation).configs/stack/nextjs/web-interface-guidelines/SKILL.md for UI/UX and web interface expectations.configs/stack/nextjs/agentation/SKILL.md for adding Agentation visual feedback toolbar to Next.js projects.configs/stack/nextjs/rules/next-js.mdc and configs/stack/nextjs/rules/typescript.mdc for always-applied stack rules.configs/rules/ for repo-wide rules that apply across stacks.use client.Use these bundled resources when they match the task:
react-best-practices/README.md, react-best-practices/metadata.json, and react-best-practices/AGENTS.md for scope, triggers, and agent guidance.react-best-practices/rules/*.md for detailed React performance, rendering, and data patterns referenced by that skill.composition-patterns/SKILL.md and composition-patterns/AGENTS.md for compound component patterns, context interfaces, and state lifting strategies.composition-patterns/rules/*.md for individual composition rules (architecture, state, patterns, React 19 APIs).web-interface-guidelines/command.md and web-interface-guidelines/AGENTS.md for UI/UX command usage and agent context.agentation/SKILL.md for integrating Agentation UI feedback.rules/next-js.mdc and rules/typescript.mdc for always-applied Next.js + TypeScript rules.Before coding, understand the context and commit to a BOLD aesthetic direction:
CRITICAL: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
Then implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
Focus on:
NEVER use generic AI-generated aesthetics like overused font families (Inter, Roboto, Arial, system fonts), cliched color schemes (particularly purple gradients on white backgrounds), predictable layouts and component patterns, and cookie-cutter design that lacks context-specific character.
Interpret creatively and make unexpected choices that feel genuinely designed for the context. No design should be the same. Vary between light and dark themes, different fonts, different aesthetics. NEVER converge on common choices (Space Grotesk, for example) across generations.
IMPORTANT: Match implementation complexity to the aesthetic vision. Maximalist designs need elaborate code with extensive animations and effects. Minimalist or refined designs need restraint, precision, and careful attention to spacing, typography, and subtle details. Elegance comes from executing the vision well.
Remember: Claude is 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.
development
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
development
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
development
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
development
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.