What problem does it solve? Laravel offers multiple valid approaches for nearly every task, and inconsistent or suboptimal patterns lead to N+1 queries, security gaps, queue misconfigurations, and unmaintainable controllers. This Skill provides a prioritized, opinionated rule set so AI agents and developers write Laravel code that follows framework conventions and avoids common production pitfalls. ## Core Features & Use Cases - 19 Rule Categories: Covers database performance, advanced queries, security, caching, Eloquent, validation, configuration, testing, queues, routing, HTTP client, events, mail, error handling, scheduling, architecture, migrations, collections, Blade, and code style. - Incorrect vs. Correct Examples: Each rule shows concrete anti-patterns alongside the recommended implementation with runnable PHP code. - Consistency-First Guidance: Instructs agents to check sibling files for existing project patterns before applying any default rule. - Use Case: When asked to add a new API endpoint, the Skill directs the agent to use Form Request validation, implicit route model binding, thin controllers with action classes, eager loading, and proper authorization. ## Quick Start Ask the agent to review your Laravel controller or write a new Eloquent query, and it will apply the relevant best-practice rules automatically.