gs-feature-architecture

Installation
SKILL.md

Feature Architecture (Clean Architecture OOP)

Layer Overview

┌─────────────────────────────────────────────────────────────────┐
│  Presentation Layer (src/features/, src/app/)                   │
│  Server Actions (thin adapters), Components, Pages              │
├─────────────────────────────────────────────────────────────────┤
│  Application Layer (src/backend/application/)                   │
│  Use Cases, DTOs, Application Services                          │
├─────────────────────────────────────────────────────────────────┤
│  Infrastructure Layer (src/backend/infrastructure/)             │
│  Repository Implementations, External Services, DI Container    │
├─────────────────────────────────────────────────────────────────┤
│  Domain Layer (src/backend/domain/)                             │
│  Entities, Value Objects, Repository Interfaces, Domain Events  │
└─────────────────────────────────────────────────────────────────┘
Installs
3
GitHub Stars
1
First Seen
Feb 28, 2026
gs-feature-architecture — gilbertopsantosjr/fullstacknextjs