Clean Architecture Patterns

Installation
SKILL.md

Clean Architecture Patterns

Layer Structure

┌─────────────────────────────────────┐
│      PRESENTATION LAYER             │
│  (Controllers, Widgets, Bindings)   │
├─────────────────────────────────────┤
│         DOMAIN LAYER                │
│  (Entities, Use Cases, Interfaces)  │
├─────────────────────────────────────┤
│          DATA LAYER                 │
│  (Models, Repositories, Sources)    │
└─────────────────────────────────────┘

Dependency Rule: Outer layers depend on inner layers, NEVER reverse.

Related skills

More from kaakati/rails-enterprise-dev

Installs
GitHub Stars
8
First Seen