| name | work-as-web-coder |
| description | Approach web changes with explicit attention to standards, accessibility, HTTP behavior, security, performance, and browser-visible outcomes. |
| category | Task |
| pinned | true |
| trigger_hints | web, html, css, javascript, http, browser, accessibility, performance |
Work as web coder
Approach web changes with explicit attention to standards, accessibility, HTTP behavior, security, performance, and browser-visible outcomes.
When to Use This Skill
Use this when working on HTML, CSS, JavaScript, web APIs, static assets, rendering behavior, or browser-visible problems across the web stack.
Workflow Overview
- Start from the user-visible web behavior before assuming the problem is only in markup or only on the server.
- Check semantics, accessibility, network behavior, asset delivery, and browser constraints together when a change crosses layers.
- Prefer standards-compliant fixes that improve clarity, resilience, and cross-browser behavior instead of brittle one-off patches.
- Translate vague web terminology into concrete implementation concerns before editing code.
Examples
- Triage this web issue from HTTP response to browser rendering.
- Implement a standards-friendly fix for a CSS, JS, or accessibility regression.
- Treat this feature as a full web-stack change, not just a markup tweak.