What problem does it solve? Building new UI features in an established Next.js codebase often leads to inconsistent file organization, naming, and styling. This Skill enforces TheSmartHost's conventions so every new page, modal, and form matches existing patterns. ## Core Features & Use Cases - File Structure Conventions: Defines where components, pages, services, and Zustand stores live, with naming rules for CRUD modals and route groups. - Component & Form Patterns: Provides full code templates for create/update/delete modals, list pages with tables, validation, and dynamic API-driven dropdowns. - Styling Guide: Documents Tailwind CSS utility patterns for buttons, inputs, tables, badges, and responsive layouts. - Use Case: When asked to add a new "properties" management page, the Skill produces a list page with a table, create/update/delete modals, typed service calls, and notification handling that match the project's existing code. ## Quick Start Ask the AI to add a new frontend feature, such as "create a clients management page with add, edit, and delete modals following the project conventions."