adr
Write an Architecture Decision Record documenting a significant technical decision.
Scan web application components for accessibility violations against WCAG guidelines.
$ 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.
/a11y-scanContext preview
What this command does when you run it.
Scan web application components for accessibility violations against WCAG guidelines.
name: a11y-scan description: Scan web application components for accessibility violations against WCAG guidelines.
Scan web application components for accessibility violations against WCAG guidelines.
1. Identify the target: component file, page, or entire project. 2. Scan for common WCAG 2.1 violations:
3. Check component-level issues:
4. Check form accessibility:
5. Classify findings by WCAG level (A, AA, AAA) and severity. 6. Provide specific fix instructions for each violation.
Accessibility Scan: <scope> Violations: <N> (A: <n>, AA: <n>, AAA: <n>) WCAG A (must fix): - <file>:<line> - <element> missing alt text (1.1.1) - <file>:<line> - <element> not keyboard accessible (2.1.1) WCAG AA (should fix): - <file>:<line> - contrast ratio 3.2:1, needs 4.5:1 (1.4.3) Passing: - Heading hierarchy is correct - Language attribute is set
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.