What problem does it solve?
This Skill enables teams to migrate or create a new aggregate UI area within the fm-ux application, ensuring a consistent architecture and scaffolding across modules.
Core Features & Use Cases
- Provides a standardized set of templates for area migration: types, schemas, api, queries, ui components, routes, and i18n integration.
- Enables rapid bootstrap of a new entity area by wiring AppConfig, routing, and UI templates into the fm-ux layer.
- Use Case: When introducing a new domain module, generate a complete area scaffold that aligns with the existing fm-ux patterns.
Quick Start
Follow the template-driven approach: locate the existing Entity migration skeleton in .cursor/skills/migrate-ui-area, copy the templates for the new entity name, replace placeholders, and register the area in AppConfig.ts and i18n namespaces. Then implement the UI components (Area, Page, Preview, Forms) according to the copied layout.