Accessibility A11Y

🌐Community
by mindrally · vlatest · Repository

Accessibility A11Y helps ensure your website is usable by everyone, improving inclusivity and expanding your audience reach.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add accessibility-a11y npx -- -y @trustedskills/accessibility-a11y
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "accessibility-a11y": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/accessibility-a11y"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill assesses and improves the accessibility of web pages. It can identify common accessibility issues, such as missing alternative text for images or insufficient color contrast. The goal is to ensure digital content is usable by people with disabilities, adhering to WCAG guidelines.

When to use it

  • Auditing a new website: Before launch, evaluate the site's accessibility and address any potential barriers.
  • Remediating existing web pages: Identify and fix accessibility issues on current online content.
  • Ensuring compliance with accessibility standards: Verify adherence to WCAG guidelines for legal or regulatory requirements.
  • Improving user experience: Make websites more usable for a wider audience, including those with disabilities.

Key capabilities

  • Accessibility auditing
  • WCAG guideline assessment
  • Identification of common accessibility issues (e.g., missing alt text, low contrast)

Example prompts

  • "Analyze this webpage [URL] for accessibility issues and suggest fixes."
  • "Check the color contrast on this button [HTML snippet]."
  • "Does this image [URL] have appropriate alternative text?"

Tips & gotchas

The skill requires a URL or HTML content to analyze. While it identifies potential issues, remediation may require specialized knowledge of web development and accessibility best practices.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mindrally
Installs
0

🌐 Community

Passed automated security scans.