What problem does it solve? Filament PHP admin panels often ship as long, flat forms with rows of radio buttons, unlabeled repeaters, and cluttered navigation, making routine admin work slow and error-prone. This Skill redesigns those resources structurally so forms are faster to scan, complete, and maintain. ## Core Features & Use Cases - Structural Form Redesign: Splits long forms into tabs with persisted query strings, places related sections side by side in grids, and collapses rarely-used sections by default. - Input Upgrades: Replaces 1–10 radio button rows with native range sliders or compact inline radio grids, and adds meaningful item labels to repeaters. - Navigation & Table Optimization: Groups resources into navigation groups, adds summary placeholders on edit forms, and improves table columns with tooltips, icons, and summaries. - Use Case: Given a health-tracking Filament resource with 20+ flat fields and three rows of 10 radio buttons, restructure it into four tabs with side-by-side sleep and energy sections, range sliders for ratings, and a collapsed notes section. ## Quick Start Ask the agent to read your Filament resource file and restructure the form layout for better usability, replacing radio rows with range sliders and grouping fields into tabs.