chore: release v1.1.0 - add Support Team Guide and User Guide, update all docs to v1.1.0

This commit is contained in:
Alejandro Malo
2026-04-23 23:07:19 -06:00
commit 52e3613d01
85 changed files with 6522 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
---
name: screen-reader-simulator
description: Simulates screen reader experience to identify accessibility barriers in educational content.
---
# screen-reader-simulator
## Capabilities
- Simulate JAWS, NVDA, VoiceOver behavior
- Identify navigation issues
- Check alt text quality
- Validate heading structure
## Usage
Use this skill when:
- Testing interactive content
- Verifying navigation and reading order
- Checking screen reader compatibility
## Input
Content to test (HTML, text, or interactive elements).
## Output
Screen reader simulation report with:
- Reading order analysis
- Navigation issues identified
- Alt text quality assessment
- Heading structure validation
## Limitations
- Simulation is approximate
- Cannot replace actual screen reader testing
- Does not cover all screen reader variants
## Assumptions
- Content is in testable format
- HTML structure is available