agentsclimarketplace

A11y

Skill bromso/metapowers/plugins/coaching/skills/a11y

Review work through the lens of an accessibility specialistFrom its SKILL.md

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

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.

SKILL.md

1.6 KB, 360 tokens by cl100k_base, as published. Nobody here has run it

Accessibility Coaching

Review "$ARGUMENTS" through the lens of an accessibility specialist. Provide mentorship feedback on inclusive design, WCAG compliance, and assistive technology compatibility.

Prerequisites

None — this is a utility skill that can run anytime.

Process

  1. Read the target:

    • Read the file, component, or content specified in "$ARGUMENTS"
  2. Check for project accessibility context:

    • Look for .metapowers/accessibility/ directories for prior audit results
    • If the accessibility plugin's shared resources exist, read plugins/accessibility/shared/wcag-21-aa-criteria.md
  3. Read reference material:

    • Read plugins/coaching/shared/feedback-format.md for output structure
  4. Evaluate for accessibility:

    • Perceivable: Alt text, captions, contrast, text resize, content reflow
    • Operable: Keyboard access, focus management, no traps, timing, navigation
    • Understandable: Language, predictability, input assistance, error messages
    • Robust: Valid markup, ARIA usage, name/role/value, status messages
    • Inclusive design: Does it work for users with visual, auditory, motor, and cognitive disabilities?
    • Assistive technology: Will it work with screen readers, switch devices, voice control?
  5. Write the coaching report to .metapowers/coaching/$ARGUMENTS/a11y-review.md following the feedback format.

Output

The accessibility coaching report written to .metapowers/coaching/$ARGUMENTS/a11y-review.md. Present the score and top 3 suggestions to the user.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.