What It Does
A&T Claude Skills is a collection of reusable workflow files for Claude Code, Anthropic’s AI-powered CLI tool. Skills teach Claude how to perform specialized tasks autonomously within your codebase, from accessibility auditing to code analysis.
How It Works
Skills are markdown files that define multi-step workflows. Install them in your project’s .claude/skills/ directory, and they become available as slash commands (e.g., /wcag). Claude Code reads your actual source files and produces actionable, prioritized results with file references and fix suggestions.
Current Skills
WCAG Skill — Automated WCAG 2.1 AA accessibility audits that trace render chains, check semantic HTML, flag contrast issues, audit mobile elements, and output prioritized reports with specific line numbers and remediation steps.
Use Cases
- Catch accessibility issues before user testing
- Automate compliance documentation for WCAG 2.1 AA standards
- Integrate accessibility checks into development workflows
- Reduce manual audit time by 80%+
Who Benefits
Product designers, accessibility specialists, and developers who need fast, repeatable audits without leaving their codebase. Framework-agnostic and built for real-world projects.