reviewing-nextjs-16-patterns
π―Skillfrom djankies/claude-configs
Reviews Next.js 16 architectural patterns and best practices for optimizing web application structure and performance.
Part of
djankies/claude-configs(94 items)
Installation
npx skills add https://github.com/djankies/claude-configs --skill reviewing-nextjs-16-patternsNeed more details? View full documentation on GitHub β
More from this repository10
Helps developers systematically convert existing middleware configurations to proxy-based architectures, ensuring smooth transition and minimal code disruption.
Enables efficient data retrieval by implementing pagination strategies for database queries, supporting offset and cursor-based pagination techniques.
Configures and applies theme-specific CSS variables across a project for consistent styling and easy customization.
Automates and streamlines database migration management for development environments, handling schema changes, version tracking, and deployment workflows.
Teaches developers how to effectively use generics in programming, demonstrating type-safe generic implementations and best practices across different programming languages.
Implements a pattern for optimistically updating UI state before server confirmation, improving perceived performance and responsiveness in web applications.
Helps developers migrate test suites from Jest to Vitest version 4, providing automated code transformations and migration guidance.
Automatically generates comprehensive Vitest test suites for JavaScript/TypeScript code, focusing on unit testing and code coverage.
Manages state transitions and synchronization between local and global contexts in complex application architectures.
Validates and reviews Vitest configuration files for best practices, code quality, and potential configuration issues.