Accessibility

🌐Community
by jezweb · vlatest · Repository

This Accessibility skill helps developers ensure websites are usable by everyone, improving inclusivity and expanding potential audiences.

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 jezweb-accessibility npx -- -y @trustedskills/jezweb-accessibility
2

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

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

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

About This Skill

What it does

The jezweb-accessibility skill provides tools and guidelines to ensure web interfaces are accessible to users with disabilities. It includes features like semantic HTML validation, color contrast checks, keyboard navigation testing, and screen reader compatibility assessments.

When to use it

  • You're developing a new website or application and want to ensure compliance with accessibility standards (e.g., WCAG).
  • You need to audit an existing site for potential accessibility issues.
  • You are preparing content for users who rely on assistive technologies like screen readers.
  • You want to improve the overall user experience for people with visual, auditory, motor, or cognitive disabilities.

Key capabilities

  • Semantic HTML validation
  • Color contrast ratio analysis
  • Keyboard navigation testing
  • Screen reader compatibility checks

Example prompts

  • "Check the accessibility of this webpage for compliance with WCAG 2.1."
  • "Analyze the color contrast on this design to ensure it meets AA standards."
  • "Test if this form is fully navigable using only a keyboard."

Tips & gotchas

  • Ensure your HTML is well-structured before running semantic checks, as malformed markup can lead to false positives.
  • While automated tools are helpful, they should not replace manual testing with actual assistive technologies for full accuracy.

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
jezweb
Installs
511

🌐 Community

Passed automated security scans.