elite-frontend-ux-layout

Sub-skill of elite-frontend-ux: Layout (+3).

5 stars

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

$curl -o ~/.claude/skills/layout/SKILL.md --create-dirs "https://raw.githubusercontent.com/vamseeachanta/workspace-hub/main/.agents/skills/_archive/development/elite-frontend-ux/layout/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/layout/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How elite-frontend-ux-layout Compares

Feature / Agentelite-frontend-ux-layoutStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

5
from vamseeachanta/workspace-hub

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

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Trigger.

elite-frontend-ux-required-cn-helper

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Required: cn() Helper (+3).

elite-frontend-ux-phase-0-context-analysis

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Phase 0 — Context Analysis (Answer Before Writing Any Code).

elite-frontend-ux-contrast-wcag-21-aa

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Contrast (WCAG 2.1 AA) (+4).

elite-frontend-ux-compound-components-prefer-over-prop-soup

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Compound Components (prefer over prop soup) (+3).

elite-frontend-ux-above-the-fold-essentials

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: Above-the-Fold Essentials (+4).

elite-frontend-ux-9-pre-delivery-checklist

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: 9. Pre-Delivery Checklist.

elite-frontend-ux-8-anti-patterns-never-do

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: 8. Anti-Patterns (Never Do).

elite-frontend-ux-2-design-token-system

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: 2. Design Token System.

elite-frontend-ux-10-implementation-order

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: 10. Implementation Order.

elite-frontend-ux-1-aesthetic-commitment-choose-one-commit

5
from vamseeachanta/workspace-hub

Sub-skill of elite-frontend-ux: 1. Aesthetic Commitment (Choose ONE, COMMIT).