What problem does it solve? Laravel backend codebases drift into inconsistent patterns when multiple developers or AI agents write controllers, services, and repositories without shared conventions, causing architectural violations, N+1 queries, and unmaintainable code. ## Core Features & Use Cases - Layered Architecture Rules: Defines strict responsibilities for controllers, services, repositories, models, form requests, resources, enums, and migrations using the L0n3ly Laravel Repository With Service package. - Exact Helper Implementations: Provides verbatim code for PermissionHelper, QueryableHelper, StringSearch, MoneyHelper, and ImageHelper so authorization, pagination, fuzzy search, and currency handling stay consistent. - Compliance Audit Checklist: Ships a 15-section audit covering code quality, security, testing, and architecture alignment for PR reviews and release checks. - Use Case: When asked to build a new product management endpoint, the Skill guides creation of the repository interface and implementation, service with response chain and permission validation, thin controller with Scribe documentation, form request validation, and feature tests. ## Quick Start Use the backend-development-rules skill to create a new Product feature with repository, service, controller, form request, and resource following the project conventions.