ワンクリックで
application-architecture-standard
Defines structural rules for Laravel architecture, layering, and code organization
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Defines structural rules for Laravel architecture, layering, and code organization
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Defines DTO structure, lifecycle, and transformation rules across the application
Defines application service structure and business orchestration boundaries
Governs safe, incremental, repository-wide development workflow with continuous validation gates
Ensures correct execution order of migrations, seeders, and tests in CI
Defines the schema-to-factory-to-seeder contract chain — NOT NULL alignment, factory/seeder ownership boundaries, and schema drift rules
Defines GitHub Actions configuration for running PHP/Laravel CI pipeline
| name | application-architecture-standard |
| description | Defines structural rules for Laravel architecture, layering, and code organization |
Single source of truth for application structure and architectural boundaries.
No business logic allowed.
Holds all business logic orchestration.
Must be replaceable and contain no business logic.