Loading...
Loading...
Found 48002 skills
ricardoroche
Automates structured error responses in APIs, providing consistent JSON format with error details, request ID, and timestamp for improved debugging.
samircaus
Checks AEM Block Collection and Block Party before implementing new blocks to avoid redundant development.
ricardoroche
Automates creation of validated API response data models with Pydantic, ensuring proper field definitions and serialization.
SwiftyJunnos
Implements minimal code to pass failing tests in TDD's GREEN phase, adhering to the simplest solution principle.
djankies
Enables type-safe validation by integrating Zod v4 with React Hook Form, Next.js, Express, and tRPC frameworks.
djankies
Manages local database schema changes using versioned migrations and rapid prototyping tools.
djankies
Automates analysis of npm dependencies to identify unused packages and dead code, enhancing codebase health and maintainability.
djankies
Eliminates non-null assertions in TypeScript by promoting type-safe alternatives, enhancing code reliability and maintainability.
nathanvale
Expert guidance on Git operations including branch management, commits, and status checks for efficient version control.
AdamFehse
Manages recipe data within recipes.js, enabling creation, modification, validation, and formatting fixes for recipe structures.
djankies
Prevents database errors and P-codes from being exposed to clients in API responses, ensuring secure and user-friendly error handling.
djankies
Provides React Testing Library patterns for testing React 19 components, including interactions and Server Actions.
djankies
Validates TypeScript code for Zod v4 compatibility, detecting deprecated APIs and enforcing v4 pattern adherence.
SwiftyJunnos
Automates TDD refactoring to enhance code structure, remove duplication, and maintain test coverage without changing functionality.
djankies
Configures PrismaClient for serverless environments (Next.js, Lambda, Vercel) with connection_limit=1 and global singleton pattern to optimize database connections.
ricardoroche
Automatically verifies proper async/await usage in Python to prevent event loop errors and avoid asyncio.run misuse.
AdamFehse
Manages Supabase database schema, migrations, and RLS policies for CookMode V2 application development.
djankies
Teaches React 19 code splitting implementation using lazy() and Suspense to reduce bundle size and enhance performance.
djankies
Reviews React hook patterns to ensure compliance with React 19 and adherence to frontend development best practices.
ricardoroche
Automates schema design, input validation, error handling, and testing for AI tool functions to ensure robust implementation.
ricardoroche
Automates Python dependency management with uv and Poetry, ensuring version constraints, lock file integrity, and security.
ricardoroche
Automates enforcement of Git best practices including conventional commits, branch naming, PR templates, and release workflows.
djankies
Provides React 19 support for Web Components, handling properties vs attributes and custom events.
djankies
Manages PrismaClient lifecycle in Node.js, ensuring graceful shutdown, proper disconnect timing, and configurable logging for servers, serverless functions, and tests.