elite-frontend-ux-layout
Sub-skill of elite-frontend-ux: Layout (+3).
Best use case
elite-frontend-ux-layout is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of elite-frontend-ux: Layout (+3).
Teams using elite-frontend-ux-layout should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/layout/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How elite-frontend-ux-layout Compares
| Feature / Agent | elite-frontend-ux-layout | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of elite-frontend-ux: Layout (+3).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Layout (+3)
## Layout
```
┌─────────────────────────────────────────────────┐
│ Top Bar (56–64px): Logo, Search, User Menu │
├──────────┬──────────────────────────────────────┤
│ Sidebar │ Main Content (breadcrumbs if deep) │
│ 240–280px│ │
│ collapsed│ Metric Cards → Charts → Tables │
│ 64–80px │ │
└──────────┴──────────────────────────────────────┘
```
| Nav scenario | Pattern |
|-------------|---------|
| 10+ sections | Collapsible sidebar |
| 3–6 sections | Top navigation |
| Secondary nav | Tabs (max 6) |
| Deep hierarchy | Breadcrumbs |
## Content Hierarchy
1. **Value-first metrics:** "You saved 4 hours" > raw numbers
2. **Actionable insights:** What should the user do next?
3. **Progressive disclosure:** Summary → detail on demand
## Empty States
```jsx
// GOOD: helpful, action-oriented
<EmptyState
icon={<InboxIcon />}
title="No messages yet"
description="When you receive messages, they'll appear here."
action={<Button>Compose message</Button>}
/>
// BAD: <p>No data</p>
```
## Toast Timing
- Default: 4–5 seconds; minimum (a11y): 6 seconds
- Formula: 500ms/word + 3s base; always include dismiss button
---Related Skills
frontend-design
Create distinctive, production-grade web interfaces with high design quality. Use for components, pages, dashboards, and full applications that need to stand out from generic AI aesthetics.
elite-frontend-ux-trigger
Sub-skill of elite-frontend-ux: Trigger.
elite-frontend-ux-required-cn-helper
Sub-skill of elite-frontend-ux: Required: cn() Helper (+3).
elite-frontend-ux-phase-0-context-analysis
Sub-skill of elite-frontend-ux: Phase 0 — Context Analysis (Answer Before Writing Any Code).
elite-frontend-ux-contrast-wcag-21-aa
Sub-skill of elite-frontend-ux: Contrast (WCAG 2.1 AA) (+4).
elite-frontend-ux-compound-components-prefer-over-prop-soup
Sub-skill of elite-frontend-ux: Compound Components (prefer over prop soup) (+3).
elite-frontend-ux-above-the-fold-essentials
Sub-skill of elite-frontend-ux: Above-the-Fold Essentials (+4).
elite-frontend-ux-9-pre-delivery-checklist
Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.
elite-frontend-ux-8-anti-patterns-never-do
Sub-skill of elite-frontend-ux: 8. Anti-Patterns (Never Do).
elite-frontend-ux-2-design-token-system
Sub-skill of elite-frontend-ux: 2. Design Token System.
elite-frontend-ux-10-implementation-order
Sub-skill of elite-frontend-ux: 10. Implementation Order.
elite-frontend-ux-1-aesthetic-commitment-choose-one-commit
Sub-skill of elite-frontend-ux: 1. Aesthetic Commitment (Choose ONE, COMMIT).