This applies Spatie's Laravel and PHP coding standards to any code you write or refactor. It enforces PSR-12, Laravel conventions, and opinionated rules like constructor property promotion, happy path last, early returns over else blocks, and kebab-case URLs with camelCase route names. Activate it when working on controllers, models, Blade templates, migrations, or tests. It's practical if you want consistent, idiomatic Laravel code without thinking through style decisions every time. The guidelines are well-documented and widely used in the Laravel community, so your code will look familiar to other developers who follow similar conventions.
npx skills add https://github.com/spatie/guidelines-skills --skill spatie-laravel-php