html

Installation
SKILL.md

HTML Style Guide

This skill applies Google's HTML style guide conventions to ensure clean, semantic, and maintainable HTML code.

Core Principles

Document Structure

Always use HTML5 doctype and UTF-8 encoding:

<!doctype html>
<meta charset="utf-8">
<title>Page Title</title>

Semantic HTML

Related skills

More from the-perfect-developer/the-perfect-opencode

Installs
24
GitHub Stars
10
First Seen
Feb 27, 2026