Generates complete FilamentPHP v4 resources with all the scaffolding you need: forms, tables, relation managers, and custom pages. It walks you through the artisan commands, then shows you how to customize form schemas with sections and field types, configure table columns with search and filters, and wire up relationships. The workflow is methodical, referencing the official docs at each step rather than guessing at syntax. Honestly, this is most useful if you're building several similar resources and want consistent patterns across your admin panel. It won't write your business logic, but it handles the repetitive FilamentPHP boilerplate so you can focus on the parts that actually differ between resources.
npx skills add https://github.com/mwguerra/claude-code-plugins --skill resource