Appkit Accessibility Auditor

🌐Community
by rgmez · vlatest · Repository

This tool audits Apple’s AppKit apps for accessibility issues, ensuring inclusive design and compliance with accessibility standards.

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

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

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

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

About This Skill

What it does

The appkit-accessibility-auditor skill assesses the accessibility of AppKit applications. It identifies potential issues related to assistive technologies, ensuring compliance with accessibility guidelines. The tool provides detailed reports highlighting areas needing improvement for users with disabilities.

When to use it

  • Pre-release testing: Evaluate a new application or feature before public release to proactively address accessibility concerns.
  • Accessibility remediation: Identify and fix existing accessibility issues in an established AppKit application.
  • Compliance checks: Verify adherence to accessibility standards (e.g., WCAG) for regulatory requirements.
  • Usability improvements: Enhance the overall user experience by making applications more inclusive and usable for everyone.

Key capabilities

  • Accessibility report generation
  • Assistive technology compatibility assessment
  • Identification of potential accessibility issues
  • Compliance with accessibility guidelines

Example prompts

  • "Audit this AppKit application for accessibility."
  • "Generate an accessibility report for [application name]."
  • "Check the compliance of this app against WCAG 2.1 AA."

Tips & gotchas

This skill requires a running instance of the target AppKit application to perform its assessment. The accuracy of the audit depends on the completeness and correctness of the application's accessibility metadata.

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
rgmez
Installs
8

🌐 Community

Passed automated security scans.