Jorge Luis Rojas Arcos
Community@jorggerojas ยท Santiago de Compostela, Spain
๐ฒ๐ฝ๐ช๐ธ
Agent Skills by Jorge Luis Rojas Arcos
Showing 10 vetted skills indexed across 2 GitHub repositories.
app-router
Create Next.js App Router pages, layouts, and routes under src/app.
pages-router
Organize Next.js Pages Router pages under src/pages with dynamic routes and _app.tsx and _document.tsx configurations.
hierarchy
Defines atomic design-based component hierarchy and usage rules for Pages Router projects.
providers
Centralizes React provider composition into a reusable AppProviders wrapper with TypeScript types.
stores
Centralize UI state in typed Zustand stores under src/stores.
schemas
Define and enforce form validations using Yup schemas in React and TypeScript.
testing
Define a unified testing strategy for React projects with Vitest, RTL, and Playwright.
api-routes
Create and manage Next.js API routes in src/pages/api/ with typed responses.
components-ui
Organize React UI components with standardized folder structure and central exports.
hooks
Consolidate reusable React hook logic into src/hooks with standardized exports.