gilbertopsantosjr

gilbertopsantosjr

@gilbertopsantosjr

GitHub
14 Skills
14 Total Stars
February 2026 Joined

Public Skills

gs-bun-aws-lambda

by gilbertopsantosjr

Bun AWS Lambda handlers with Clean Architecture adapter pattern. Handlers resolve Use Cases from DI Container and map domain exceptions to HTTP responses. Covers deployment patterns and cold start optimization.

Processing 1 3mo ago

gs-dynamodb-onetable

by gilbertopsantosjr

Guide for DynamoDB single-table design with Repository pattern using OneTable ORM. Use when implementing Repository classes in the Infrastructure layer, designing database schemas, or handling data persistence for Clean Architecture.

Processing 1 3mo ago

gs-nextjs-server-actions

by gilbertopsantosjr

"Guide for implementing thin adapter server actions using ZSA. Actions resolve Use Cases from DI Container and delegate business logic. Use when creating API endpoints in the Presentation layer."

Auth 1 3mo ago

gs-tanstack-react-query

by gilbertopsantosjr

TanStack React Query for data fetching with Clean Architecture. Queries return DTOs, mutations call server actions. Use when working with useQuery, useMutation, cache invalidation, or integrating ZSA server actions.

Processing 1 3mo ago

gs-nextjs-web-client

by gilbertopsantosjr

Guide for building Next.js 15+ React 19+ frontend components with Clean Architecture. Components receive DTOs from server actions, never Entities directly. Use when creating UI components, pages, layouts, forms, or client-side interactivity.

Processing 1 3mo ago

fullstacknextjs

by gilbertopsantosjr

Collection of skills for full-stack Next.js development with Clean Architecture and AWS serverless. Backend uses Entities, Use Cases, Repository pattern, and DI Container. Frontend uses thin server action adapters.

Code Gen 1 3mo ago

gs-zod-validation

by gilbertopsantosjr

"Guide for Zod validation schemas in Clean Architecture. Zod validates input SHAPE in Presentation layer; business rules belong in Entity.validate(). Use when creating input schemas for server actions."

Processing 1 3mo ago

gs-evaluate-domain-module

by gilbertopsantosjr

Evaluates feature modules for Clean Architecture compliance including Dependency Rule violations, layer separation, Entity patterns, Use Case classes, and DI Container usage.

Code Gen 1 3mo ago

gs-santry-observability

by gilbertopsantosjr

Sentry observability for Clean Architecture layers. Error tracking per layer, transaction tracing for Use Cases, user context in procedures, and performance monitoring.

Auth 1 3mo ago

gs-create-domain-module

by gilbertopsantosjr

Creates complete, production-ready feature modules following Clean Architecture OOP principles with Entities, Use Cases, Repository pattern, DI Container, and thin adapter actions. Adapted for Next.js 15+, DynamoDB/OneTable, ZSA, and Vitest.

Code Gen 1 3mo ago

gs-sst-infra

by gilbertopsantosjr

Guide for AWS serverless infrastructure using SST v3. Covers DynamoDB, Next.js deployment, Lambda handlers with Clean Architecture adapter pattern, and CI/CD configuration.

CI/CD 1 3mo ago

gs-feature-architecture

by gilbertopsantosjr

Guide for implementing features in Clean Architecture OOP with Next.js. Use when planning new features, understanding the 4-layer structure (Domain, Application, Infrastructure, Presentation), or deciding where code should live.

Code Gen 1 3mo ago

gs-create-e2e-tests

by gilbertopsantosjr

Creates tests following Clean Architecture test layers. Entity tests (pure unit), Use Case tests (mock repositories), Repository tests (DynamoDB Local), E2E tests (full flow). Uses Vitest and DI Container mocking.

Code Gen 1 3mo ago

gs-modularity-maturity-assessor

by gilbertopsantosjr

Assesses Clean Architecture compliance and maturity levels. Evaluates Dependency Rule, Entity patterns, Use Cases, Repository pattern, DI Container, and thin actions.

Docker 1 3mo ago