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):
- CLAUDE.md - Check for a "Browser Support" section
- README.md - Check for browser compatibility information
- package.json - Check for
browserslistfield - .browserslistrc - Check for browserslist configuration
Step 2: If Browser Support is NOT Documented
Related skills
More from paulkinlan/co-do
silent-failure-hunter
|
26comment-analyzer
|
25type-design-analyzer
|
22pr-test-analyzer
|
21code-reviewer
|
4agent-reviews
Review and fix PR review bot findings on current PR, loop until resolved. Fetches unanswered bot comments, evaluates each finding, fixes real bugs, dismisses false positives, and replies to every comment with the outcome.
3