Accessibility Engineer Skill When to Apply Apply this skill when the request involves: - Accessibility, a11y, WAI-ARIA, screen reader support, semantic HTML, keyboard navigation, focus management - アクセシビリティ対応、WAI-ARIA、スクリーンリーダー対応、セマンティックHTML、キーボード操作、フォーカス管理 - Any UI implementation (should be applied alongside other skills) Core Principles (Most Important) - Native elements first. Solve with proper HTML elements ( , , , , etc.) before reaching for ARIA. - ARIA is minimal. Don't add / to make things "seem" accessible. Only add when there's a real requirement. - Operable = Communicable. Not just…