React Doctor
Skill DoğrulandıExtension from millionco/react-doctor
This tool analyzes React codebases for security, performance, correctness, and architectural issues, outputting a numerical score and detailed diagnostics. It supports various scanning modes including diff-based analysis, pre-commit hooks, and structured JSON output, with options to control exit codes and skip network requests.
Yükleme
npx skills add millionco/react-doctorVercel skills CLI'yi (skills.sh) npx üzerinden çalıştırır — yerelde Node.js ve skills uyumlu en az bir ajanın (Claude Code, Cursor, Codex, …) kurulu olmasını gerektirir. Repo'nun agentskills.io biçimini izlediği varsayılır.
Benzer eklentiler
Tandem Panel Scaffold
100Scaffold an editable Tandem control panel app
ESLint Plugin React Hooks
99ESLint rules for React Hooks
React PWA
98Extension from jwynia/agent-skills
Next.js Server Component Navigation Pattern
98Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.
Next.js Server vs. Client Components
98Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.
Next.js App Router Fundamentals
98Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.