Screen reader
Skill a5c-ai/babysitter/library/specializations/web-development/skills/screen-reader
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
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.
What its author says it does
Copied from the file, not written here
Screen reader compatibility, testing, and optimization.
SKILL.md
1.1 KB, 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