What problem does it solve? Laravel offers multiple valid ways to solve the same problem, which leads to inconsistent codebases, N+1 query bugs, security gaps, and unreliable queues. This Skill gives an AI agent a structured, indexed rulebook of Laravel best practices so generated or reviewed code follows framework conventions and avoids common defects. ## Core Features & Use Cases - Indexed Rule Library: Twenty topic-specific rule files covering Eloquent, migrations, validation, routing, security, caching, queues, scheduling, mail, events, HTTP client, Blade, collections, error handling, configuration, architecture, and style. - Consistency-First Guidance: Instructs the agent to match existing project patterns before applying any rule, avoiding the introduction of competing conventions. - Code Review and Refactoring: Maps concerns like N+1 queries, mass assignment, missing authorization, and unsafe retries to concrete rules with correct and incorrect code examples. - Use Case: When asked to add an endpoint that lists a user's orders, the agent reads the routing, validation, and db-performance rule files, then produces a resource controller with route model binding, a form request, and eager-loaded relationships. ## Quick Start Ask the agent to review your Laravel controller or write a new feature, and it will apply the relevant rule files automatically.