From design
Run a comprehensive WCAG accessibility audit on a Figma component or frame
How this skill is triggered — by the user, by Claude, or both
Slash command
/design:a11y-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a full WCAG accessibility audit on a Figma component or frame, covering design lint, contrast, color blindness, and focus order.
Run a full WCAG accessibility audit on a Figma component or frame, covering design lint, contrast, color blindness, and focus order.
Identify the target. The user should provide a component name, node ID, or indicate the current selection.
Run all accessibility checks:
figma_a11y_lint with the target node ID to check text size, touch targets, and image alt textfigma_a11y_scorecard with the target node ID for an overall scorecardfigma_a11y_focus_order with the target node ID to validate tab orderCheck color contrast. For each foreground/background pair found:
figma_a11y_contrast_check with the color values and size "normal"figma_a11y_contrast_check with size "large" for large textSimulate color blindness. For the primary color pairs:
figma_a11y_color_blind_sim for protanopia, deuteranopia, and tritanopiaCompile the audit report:
Present the report to the user.
A comprehensive accessibility audit report presented to the user with actionable remediation steps.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bromso/metapowers --plugin design