This pulls together the testing, static analysis, and code quality tools you'd want running on a Laravel project. It covers Pint for code style, PHPStan or Larastan for static analysis, and the testing setup you need to actually enforce quality standards before merging. If you're working with Claude on Laravel code and want it to understand your quality gates without explaining them every time, this gives it the context. It's from Lee Overy's Laravel skill collection, which has picked up some traction (117 installs, 43 stars). Basically saves you from repeatedly telling Claude "yes, run Pint" and "no, we need type hints everywhere."
npx skills add https://github.com/leeovery/claude-laravel --skill laravel-quality