Screen reader
Skill a5c-ai/babysitter/library/specializations/web-development/skills/screen-reader
Screen reader compatibility, testing, and optimization.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill screen-readerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
Screen Reader Skill
Expert assistance for screen reader compatibility.
Capabilities
- Test with screen readers
- Optimize reading order
- Handle announcements
- Manage focus
- Write accessible content
Testing Tools
- NVDA (Windows)
- VoiceOver (macOS/iOS)
- JAWS (Windows)
- TalkBack (Android)
Best Practices
// Visually hidden but screen reader accessible
<span className="sr-only">Close dialog</span>
// Skip links
<a href="#main-content" className="skip-link">
Skip to main content
</a>
// Reading order
// Ensure DOM order matches visual order
Target Processes
- screen-reader-testing
- accessibility-optimization
- user-testing
What ships with it: 1 file
282 B alongside SKILL.md
- README.md282 B