install
source · Clone the upstream repo
git clone https://github.com/Napsterwanp/ai-accessibility-skill
manifest:
skill.yamlsource content
name: ai-accessibility description: Analyze and optimize websites for AI accessibility (AI-friendly web design). Based on 14 best practices for making websites readable and actionable by AI agents, screen readers, and automated tools. author: Napsterwanp version: 1.0.0 license: MIT repository: https://github.com/Napsterwanp/ai-accessibility-skill tags:
- ai
- accessibility
- a11y
- web-design
- seo
- agent-friendly
- llm entrypoints:
- pattern: "/ai-a11y" description: "Analyze a website for AI accessibility compliance and provide optimization suggestions"
- pattern: "/ai-accessibility" description: "Alias for /ai-a11y"
- pattern: "/check-ai-friendly" description: "Quick check if a website is AI-friendly" requires:
- browse