From superpowers-laravel
Provides patterns for consistent Laravel Nova resources including fields, actions, metrics, lenses, filters, authorization, and evolving with schema changes. Useful for admin panel development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-laravel:nova-resource-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build consistent Nova resources that mirror domain models and evolve safely.
Build consistent Nova resources that mirror domain models and evolve safely.
->sortable()/->filterable() where it delivers valueBelongsTo/HasMany/Morph* relations with searchable constraintsviewAny, view, create, update, deletetitle() consistentlynpx claudepluginhub jpcaparas/superpowers-laravel --plugin superpowers-laravelGenerates FilamentPHP v4 resources including form schemas, tables, relation managers, and actions for Laravel admin panels. Use when extending Filament with custom resources.
Provides production-grade Laravel architecture patterns: controllers, services, actions, Eloquent ORM, queues, events, caching, API resources, and route model binding.
Provides Laravel patterns for PHP apps including Eloquent ORM, migrations, routing, controllers, queues, jobs, authentication, middleware, and testing. Use for Laravel projects.