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

Installs
38
GitHub Stars
12
First Seen
Feb 27, 2026
html — the-perfect-developer/the-perfect-opencode