html-css-best-practices

Installation
SKILL.md

HTML/CSS Best Practices Skill

Purpose

This skill defines HTML and CSS best practices for building accessible, performant, and maintainable web interfaces, specifically for the Hack23 Homepage and related projects.

Rules

Semantic HTML5

MUST USE:

  • <header> for site/page header
  • <nav> for navigation menus
  • <main> for main content (one per page)
  • <article> for self-contained content
  • <section> for thematic grouping
  • <aside> for tangential content
  • <footer> for site/page footer
  • <h1>-<h6> in hierarchical order (don't skip levels)
Related skills
Installs
91
Repository
hack23/homepage
GitHub Stars
6
First Seen
Mar 1, 2026