What problem does it solve? Laravel projects accumulate implicit coding conventions that new agents and teammates cannot discover without reading the entire codebase, leading to inconsistent code and conflicting patterns. ## Core Features & Use Cases - Systematic Convention Sweep: Evaluates roughly 49 Laravel convention dimensions covering validation, controllers, models, architecture, frontend, database, testing, and responses. - Architecture Discovery: Maps non-default app/ directories such as Actions, Services, DTOs, and domain modules, recording both structural patterns and deliberate absences. - Conflict Detection: Reports mixed patterns with counts and example files instead of silently picking a winner. - Rule Recording: Writes approved conventions as path-scoped rules via the Boost record-rule MCP tool so future agents follow them. - Use Case: When onboarding an AI agent to an existing Laravel app, run this skill to document that the project uses inline validation, Action classes invoked via handle(), and legacy attribute accessors, so generated code matches the house style. ## Quick Start Ask the agent to analyze this Laravel project's conventions and record them as rules in .ai/rules.