name: create-page description: Add erxes frontend pages and routes using nearby plugin page, layout, routing, loading, and feature-module structure. Use for route-level page work.
Skill: Create New Page
Workflow
- Find similar page
- Copy existing structure
- Reuse existing layout/components
- Add route using existing routing pattern
- Keep folder structure consistent
- Reuse existing loading/error states
- Keep feature internals near the feature under
src/modules - Use
src/pagesfor route-level pages only when the plugin already does - Run focused validation:
pnpm nx lint <plugin>andpnpm nx build <plugin>
Important
- Do not invent new page structure
- Match nearby modules
- Preserve current UX conventions