What problem does it solve?
It solves the problem of repeatedly building consistent admin page layouts by hand, which wastes time and leads to UI inconsistency.
Core Features & Use Cases
- Admin page scaffolding with design-system macros: Produces list, detail, and form templates using shared Industrial Modern Jinja2 macro components.
- Domain-aware theming: Applies the correct Tailwind color pair based on the target CRM domain (e.g., Network/IP Management, Fiber/OLTs, Tickets/Support).
- UI structure coverage: Includes page headers, cards, tables, filters/search patterns, stats blocks, breadcrumbs, sidebars, and destructive action affordances.
- Optional partial pattern for HTMX: Defines a partial template approach (prefixed with _) for dynamic sections when needed.
Quick Start
Provide the desired page_info (page type and domain) and ask the skill to generate the corresponding templates for list, detail, and form pages using the Industrial Modern macros.