Skip to main content
Run any Skill in Manus
with one click

moder-web-dev

Stars78
Forks8
UpdatedJanuary 17, 2026 at 00:08

Use this skill when implementing web features to ensure modern APIs and techniques are used. Triggers: Building UI components, adding browser APIs, implementing features that could use legacy patterns. Examples: - "Add a copy to clipboard button" โ†’ ensures Clipboard API is used, not document.execCommand - "Implement drag and drop" โ†’ ensures HTML Drag and Drop API, not legacy jQuery UI - "Add form validation" โ†’ ensures Constraint Validation API, not manual validation - "Fetch data from API" โ†’ ensures fetch() with modern patterns, not XMLHttpRequest Additionally, always check for documented browser support requirements before recommending APIs. If you are asked about web development best practices or modern APIs, use this skill to provide up-to-date guidance.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly