If you're running accessibility checks in your browser automation, this gives you five focused Playwright tools instead of wiring up axe-core yourself every time. You get keyboard navigation scanning, state change testing that clicks things and checks what appears, viewport audits with touch target measurements, contrast ratio checks, and accessibility tree snapshots. Two of the scans need @axe-core/playwright installed, the others run standalone. It's from the community-access org and has passed three security audits, so it's not some random repo. Useful if you want a11y testing baked into your e2e suite without reinventing the wheel.
npx skills add https://github.com/community-access/accessibility-agents --skill playwright-testing