Agent Skills by juandiego30
Showing 27 vetted skills indexed across 1 GitHub repositories.
nextjs-project-structure
Organizes Next.js projects with app router structure, feature modules, absolute imports, and path aliases in tsconfig.json.
react-vendoring
Enforce react-server-dom-webpack imports through entry-base.ts for vendored React changes.
postgresql-table-design
Automate PostgreSQL schema design covering normalization, indexing, constraints, and performance.
authoring-skills
Standardize agent skill authoring with SKILL.md frontmatter and file structure.
flags
Wire Next.js feature flags across config-shared.ts, config-schema.ts, and build/runtime paths.
nextjs-app-router
Plan Next.js App Router structures with nested layouts and route groups.
update-docs
Analyze code PR diffs and generate Next.js documentation updates.
coding-standards
Enforces coding standards for TypeScript, JavaScript, React, and Node.js projects.
prompt-engineering-patterns
Apply prompt-engineering patterns for structured outputs and production LLM workflows.
nextjs-jest
Configure Jest with next/jest and test Next.js components and API routes.
nextjs-playwright
Automate cross-browser end-to-end tests for Next.js applications with Playwright.
web-component-design
Design reusable UI components with consistent APIs across React, Vue, and Svelte.
api-design
Design RESTful APIs with consistent naming, versioning, and error handling.
pr-status-triage
Triage CI failures and PR review comments with blocker-first prioritization.
nextjs-component-patterns
Define reusable React component patterns with TypeScript for Next.js UI libraries.
nextjs-client-components
Create interactive Next.js App Router Client Components with the "use client" directive.
sql-optimization-patterns
Identify and resolve inefficient SQL patterns causing slow queries in PostgreSQL and MySQL.
senior-nextjs-architect
Architect Next.js 16+ app structures with App Router and Domain-Driven Design.
nextjs-monorepo
Define workspace boundaries and public exports for Next.js monorepos.
tailwind-nextjs
Configure Tailwind CSS v4 with theme variables for Next.js App Router projects.
nextjs-docker
Containerize Next.js apps with multi-stage Docker builds and standalone output.
turborepo-nextjs
Configure Turborepo pipelines for Next.js monorepos with pnpm workspaces.
turborepo-caching
Configure Turborepo caching with turbo.json templates for local and remote caching.
dependency-upgrade
Analyze project dependencies to plan major version upgrades with compatibility checks.