What problem does it solve? Building new pages in the Mercur admin or vendor dashboards requires following strict conventions for routing, page composition, i18n, and UI components. This Skill ensures pages are placed in the correct src/routes directory, use the right layout patterns (list, detail, create, edit drawer), and follow dashboard UI rules like StatusBadge usage and sidebar navigation config. ## Core Features & Use Cases - List Pages: Build data tables with _DataTable, SingleColumnPage, pagination, search, filters, and row navigation to detail pages. - Detail Pages: Compose TwoColumnPage layouts with SectionRow, StatusBadge, and ActionMenu for contextual actions. - Create & Edit Flows: Implement RouteFocusModal create pages and RouteDrawer edit panels using the @edit parallel route convention. - Use Case: When adding a new entity management page to the vendor dashboard, use this Skill to scaffold the route file, export the sidebar config, and wire up loading, empty, and error states correctly. ## Quick Start Create a new list page for products in the vendor dashboard with a data table, sidebar navigation entry, and a create button linking to a modal form.