Accessibility

🌐Community
by addyosmani · vlatest · Repository

This skill provides detailed descriptions of images for visually impaired users, enhancing content accessibility and inclusivity.

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

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

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

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

About This Skill

What it does

The accessibility skill helps ensure that digital products are usable by people with a wide range of abilities, including those who use assistive technologies like screen readers. It provides guidance on implementing proper semantic HTML, keyboard navigation, and ARIA attributes to improve web accessibility standards.

When to use it

  • When developing or auditing a website for compliance with WCAG (Web Content Accessibility Guidelines)
  • When designing interfaces that need to be accessible to users with visual, auditory, motor, or cognitive impairments
  • When preparing content for public-facing platforms that require inclusive design practices

Key capabilities

  • Identifies and suggests fixes for common accessibility issues
  • Provides best practices for semantic HTML structure
  • Offers guidance on implementing ARIA roles and attributes properly
  • Ensures keyboard navigation is fully functional

Example prompts

  • "Check this webpage for accessibility issues and suggest improvements."
  • "How can I make my form more accessible to screen reader users?"
  • "What are the best practices for labeling buttons and interactive elements?"

Tips & gotchas

  • Always test with real assistive technologies or tools like axe or Lighthouse for accurate results.
  • Accessibility is not a one-time task; it requires ongoing maintenance as content and features evolve.

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
addyosmani
Installs
2.5k

🌐 Community

Passed automated security scans.