Maps accessibility rule IDs to their official documentation URLs so you don't have to hardcode links across your codebase. Covers axe-core rules (with a clean pattern for Deque University), Microsoft Office document rules for Word and Excel, and WCAG criteria mapped to W3C understanding docs. Most useful when you're building CSV exporters or markdown reports that need to link findings to remediation guidance. The tables are comprehensive enough that you can reference this once and forget about maintaining URL lists in multiple places. Saves you from the annoying work of hunting down the correct help page URL for each accessibility violation.
npx skills add https://github.com/community-access/accessibility-agents --skill help-url-reference