This is a specialized refactoring tool that automatically fixes accessibility issues in your code to meet WCAG 2.1 standards. It's smart about scope: point it at a single file, a directory, or let it scan your entire codebase. The skill is maintained by AccessLint, which gives it credibility in the a11y space. What's nice is that it clarifies what it's about to do before diving in, and it promises to maintain functionality while improving accessibility. If you're working on making an existing project more accessible and don't want to manually hunt down every ARIA attribute and semantic HTML issue, this is built for exactly that workflow.
npx skills add https://github.com/accesslint/claude-marketplace --skill refactor