home / skills / gilbertopsantosjr

gilbertopsantosjr skills

Find 22 skills from 1 repo created by gilbertopsantosjr on GitHub.

1 repo
22 skills
GitHub

Sponsored

gs-nextjs-server-actions

gilbertopsantosjr/fullstacknextjs

1
This skill guides implementing thin adapter server actions in Next.js by resolving use cases via DI and returning DTOs.
bun-aws-lambda

gilbertopsantosjr/fullstacknextjs

1
This skill helps deploy and optimize Bun-based AWS Lambda handlers across HTTP and event sources, improving cold-start, performance, and migration from Node.js.
tanstack-react-query

gilbertopsantosjr/fullstacknextjs

1
This skill provides expert guidance on TanStack React Query patterns for data fetching, mutations, caching, and server action integration in React apps.
zod-validation

gilbertopsantosjr/fullstacknextjs

1
Guide for Zod schema validation patterns in TypeScript. Use when creating validation schemas, defining types, validating forms, API inputs, or handling validation errors.
nextjs-web-client

gilbertopsantosjr/fullstacknextjs

1
This skill guides building Next.js 15+ client components with App Router, Shadcn UI, and React Hook Form for interactive UI.
feature-architecture

gilbertopsantosjr/fullstacknextjs

1
This skill guides feature planning and organization across models, DAL, services, actions, components, and pages in a layered Next.js architecture.
sst-infra

gilbertopsantosjr/fullstacknextjs

1
This skill guides AWS serverless infrastructure with SST v3, helping you deploy, manage secrets, and configure CI/CD for Next.js apps.
dynamodb-onetable

gilbertopsantosjr/fullstacknextjs

1
This skill helps you design DynamoDB single-table schemas with OneTable, generate DAL functions, and evolve schemas across services.
nextjs-server-actions

gilbertopsantosjr/fullstacknextjs

1
This skill guides implementing Next.js server actions with ZSA, including authentication, validation, and React Query integration for robust server-side
gs-create-domain-module

gilbertopsantosjr/fullstacknextjs

1
This skill helps generate production-ready feature modules using Clean Architecture principles for Next.js 15+, DynamoDB, and Vitest.
gs-create-e2e-tests

gilbertopsantosjr/fullstacknextjs

1
This skill helps you implement end-to-end testing with Clean Architecture using Vitest and DynamoDB Local across entity, use-case, repository, and E2E layers.
gs-evaluate-domain-module

gilbertopsantosjr/fullstacknextjs

1
This skill evaluates feature modules for Clean Architecture compliance, detecting dependency violations, layer separation issues, entity patterns, and DI
gs-feature-architecture

gilbertopsantosjr/fullstacknextjs

1
This skill guides planning and structuring features using Clean Architecture with domain, application, infrastructure, and presentation layers.
gs-modularity-maturity-assessor

gilbertopsantosjr/fullstacknextjs

1
This skill assesses Clean Architecture maturity and Dependency Rule compliance to improve code quality and maintainability across domains.
gs-zod-validation

gilbertopsantosjr/fullstacknextjs

1
This skill helps you enforce input shape with Zod in the presentation layer, while business rules live in entities and server actions use schemas.
gs-bun-aws-lambda

gilbertopsantosjr/fullstacknextjs

1
This skill streamlines AWS Lambda handlers with Clean Architecture, DI, and domain-to-HTTP mapping to deliver reliable, scalable serverless APIs.
skills

gilbertopsantosjr/fullstacknextjs

1
This skill guides you to implement Zod validation in the presentation layer while enforcing business rules in entities.
gs-dynamodb-onetable

gilbertopsantosjr/fullstacknextjs

1
This skill guides implementing a DynamoDB single-table design with OneTable ORM and Repository pattern to streamline persistence in Clean Architecture.
gs-nextjs-web-client

gilbertopsantosjr/fullstacknextjs

1
This skill guides building Next.js 15+ UI components with Clean Architecture, ensuring DTO-based data flow and correct server-client boundaries for
gs-santry-observability

gilbertopsantosjr/fullstacknextjs

1
This skill enhances Sentry observability across Clean Architecture layers by tracing use cases, logging per layer, and capturing user context.
gs-sst-infra

gilbertopsantosjr/fullstacknextjs

1
This skill guides AWS serverless infrastructure with SST v3, covering DynamoDB, Next.js deployment, clean-architecture Lambda handlers, and CI/CD configuration.
gs-tanstack-react-query

gilbertopsantosjr/fullstacknextjs

1
This skill helps you manage TanStack React Query with clean architecture, returning DTOs and handling queries, mutations, and cache invalidation.