Uikit Accessibility Auditor

🌐Community
by rgmez · vlatest · Repository

This tool audits your UIkit website for accessibility issues, ensuring a more inclusive and user-friendly experience for everyone.

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

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

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

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

About This Skill

What it does

This skill analyzes UIkit components for accessibility issues. It identifies potential problems with color contrast, semantic structure, and ARIA attributes to ensure a more inclusive user experience. The tool aims to improve the usability of web applications built with UIkit by flagging areas needing remediation.

When to use it

  • During development: Integrate into your build process to proactively catch accessibility issues early on.
  • Before release: Perform a final audit before deploying a UIkit-based website or application.
  • For existing websites: Assess the current accessibility of older sites built with UIkit.
  • When refactoring UIkit components: Ensure changes don't introduce new accessibility barriers.

Key capabilities

  • Accessibility auditing for UIkit components
  • Identification of color contrast issues
  • Semantic structure analysis
  • ARIA attribute validation

Example prompts

  • "Audit this UIkit component for accessibility."
  • "Check the color contrast ratio on this button."
  • "Analyze the semantic HTML structure of this form."

Tips & gotchas

This skill is specifically designed for applications using the UIkit framework. Results may be inaccurate or misleading if used with other frameworks or custom-built components.

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
6

🌐 Community

Passed automated security scans.