🎯

remotion-best-practices

🎯Skill

from millionco/react-doctor

VibeIndex|
What it does
|

A React codebase health scanner that checks 60+ rules for security, performance, correctness, and architecture issues, producing a 0-100 health score with actionable diagnostics.

Overview

React Doctor scans your React codebase for security, performance, correctness, and architecture issues, producing a 0–100 health score with actionable diagnostics. It auto-detects your framework (Next.js, Vite, Remix, etc.), React version, and compiler setup, then runs lint checks and dead code analysis in parallel.

Key Features

  • 60+ lint rules across state & effects, performance, architecture, bundle size, security, correctness, accessibility, and framework-specific categories (Next.js, React Native)
  • Dead code detection for unused files, exports, types, and duplicates
  • 0-100 health scoring with severity-based weighting β€” errors weigh more than warnings, with thresholds at 75+ (great), 50-74 (needs work), and <50 (critical)
  • One-command setup via npx -y react-doctor@latest . with automatic framework and React version detection
  • Coding agent integration with a dedicated skill installer supporting Claude Code, Cursor, Gemini CLI, Codex, and more

Who is this for?

React developers and teams who want automated code health checks. Whether you're maintaining a large Next.js application or a Vite-powered SPA, React Doctor gives you instant visibility into code quality issues β€” security vulnerabilities, performance bottlenecks, dead code, and architecture problems β€” with a clear path to fixing them.

πŸ“¦

Same repository

millionco/react-doctor(3 items)

remotion-best-practices

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add millionco/react-doctor --skill remotion-best-practices
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add millionco/react-doctor --skill remotion-best-practices
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/remotion-best-practices/SKILL.md

SKILL.md

24Installs
-
AddedFeb 19, 2026