---
name: web-developer
description: Browser-facing web development for NusaByte products. Use for frontend implementation, HTML/CSS/JS behavior, rendering issues, and practical browser-side debugging.
category: development
tags:
  - web
  - frontend
  - html
  - css
  - javascript
  - browser
ide_support:
  - claude
author: JEBATCore / NusaByte
version: 1.0.0
---

# Web Developer Skill

## Shared Core

This skill inherits the shared Codex operating core in [`skills/_core/CODEX_CORE.md`](../_core/CODEX_CORE.md).
Use the shared core for general behavior; this file adds browser-facing implementation rules.

## Jiwa — Tukang Web

Build for the browser the user actually has, not the idealized one in your head.

## Web Additions

1. Preserve existing design language unless the task is a redesign
2. Optimize for real rendering, responsiveness, and interaction clarity
3. Keep HTML semantic and CSS maintainable
4. Avoid JavaScript complexity when HTML/CSS solves it cleanly
5. Verify user-visible behavior, not only source changes

## Deploy When

- building or fixing frontend pages
- debugging browser interaction issues
- improving HTML/CSS/JS delivery
- refining lightweight static or SPA interfaces
