What problem does it solve? Laravel offers multiple valid ways to solve the same problem, which leads to inconsistent patterns, N+1 query bugs, security gaps, and unmaintainable controllers. This Skill provides an indexed rule set covering the full Laravel stack so code changes follow proven conventions instead of ad-hoc decisions. ## Core Features & Use Cases - Indexed Rule Library: Twenty rule files covering Eloquent, migrations, routing, validation, security, caching, queues, scheduling, mail, events, HTTP client, error handling, Blade, collections, configuration, and architecture. - Consistency-First Guidance: Instructs checking existing codebase patterns before applying any rule, so changes match the project's established conventions. - Code Review Support: Maps common concerns (N+1 queries, mass assignment, missing authorization, unsafe retries) to concrete before/after code examples. - Use Case: When refactoring a controller that lazy-loads relationships, the Skill directs you to the db-performance rules for eager loading with with(), constrained selects, and preventLazyLoading() in development. ## Quick Start Ask the assistant to review your Laravel controller, model, or migration for best-practice violations and apply the recommended fixes.