frontend-expert
Installation
SKILL.md
Frontend Expert
Overview
Deliver accessible, production-grade frontend UI with a distinctive aesthetic and clear semantic structure.
Core Expertise Areas
Semantic HTML
- Enforce proper document structure with landmark elements (
<header>,<nav>,<main>,<article>,<section>,<aside>,<footer>) - Keep heading hierarchy logical and sequential (h1 -> h2 -> h3)
- Choose the most semantic element for each use case (
<button>for actions,<a>for navigation,<time>for dates) - Validate correct lists, tables (headers/captions), and form elements
- Prefer native semantics; add ARIA only when required