원클릭으로
laravel-architecture
Generates a Laravel architecture based on best practices for modern Laravel
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates a Laravel architecture based on best practices for modern Laravel
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | laravel-architecture |
| description | Generates a Laravel architecture based on best practices for modern Laravel |
lorisleiva/laravel-actions)app/Http/Middleware/.bootstrap/app.php is the file to register middleware, exceptions, and
routing files.bootstrap/providers.php contains application specific service providers.bootstrap/app.php or
routes/console.php for console configuration.app/Console/Commands/ are
automatically available and do not require manual registration.Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution. Українською: Оптимізуй базу, повільний запит, план виконання, індекси, N+1, кешування запитів, профілювання, блокування, партиціювання, перепиши запит, аналіз продуктивності.
Use when working with lorisleiva/laravel-actions package - AsController, AsJob, AsObject, AsListener patterns, handle() signatures, and deciding which trait combination to use for a given Action class.
Use when debugging unexpected behavior in Laravel Octane with FrankenPHP - stale data between requests, memory leaks, singleton contamination, static property state, or anything that "works once then breaks".
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions. Українською: Архітектурний огляд, рев'ю архітектури, патерни проектування, чиста архітектура, мікросервіси, SOLID, DDD, зв'язність, пов'язаність, масштабованість.
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning. Українською: Проєктуй архітектуру, системний дизайн, мікросервіси, моноліт, модулі, зв'язність, пов'язаність, ADR, масштабування, компроміси, архітектурне рішення, вибір патерну.
Use before creative or constructive work (features, architecture, behavior). Transforms vague ideas into validated designs through disciplined reasoning and collaboration. Українською: брейнсторм, мозковий штурм, генерація ідей, аналіз варіантів, підходи до вирішення, накидати ідеї, обговорити рішення, вибрати підхід, проектування фічі, валідація ідеї, творче мислення, дизайн рішення.