What problem does it solve? Laravel offers multiple valid approaches for the same task, and inconsistent or suboptimal patterns lead to N+1 queries, security gaps, and unmaintainable code. This Skill provides an indexed rule set covering the full Laravel stack so AI agents and developers apply consistent, correct patterns when writing or reviewing Laravel PHP code. ## Core Features & Use Cases - Indexed Rule Files: Twenty topic-specific rule files covering Eloquent, migrations, validation, routing, security, caching, queues, scheduling, mail, HTTP client, error handling, Blade, collections, and architecture. - Consistency-First Guidance: Instructs agents to check existing codebase patterns before applying any rule, avoiding the introduction of competing conventions. - Code Review Support: Maps concerns like N+1 detection, mass assignment, authorization, and query performance to concrete rules with correct and incorrect code examples. - Use Case: When refactoring a controller that lazy-loads relationships, the Skill directs you to the database performance rules for eager loading with with(), constrained selects, and preventLazyLoading() in development. ## Quick Start Ask the agent to review your Laravel controller, model, or migration for best practice violations and apply the recommended fixes.