/common-ui-design
Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).
$ npx -y skills add hoangnguyen0403/agent-skills-standard --skill common-ui-design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/common-ui-design
Context preview
The summary Claude sees to decide when to auto-load this skill.
Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).
SKILL.md
common-ui-design.SKILL.mdname: common-ui-design
description: Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).
metadata:
triggers:
keywords:
- build a page
- create a component
- design a dashboard
- landing page
- UI for
- build a layout
- make it look good
- improve the design
- build UI
- create interface
- design screenUI Design Direction
**Priority: P0 (CRITICAL)**
Before writing any code, commit to deliberate aesthetic direction.
Phase 0: Design Thinking (Mandatory Pre-Code)
Answer these before touching implementation:
1. **Purpose**: What problem this UI solve? Who uses it? 2. **Tone**: Pick one extreme and commit — brutally minimal | maximalist | retro-futuristic | editorial/magazine | luxury/refined | brutalist/raw | playful/toy-like | organic/natural | art deco | industrial/utilitarian 3. **Differentiation**: Name one thing user will remember about this interface.
Bold maximalism and refined minimalism both work — intentionality, not intensity, key.
Aesthetic Dimensions
Typography
- Pair distinctive **display font** + refined **body font**; never default to system fonts.
- Self-host via `next/font`, `@font-face`, or Google Fonts API — never CDN `<link>` in production.
- See [Font Pairing & Tone Examples](references/tones.md)
Color & Theme
- Dominant color + sharp accent > timid, evenly-distributed palettes.
- Use CSS custom properties (`--color-primary`, `--color-accent`) for consistency.
- Commit: dark or light — don't default to light because it feels "safe".
Motion
- One well-orchestrated entrance (staggered reveals, `animation-delay`) > scattered micro-interactions.
- CSS-first: `@keyframes`, `transition`, `animation-delay`; React: Motion library for complex sequences.
- See [Motion Patterns](references/motion.md)
Spatial Composition
- Break grid intentionally: asymmetry, overlap, diagonal flow, grid-breaking elements.
- Generous negative space OR controlled density — never accidental middleground.
Backgrounds & Depth
- Create atmosphere: gradient meshes, noise textures, layered transparencies, grain overlays.
- Dramatic shadows and decorative borders should match chosen tone.
- Solid white/gray backgrounds = missed creative opportunity.
Anti-Patterns
- **No generic font defaults**: Inter/Roboto/Arial/system-ui produce forgettable UIs; choose characterful fonts.
- **No purple-gradient-on-white**: Most overused AI aesthetic; commit to something context-specific.
- **No scattered animations**: One orchestrated entrance beats ten random hover effects.
- **No accidental layouts**: Every spacing and positioning decision must serve aesthetic intent.
- **No same aesthetic twice**: Vary light/dark, font style, tone — never converge on single style.
References
- [Tone Palette & Font Pairings](references/tones.md) — load when choosing aesthetic direction or fonts
- [Motion Patterns](references/motion.md) — load when implementing animations or transitions
Canonical response anchors
When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
- aesthetic
- Additional task-grounded exact anchors: typography
Read more
name: common-ui-design
description: Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages, interfaces, dashboards, or applications in any framework (React, Next.js, Angular, Vue, HTML/CSS).
metadata:
triggers:
keywords:
- build a page
- create a component
- design a dashboard
- landing page
- UI for
- build a layout
- make it look good
- improve the design
- build UI
- create interface
- design screenUI Design Direction
**Priority: P0 (CRITICAL)**
Before writing any code, commit to deliberate aesthetic direction.
Phase 0: Design Thinking (Mandatory Pre-Code)
Answer these before touching implementation:
1. **Purpose**: What problem this UI solve? Who uses it? 2. **Tone**: Pick one extreme and commit — brutally minimal | maximalist | retro-futuristic | editorial/magazine | luxury/refined | brutalist/raw | playful/toy-like | organic/natural | art deco | industrial/utilitarian 3. **Differentiation**: Name one thing user will remember about this interface.
Bold maximalism and refined minimalism both work — intentionality, not intensity, key.
Aesthetic Dimensions
Typography
- Pair distinctive **display font** + refined **body font**; never default to system fonts.
- Self-host via `next/font`, `@font-face`, or Google Fonts API — never CDN `<link>` in production.
- See [Font Pairing & Tone Examples](references/tones.md)
Color & Theme
- Dominant color + sharp accent > timid, evenly-distributed palettes.
- Use CSS custom properties (`--color-primary`, `--color-accent`) for consistency.
- Commit: dark or light — don't default to light because it feels "safe".
Motion
- One well-orchestrated entrance (staggered reveals, `animation-delay`) > scattered micro-interactions.
- CSS-first: `@keyframes`, `transition`, `animation-delay`; React: Motion library for complex sequences.
- See [Motion Patterns](references/motion.md)
Spatial Composition
- Break grid intentionally: asymmetry, overlap, diagonal flow, grid-breaking elements.
- Generous negative space OR controlled density — never accidental middleground.
Backgrounds & Depth
- Create atmosphere: gradient meshes, noise textures, layered transparencies, grain overlays.
- Dramatic shadows and decorative borders should match chosen tone.
- Solid white/gray backgrounds = missed creative opportunity.
Anti-Patterns
- **No generic font defaults**: Inter/Roboto/Arial/system-ui produce forgettable UIs; choose characterful fonts.
- **No purple-gradient-on-white**: Most overused AI aesthetic; commit to something context-specific.
- **No scattered animations**: One orchestrated entrance beats ten random hover effects.
- **No accidental layouts**: Every spacing and positioning decision must serve aesthetic intent.
- **No same aesthetic twice**: Vary light/dark, font style, tone — never converge on single style.
References
- [Tone Palette & Font Pairings](references/tones.md) — load when choosing aesthetic direction or fonts
- [Motion Patterns](references/motion.md) — load when implementing animations or transitions
Canonical response anchors
When this skill applies, preserve the following domain terminology or equivalent concrete examples in the answer when relevant:
- aesthetic
- Additional task-grounded exact anchors: typography
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Other skills on agent-skills-standard.
- /android-agp-upgrade
Upgrade an Android project to Android Gradle Plugin (AGP) 9. Use when migrating to AGP 9, updating Gradle build files, migrating to built-in Kotlin, or adopting the new AGP DSL.
Open skill - /android-architecture
Apply Clean Architecture layering, modularization, and Unidirectional Data Flow in Android projects. Use when setting up project structure, placing code in layers, configuring feature/core modules, or implementing UDF patterns; defer Compose state and ViewModel/StateFlow
Open skill - /android-background-work
Implement WorkManager and background processing correctly on Android. Use when creating Worker classes, scheduling tasks, choosing between WorkManager and Foreground Services, or setting up Hilt in workers; defer FCM and notification delivery to android-notifications.
Open skill - /android-compose-migration
Migrate an Android XML View to Jetpack Compose following a structured 10-step workflow. Use when converting XML layouts to Compose, setting up Compose in an existing View-based project, or incrementally adopting Compose.
Open skill - /android-compose
Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects; defer deep-link and navigation routing to android-navigation.
Open skill - /android-concurrency
Write correct coroutine scopes, lifecycle collection, and dispatcher injection in Android production code. Use for suspend functions, coroutine scopes, and dispatcher mechanics; defer ViewModel StateFlow/LiveData architecture, Fragment lifecycle recipes,
Open skill

