experience-ui-bundle-frontend-generate
Installation
SKILL.md
UI Bundle UI
Identify the Task
Determine which category the request falls into:
| Category | Examples | Implementation Guide |
|---|---|---|
| Page | New routed page (contacts, dashboard, settings) | implementation/page.md |
| Header / Footer | Site-wide nav bar, footer, branding | implementation/header-footer.md |
| Component | Widget, card, table, form, dialog | implementation/component.md |
Layout and Navigation
appLayout.tsx is the source of truth for navigation and layout. Every page shares this shell.
When making any change that affects navigation, header, footer, sidebar, theme, or layout: