What problem does it solve? Website layouts, forms, menus, and custom widgets often ship with broken semantics, missing keyboard paths, and poor focus handling, making them unusable for keyboard and screen-reader users. This Skill treats accessibility as a first-class implementation constraint rather than a final polish pass. ## Core Features & Use Cases - Semantic Layout Baseline: Apply a WCAG 2.2-aware page skeleton with landmarks, skip links, and correct heading hierarchy before adding ARIA. - Focus and Navigation Guidance: Implement dialogs, menus, tabs, and drag-and-drop alternatives with complete keyboard paths and correct focus return behavior. - Accessible Forms: Build forms with programmatic labels, inline field errors, and page-level error summaries that explain how to recover. - Use Case: When auditing an existing page template, use this Skill to convert findings into structural fixes, keyboard and focus fixes, and content and label fixes. ## Quick Start Use the site-accessibility-layout skill to review this page template and make it semantic, keyboard-safe, and WCAG 2.2 compliant.