agentsclimarketplace

A11y audit

Skill bromso/metapowers/plugins/design/skills/a11y-audit

A Claude Code plugin that adds an agentic skills framework, with MCP's and a meta prompting processes. Inspired by "Superpowers" & "Figma Console MCP", but not just for development or design; but for all aspect within the digital production cycle.

Install
npx -y skills add bromso/metapowers --skill a11y-audit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run a comprehensive WCAG accessibility audit on a Figma component or frame

SKILL.md

1.5 KB, as published. Nobody here has run it

Accessibility Audit

Run a full WCAG accessibility audit on a Figma component or frame, covering design lint, contrast, color blindness, and focus order.

Process

  1. Identify the target. The user should provide a component name, node ID, or indicate the current selection.

  2. Run all accessibility checks:

    • Call figma_a11y_lint with the target node ID to check text size, touch targets, and image alt text
    • Call figma_a11y_scorecard with the target node ID for an overall scorecard
    • Call figma_a11y_focus_order with the target node ID to validate tab order
  3. Check color contrast. For each foreground/background pair found:

    • Call figma_a11y_contrast_check with the color values and size "normal"
    • Call figma_a11y_contrast_check with size "large" for large text
  4. Simulate color blindness. For the primary color pairs:

    • Call figma_a11y_color_blind_sim for protanopia, deuteranopia, and tritanopia
    • Note any pairs that lose sufficient contrast under simulation
  5. Compile the audit report:

    • Summary: total checks run, pass/fail counts
    • Lint issues (text too small, touch targets, missing alt text)
    • Contrast results (AA/AAA pass/fail per pair)
    • Color blindness results
    • Focus order analysis
    • Remediation recommendations
  6. Present the report to the user.

Output

A comprehensive accessibility audit report presented to the user with actionable remediation steps.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.