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 rulebook of Laravel best practices so code is written and reviewed against consistent, proven conventions. ## Core Features & Use Cases - Indexed Rule Files: Twenty topic-specific rule files covering Eloquent, migrations, validation, routing, queues, caching, security, testing, Blade, scheduling, and architecture. - Consistency-First Guidance: Instructs checking existing codebase patterns before applying any rule, avoiding the introduction of competing conventions. - Code Review Support: Maps concerns like N+1 queries, mass assignment, missing authorization, and queue misconfiguration to concrete incorrect/correct code examples. - Use Case: When refactoring a controller that loads posts with their authors, the Skill directs you to the db-performance rules to add eager loading with with() and prevent lazy loading violations. ## Quick Start Ask the AI to review your Laravel controller, model, or migration for best-practice violations and apply the recommended fixes.