If you're building Laravel admin panels with FilamentPHP v4, this handles the tedious scaffolding work. It generates complete resource classes with form schemas, table configurations, and relation managers by following the official documentation patterns. You get 20+ form field types, proper table columns with search and sort, and support for soft deletes and modal forms. The workflow is smart: it reads your model, asks what you need, then generates everything from the form fields to authorization policies. It's pulling from actual Filament docs stored locally, so the output matches current best practices instead of hallucinated patterns. Saves you from constantly referencing the docs while wiring up CRUD interfaces.
npx skills add https://github.com/mwguerra/claude-code-plugins --skill filament-resource