with one click
claude-code-config
claude-code-config contains 3 collected skills from jarrodwatts, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Apply rigorous coding standards. Use when writing, implementing, or reviewing code.
React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives.