html
Installation
SKILL.md
HTML
Write HTML that is semantic, accessible, maintainable, and easy to scan. Prefer simple structure, meaningful elements, and minimal wrapper noise.
Core Principle
Use the most appropriate HTML element for the content and interaction. Do not apply best practices mechanically.
When to Use This Skill
Use this skill when:
- writing raw HTML or template markup
- refactoring noisy or wrapper-heavy markup
- improving semantics, landmarks, or heading structure
- fixing form labeling and control choice
- deciding between
div,section,article,ul, and other structural elements - replacing custom interactions with better native HTML
- cleaning up Svelte component markup without changing its behavior