---
name: writing-web
description: Simple web development with HTML, CSS, JS, and HTMX. Use when writing or reviewing web templates, stylesheets, or scripts.
user-invocable: false
context: fork
agent: web-engineer
allowed-tools:
- Read
- Bash
- Grep
- Glob
---
# Web Development (Simple, Modern)
## Philosophy
1. **HTML first** - Semantic markup does the work
2. **CSS second** - Styling and layout
3. **HTMX third** - Server-driven interactivity
4. **JS last** - Only when nothing else works
## Patterns
### Semantic HTML
```html