Web Development
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
New
Join 0+ developers using this skill
skill
Development & Code Tools
intermediate
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
| Need | See |
|---|---|
| HTML/CSS issues | |
| JavaScript patterns | |
| React/Next.js/frameworks | |
| Deploy to production | |
| Performance/SEO/a11y | |
<!DOCTYPE html> triggers quirks mode; layouts break unpredictably.class overrides element selectors regardless of order=== not == — Type coercion causes "0" == false to be trueforEach doesn't await; use for...of or Promise.allAccess-Control-Allow-Origin on the server<meta name="viewport">, mobile renders desktop-widthpreventDefault — Page reloads; call e.preventDefault() in submit handlerwidth/height causes layout shift (CLS penalty)NEXT_PUBLIC_* exposes to client; never prefix secrets"Make it responsive" → Mobile-first CSS with media queries; test at 320px, 768px, 1024px "Deploy to production" → See
deploy.md for Vercel/Netlify/VPS patterns
"Fix CORS error" → Server must send headers; proxy through same-origin if you can't control server
"Improve performance" → Lighthouse audit; focus on LCP, CLS, FID; lazy-load below-fold images
"Add SEO" → Title/description per page, semantic HTML, OG tags, sitemap.xml
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.