dark-mode-implementer

Installation
SKILL.md

Dark Mode Implementer

Build robust dark/light mode theming with system preference detection and persistent storage.

Core Workflow

  1. Choose strategy: CSS-only, Tailwind, or React context
  2. Define color tokens: Create semantic color variables
  3. Implement toggle: Add theme switch component
  4. Detect system preference: Respect prefers-color-scheme
  5. Persist choice: Store preference in localStorage
  6. Prevent flash: Handle initial load correctly

Strategy Comparison

Installs
240
GitHub Stars
45
First Seen
Jan 24, 2026
dark-mode-implementer — patricio0312rev/skills