What problem does it solve? Filament PHP admin panels often grow into long, flat forms with rows of radio buttons, unlabeled repeaters, and endless vertical scrolling. This Skill redesigns those resources structurally — splitting forms into tabs, placing sections side by side, and replacing anti-pattern inputs — so administrators complete tasks faster with less scrolling and visual noise. ## Core Features & Use Cases - Structural Form Redesign: Splits long forms into Tabs with persisted query strings, arranges related sections in side-by-side Grids, and collapses rarely-used sections by default. - Input Anti-Pattern Replacement: Converts rows of 1–10 radio buttons into range sliders or compact inline radio grids, and adds meaningful itemLabel callbacks to repeaters. - Navigation & Summary Optimization: Groups resources into NavigationGroups and adds summary Placeholders at the top of edit forms showing key record metrics. - Use Case: Given a health-tracking Filament resource with 15 flat fields and three 10-option radio rows, the Skill restructures it into four tabs (Overview, Sleep & Energy, Nutrition, Crashes & Notes) with side-by-side sections and range sliders, cutting scroll depth significantly. ## Quick Start Ask the agent to read your Filament resource file and restructure the form layout for better usability, for example: "Optimize the EnergyLogResource form — it's too long and has too many radio buttons."