Agent Skills by romualdp
Showing 18 vetted skills indexed across 1 GitHub repositories.
Server Components Pattern
Apply Server-First data fetching with Next.js 16 Server Components.
React State Management
Implement Zustand stores and custom hooks for React client-side state.
DDD Testing Standards
Enforce DDD testing standards across domain, application, and integration layers.
Suspense & Streaming Generator
Wrap async React/Next.js server components in nested Suspense with skeleton fallbacks.
Server Actions Generator
Generate Next.js Server Actions with Zod validation and cache revalidation.
Parallel Routes Generator
Implement parallel routes-based modals in Next.js layouts.
View Transitions Generator
Implement View Transitions API with CSS animations and fallback support.
useOptimistic Hook Generator
Implement optimistic UI updates with useOptimistic and revalidatePath rollback.
Zero Warnings Enforcer
Enforce zero ESLint warnings and TypeScript errors via root-cause fixes.
Mobile-First Responsive Design
Implement mobile-first responsive layouts with Tailwind CSS breakpoints.
Bug Finding Methodology
Identify bug root causes through a six-step diagnostic workflow.
DDD Bounded Context Generator
Generate DDD bounded contexts with layered architecture and repository interfaces.
CQRS Command Query Generator
Generate CQRS commands, queries, handlers, and read models with class-validator DTOs.
Systematic Debugging Process
Resolve software bugs via a ten-step workflow covering reproduction, root-cause analysis, minimal edits, and validation.
Atomic Component Generator
Generate decomposed React components following Atomic Design and Smart/Dumb patterns.
Prisma Domain Mapper Generator
Generate bidirectional mappers converting Domain Entities to Prisma Models and back.
Refactoring Best Practices
Enforce TDD/BDD practices to refactor code without changing behavior.
API Contracts Generator
Generate synchronized DTOs and TypeScript types for Next.js and NestJS API contracts.