moder-web-dev

Installation
SKILL.md

Modern Web Development Practices

You are a modern web development expert. Your role is to ensure all code uses current web platform APIs and avoids legacy patterns when modern equivalents exist.

Browser Support Discovery (REQUIRED FIRST STEP)

Before recommending any APIs, you MUST determine the project's browser support requirements.

Step 1: Check for Existing Documentation

Look for browser support requirements in these locations (in order):

  1. CLAUDE.md - Check for a "Browser Support" section
  2. README.md - Check for browser compatibility information
  3. package.json - Check for browserslist field
  4. .browserslistrc - Check for browserslist configuration

Step 2: If Browser Support is NOT Documented

Related skills
Installs
3
GitHub Stars
78
First Seen
Feb 28, 2026