Guides the implementation of opinionated, enterprise-grade architectural patterns and project structures for Laravel applications.
The Laravel Architecture skill provides Claude with specialized knowledge for building scalable, maintainable PHP applications using a modern architectural stack. It prioritizes declarative code and strict separation of concerns, moving logic out of controllers and into invokable Actions, DTOs, and custom query builders. By following this skill's guidance, developers can implement complex state machines, manage external API integrations via Saloon services, and maintain a highly organized directory structure that scales with the project's complexity.
主な機能
01Strict type safety via DTOs and Value Objects
023 GitHub stars
03Opinionated project directory structuring
04Action-based domain logic organization
05Architectural decision trees for pattern selection
06Custom type-safe query builder implementation
ユースケース
01Implementing complex business workflows with state machines
02Restructuring a monolith into organized domain-driven actions
03Establishing a standardized project layout for a new team