From a11y-wcag22
Audit source files for WCAG 2.2 accessibility issues. Use when asked to review accessibility, check a11y, audit components, or run /a11y-audit.
npx claudepluginhub deventually/a11y-plugin --plugin a11y-wcag22This skill uses the workspace's default tool permissions.
Audit source files for WCAG 2.2 accessibility conformance. This is the user-facing entry point — it validates arguments and dispatches the agent.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
Audit source files for WCAG 2.2 accessibility conformance. This is the user-facing entry point — it validates arguments and dispatches the agent.
/a11y-audit path/to/file.vue — audit a specific file/a11y-audit path/to/directory/ — audit all supported files in a directory/a11y-audit --changed — audit git-changed files (staged + unstaged)/a11y-audit --level AAA — override conformance level (default: AA)/a11y-audit --category "Forms and validation" — restrict to one category/a11y-audit --browser http://localhost:3000 — add browser verification/a11y-audit --no-cache — skip cache, audit all scoped files/a11y-audit — defaults to changed files, level AAAlways dispatch the agent. Never evaluate files yourself.
Parse the user's input and validate:
--level must be A, AA, or AAA. If invalid, print: "Invalid level '[value]'. Use A, AA, or AAA." and stop.--category must match one of these 9 names (case-insensitive):
--browser URLs must start with http:// or https://. If invalid, print: "Invalid URL '[value]'. URLs must start with http:// or https://." and stop.Invoke the a11y-agent agent using the Agent tool with subagent_type: "a11y-agent".
Pass the complete prompt:
Mode: audit
Arguments: [the full original user arguments as-is]
Level: [parsed level, default AA]
Category: [parsed category or "all"]
Browser URLs: [parsed URLs or "none"]
File targets: [parsed file/directory paths or "--changed" or "default --changed"]
No-cache: [true/false]
Do not proceed further. The agent handles everything: scoping, classification, parallel evaluation, aggregation, caching, and reporting.