adr
Write an Architecture Decision Record documenting a significant technical decision.
Check color contrast ratios against WCAG accessibility requirements.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/check-contrastContext preview
What this command does when you run it.
Check color contrast ratios against WCAG accessibility requirements.
Check color contrast ratios against WCAG accessibility requirements.
1. Scan CSS, SCSS, and styled-components for all text color and background color pairs 2. Resolve CSS custom properties and theme variables to actual color values 3. Calculate the luminance contrast ratio for each foreground/background pair 4. Check against WCAG 2.1 requirements: 4.5:1 for normal text, 3:1 for large text (18px+ or 14px+ bold) 5. Check non-text contrast for UI components and graphical objects: 3:1 ratio 6. Identify text on images or gradients that may have insufficient contrast 7. Check focus indicator contrast against adjacent colors 8. Verify contrast in both light and dark themes if the app supports them 9. Flag transparent or semi-transparent colors that reduce effective contrast 10. Generate a report: element, foreground color, background color, ratio, pass/fail 11. Show the total pass/fail count and compliance percentage 12. Highlight the worst offenders that need immediate attention
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.