
Accesslint
- 71 repo stars
- Updated June 4, 2026
- AccessLint/skills
accesslint is a plugin marketplace that exposes WCAG 2.2 audit, fix, and verify loops—including live-DOM Chrome audits—for coding agents.
About
accesslint is an AccessLint plugin marketplace that ships one plugin pairing WCAG 2.2 discovery with agent-driven remediation. developers shipping web apps use it when accessibility cannot stay a one-time checklist: the description promises codebase sweeps and tight audit→fix→verify loops through an audit skill, so the agent can propose fixes and re-check. Live-DOM audits automatically launch Chrome via @accesslint/chrome, which lowers setup friction compared with hand-wired browser tooling. Placed on Ship/review, it supports pre-launch hardening and ongoing frontend quality, with natural overlap into Build/frontend while components are still changing. Register the marketplace, enable the plugin, invoke audit flows on pages or repos, and iterate until violations clear. Intermediate complexity reflects reading WCAG findings and validating fixes in a real browser. Strict mode is off in the manifest, which may matter for teams enforcing plugin boundaries.
- WCAG 2.2 focused find-and-fix workflows via the audit skill
- Codebase sweeps plus audit→fix→verify iteration loops
- Live-DOM audits auto-launch Chrome through @accesslint/chrome
- Single accesslint plugin (v0.8.0) in the AccessLint marketplace
- No manual Chrome setup required for live-DOM audit paths
Accesslint by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin marketplace add AccessLint/skillsAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 71 |
|---|---|
| Last updated | June 4, 2026 |
| Repository | AccessLint/skills ↗ |
What it does
Find and fix WCAG 2.2 accessibility problems with codebase sweeps and audit→fix→verify loops from your coding agent.
Who is it for?
Best when you're preparing SaaS or marketing sites for accessibility compliance and want agent-guided WCAG 2.2 workflows in Claude Code or similar agents.
Skip if: Native mobile-only apps with no web surface, or teams that only need a one-off Lighthouse score without fix loops.
What you get
After you add the marketplace, your agent can sweep code and live pages for WCAG 2.2 issues, apply fixes, and re-verify without manual Chrome setup.
- WCAG 2.2 issue reports from codebase or live-DOM audits
- Agent-guided fix iterations with re-verification passes
- Launch-readier accessible UI evidence after audit loops complete
By the numbers
- Marketplace bundles 1 plugin (accesslint v0.8.0)
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Accessibility audit-and-fix plugin marketplace, not a generic SEO or performance-only ship checklist.
FAQ
Who is Accesslint for?
Developers and small front-end teams who ship web products and need WCAG 2.2 coverage with agent-assisted remediation.
When should I use Accesslint?
Use it during Ship review or late Build frontend passes before launch, and whenever you need live-DOM verification after UI changes.
How do I add Accesslint to my agent?
Add the AccessLint/skills marketplace, install the Accesslint plugin from./plugins/Accesslint, then invoke the audit skill; live-DOM runs use @Accesslint/chrome automatically.