What problem does it solve? Teams and AI agents working on a Laravel codebase often guess at project conventions, producing inconsistent code across validation style, architecture, testing, and database patterns. This Skill systematically analyzes how the application is actually written and records the findings as durable, path-scoped rules in .ai/rules so every future agent and teammate follows the same conventions. ## Core Features & Use Cases - Systematic Convention Sweep: Evaluates roughly 49 Laravel convention dimensions across validation, controllers, Eloquent, architecture, frontend, database, testing, and responses using a structured checklist with grep hints. - Architecture Mapping: Maps non-default app/ directories (Actions, Services, DTOs, Queries, domain modules) and records deliberate structural choices, including consistent absences like "no repository layer". - Conflict Detection & Evidence Bar: Requires at least 3 consistent examples per convention, reports genuinely mixed patterns as conflicts instead of picking a winner, and skips framework defaults or tool-owned formatting. - Rule Recording: Records approved conventions via the Boost record-rule MCP tool with precise path globs, falling back to manual rule text when the tool is unavailable. - Use Case: When onboarding an AI agent to an existing Laravel app, run the sweep to discover that the project uses inline validation, Action classes invoked via handle(), and legacy accessors, then record those as rules so all future generated code matches. ## Quick Start Ask the agent to analyze this Laravel project's conventions and record them as rules in .ai/rules.