hot-reload-optimizer

Installation
SKILL.md

Hot Reload Optimizer

Optimize development experience with fast hot module replacement.

Core Workflow

  1. Analyze bottlenecks: Identify slow rebuilds
  2. Configure HMR: Framework-specific setup
  3. Optimize bundler: Exclude heavy dependencies
  4. Setup caching: Persistent caching
  5. Monitor performance: Dev server metrics
  6. Fine-tune: Incremental improvements

Vite Configuration

// vite.config.ts
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
Related skills

More from patricio0312rev/skills

Installs
99
GitHub Stars
38
First Seen
Jan 24, 2026