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 unmaintainable controllers. This Skill provides an indexed rule set that guides AI-assisted writing, reviewing, and refactoring of Laravel PHP code toward consistent, framework-idiomatic patterns. ## Core Features & Use Cases - Indexed Rule Library: Twenty topic-specific rule files covering Eloquent, database performance, advanced queries, migrations, validation, routing, security, caching, queues, scheduling, mail, events, HTTP client, error handling, collections, Blade views, configuration, architecture, and style. - Consistency-First Guidance: Instructs checking existing project patterns before applying any rule, so refactors match the codebase instead of introducing competing conventions. - Concrete Code Examples: Each rule pairs incorrect and correct PHP snippets, covering issues like N+1 prevention with eager loading, atomic locks with lockForUpdate, mass-assignment protection, and queue retry configuration. - Use Case: When asked to refactor a slow Laravel admin panel, the Skill maps the concern to the db-performance and advanced-queries rules, then applies eager loading, withCount, and composite index guidance with verified syntax. ## Quick Start Ask the AI to review or write Laravel code, such as refactoring a controller with N+1 queries or creating a queued job with proper retry and backoff configuration.