Accessibility Wcag
🤖 AI Summary
This AI agent audits HTML code for WCAG compliance, specifically identifying non-semantic `
` elements and suggesting replacements with appropriate semantic landmarks like ``, `
How to Install
Claude Code:
git clone --depth 1 https://github.com/rohitg00/awesome-claude-code-toolkit.git && cp awesome-claude-code-toolkit/skills/accessibility-wcag ~/.claude/skills/SKILL.md -rDetails
| Category | Design → ui |
| Source | rohitg00/awesome-claude-code-toolkit |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 2.2K |
| Est. per Skill | 54 (shared across 40 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
cirq
Cirq - Quantum Computing with Python Cirq is Google Quantum AI's open-source framework for designing
crewai
CrewAI Expert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 co
error-detective
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices,
expo-tailwind-setup
Tailwind CSS Setup for Expo with react-native-css This guide covers setting up Tailwind CSS v4 in Ex
Works Well With
Skills from the same repository — often designed to work together
Agentkit Seo
Use this skill as the orchestrator for the whole repository. Its main job is to select the right mod
Api Design Patterns
- Use plural nouns: /users, /orders, /products - Nest for relationships: /users/{id}/orders - Max ne
Authentication Patterns
import jwt from "jsonwebtoken"; interface TokenPayload { sub: string; email: string;