Claude-skill-registry Frontend Accessibility
Build accessible user interfaces using semantic HTML, proper ARIA attributes, keyboard navigation, color contrast, and screen reader compatibility. Use this skill when creating or editing UI components, HTML templates, JSX files, or any frontend markup. When implementing forms, interactive elements, navigation menus, modals, or dynamic content. When working with buttons, links, images, headings, or any user-facing interface elements. When ensuring keyboard accessibility, focus management, or screen reader support in React components, Vue templates, HTML files, or any frontend view files.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/frontend-accessibility" ~/.claude/skills/majiayu000-claude-skill-registry-frontend-accessibility-7660a2 && rm -rf "$T"
skills/data/frontend-accessibility/SKILL.mdFrontend Accessibility
When to use this skill
- When creating or editing UI component files (e.g.,
,.jsx
,.tsx
,.vue
,.svelte
).html - When implementing forms and form inputs
- When building interactive elements (buttons, links, dropdowns, modals)
- When creating navigation menus or site structure
- When adding images and requiring alt text
- When implementing keyboard navigation or focus management
- When choosing colors and ensuring sufficient contrast ratios
- When using ARIA attributes for complex components
- When creating heading structures and document outlines
- When building dynamic content or single-page application views
- When testing with screen readers or accessibility tools
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend accessibility.
Instructions
For details, refer to the information provided in this file: frontend accessibility