What problem does it solve? Laravel offers multiple valid approaches for the same task, and inconsistent or suboptimal patterns lead to N+1 queries, security gaps, and unmaintainable code. This Skill provides an indexed rule set covering the full Laravel stack so code follows proven conventions. ## Core Features & Use Cases - Rule Index by Concern: Twenty rule files covering database performance, Eloquent, security, validation, routing, migrations, queues, caching, HTTP client, error handling, events, mail, scheduling, collections, Blade, config, testing, style, and architecture. - Consistency-First Guidance: Instructs checking existing codebase patterns before applying any rule, so changes match the project's established conventions. - Use Case: When refactoring a controller that loads posts with authors, the Skill directs you to the db-performance rules to fix N+1 queries with eager loading and the routing rules to keep controllers thin with Form Requests. ## Quick Start Ask the AI to review your Laravel controller, model, or migration for best practice violations and apply the recommended fixes.