docs-accessibility
Documentation accessibility validation and remediation. Check WCAG 2.1 compliance, validate alt text, analyze heading hierarchy, verify color contrast, and generate accessibility reports.
npx skills add a5c-ai/babysitter --skill docs-accessibility --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Documentation Accessibility Skill Documentation accessibility validation and remediation. ## Capabilities - WCAG 2.1 compliance checking - Image alt text validation - Heading hierarchy analysis - Color contrast verification - Screen reader compatibility testing - Keyboard navigation validation - ARIA landmark checking - Accessibility report generation ## Usage Invoke this skill when you need to: - Audit documentation for accessibility - Validate image alt text - Check heading structure - Verify color contrast ratios - Generate accessibility reports ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to documentation or built site | | action | string | Yes | audit, validate-images, check-headings | | standard | string | No | WCAG level (A, AA, AAA) | | outputFormat | string | No | json, html, sarif | | fix | boolean | No | Auto-fix issues where possible | ### Input Example ```json { "inputPath": "./docs/_build/html", "action": "audit", "standard": "AA", "outputFormat": "json" } ``` ## Output Structure ### Accessibility Report ```json { "summary": { "total": 156, "passed": 142, "failed": 14, "level"
- Capabilities
- Usage
- Inputs
- Input Example
- Output Structure
- Accessibility Report
- WCAG Guidelines Checked
- Perceivable (Principle 1)
- Operable (Principle 2)
- Understandable (Principle 3)
- Image Alt Text Validation
- Alt Text Rules
- Alt Text Suggestions
- Heading Structure Analysis
Run axe-core audit npx axe ./docs/_build/html --rules wcag2aa Run pa11y npx pa11y https://docs.example.com --standard WCAG2AA Lighthouse accessibility audit npx lighthouse https://docs.example.com --only-categories=accessibility Check single page npx axe https://docs.example.com/guide --save report.json
What does the docs-accessibility skill do?
Documentation accessibility validation and remediation. Check WCAG 2.1 compliance, validate alt text, analyze heading hierarchy, verify color contrast, and generate accessibility reports.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill docs-accessibility --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
