Skip to content

Calvin-LLC/WCAG-2.2-made-easy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WCAG 2.2 Made Easy

Drop the .claude folder into any web project. Claude Code handles the rest, catching accessibility issues as you write code across all 55 WCAG 2.2 Level A and AA criteria.

Inspired by Derek Featherstone's "Accessibility for Web Design" course and everything-claude-code by Affaan Mustafa.

Setup

cp -r WCAG-2.2-made-easy/.claude your-project/

What you get

Rules only load when relevant. Edit a CSS file, you get CSS rules. Edit HTML, you get HTML rules. A hook runs after every write and flags things like missing alt attributes or outline: none without a replacement.

You also get an accessibility reviewer agent, copy-paste code patterns (forms, modals, tabs, tooltips, drag-and-drop), and checklists for dev, design, and QA.

Testing

cd .claude/tests
npm install
node accessibility-tests.js http://your-site.com

For a quick manual check, unplug your mouse and Tab through the page. If you can't reach something, see focus, or get stuck, there's a problem.

References

License

MIT

About

A comprehensive Claude Code setup to make sure your web applications are accessible, as efortlessly as possible. Following WCAG 2.2 guidelines.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors