What problem does it solve? Laravel projects accumulate implicit conventions that new agents and teammates cannot discover without reading the whole codebase, leading to inconsistent code that fights the existing style. This Skill systematically analyzes how an application is actually written and records the findings as durable, path-scoped rules in .ai/rules. ## Core Features & Use Cases - Systematic Convention Sweep: Evaluates roughly 49 Laravel convention dimensions across validation, controllers, models, architecture, frontend, database, testing, and more, using a structured checklist with grep hints. - Architecture Discovery: Maps non-default app/ directories (Actions, Services, DTOs, Queries, domain modules) and records structural patterns and deliberate absences like "no repository layer". - Conflict & Tooling Awareness: Distinguishes real conventions from framework defaults, Pint/Rector-owned formatting, and genuinely mixed styles, reporting conflicts instead of picking winners. - Use Case: When onboarding an AI agent to an existing Laravel app, run the sweep to detect that the project uses inline validation, legacy accessors, and Action classes invoked via handle(), then record each as a rule scoped to the right path glob via the Boost record-rule MCP tool. ## Quick Start Ask the agent to analyze this Laravel project's conventions and record them as shared rules in .ai/rules.