This is a comprehensive prompt for getting Claude to write Laravel code the right way: thin controllers, FormRequest validation, eager loading to avoid N+1 queries, and proper use of policies and resources. It's opinionated about modern Laravel patterns (10/11+) and explicitly pushes back against fat controllers and service god objects. Use it when you're building features, refactoring legacy code, or designing APIs and want responses that follow Laravel conventions instead of generic PHP. The scope is clearly backend focused, so it'll politely decline if you're not working in a Laravel context. Good safety rails and realistic about not over engineering things.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill laravel-expert