adr
Write an Architecture Decision Record documenting a significant technical decision.
Fix ARIA attributes and accessibility issues in web components.
$ 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.
/aria-fixContext preview
What this command does when you run it.
Fix ARIA attributes and accessibility issues in web components.
name: aria-fix description: Fix ARIA attributes and accessibility issues in web components.
Fix ARIA attributes and accessibility issues in web components.
1. Read the target component and identify accessibility issues. 2. Apply ARIA fixes by category:
3. Fix interactive element accessibility:
4. Fix form accessibility:
5. Fix semantic HTML:
6. Verify fixes do not break existing functionality.
ARIA Fixes Applied: <file> Changes: - L<N>: Added role="button" and keyboard handler to clickable div - L<N>: Added aria-label="Close dialog" to icon button - L<N>: Added aria-live="polite" to status message container - L<N>: Replaced div with semantic <nav> element Tests: verify with keyboard navigation and screen reader
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.