Accessibility Compliance

🌐Community
by aj-geddes · vlatest · Repository

Ensures digital content meets accessibility standards (WCAG) for inclusivity and legal compliance, minimizing risk & broadening user 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 aj-geddes-accessibility-compliance npx -- -y @trustedskills/aj-geddes-accessibility-compliance
2

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

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

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

About This Skill

The accessibility-compliance skill enables AI agents to audit web content against WCAG standards and generate actionable remediation reports. It helps developers identify barriers for users with disabilities by analyzing HTML structure, contrast ratios, and semantic markup.

When to use it

  • Before launching a public website to ensure legal compliance with accessibility regulations.
  • During the QA phase of development to catch missing alt text or low-color-contrast issues early.
  • When auditing legacy codebases that lack modern semantic HTML practices.
  • To generate an accessibility statement for your site’s footer or documentation.

Key capabilities

  • Scans web pages for WCAG 2.1 Level A and AA violations.
  • Detects missing alt attributes on images and non-text content.
  • Identifies insufficient color contrast between text and backgrounds.
  • Flags improper heading hierarchy and skipped navigation links.
  • Outputs structured JSON or human-readable reports with fix suggestions.

Example prompts

  • "Audit this HTML file for WCAG 2.1 Level AA compliance and list all violations."
  • "Generate an accessibility report for my landing page, focusing on color contrast and form labels."
  • "Check if all images in this document have descriptive alt text and suggest improvements."

Tips & gotchas

This skill focuses on automated detection; it cannot replace manual testing with real users who have disabilities. Ensure your AI agent has access to the full source code or rendered HTML for accurate analysis.

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
aj-geddes
Installs
105

🌐 Community

Passed automated security scans.