Gilbertopsantosjr
10 skills · 10 stars total
10 skills
This skill guides building Next.js 15+ UI components with Clean Architecture, ensuring DTO-based data flow and correct server-client boundaries for
This skill guides implementing a DynamoDB single-table design with OneTable ORM and Repository pattern to streamline persistence in Clean Architecture.
This skill guides implementing thin adapter server actions in Next.js by resolving use cases via DI and returning DTOs.
This skill helps you manage TanStack React Query with clean architecture, returning DTOs and handling queries, mutations, and cache invalidation.
This skill enhances Sentry observability across Clean Architecture layers by tracing use cases, logging per layer, and capturing user context.
This skill guides AWS serverless infrastructure with SST v3, covering DynamoDB, Next.js deployment, clean-architecture Lambda handlers, and CI/CD configuration.
This skill evaluates feature modules for Clean Architecture compliance, detecting dependency violations, layer separation issues, entity patterns, and DI
This skill assesses Clean Architecture maturity and Dependency Rule compliance to improve code quality and maintainability across domains.
This skill helps you enforce input shape with Zod in the presentation layer, while business rules live in entities and server actions use schemas.
This skill guides implementing Next.js server actions with ZSA, including authentication, validation, and React Query integration for robust server-side