Gluestack Accessibility

🌐Community
by thebushidocollective · vlatest · Repository

Gluestack Accessibility helps automatically add semantic HTML and ARIA attributes to your content, improving website accessibility for users with disabilities.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to integrate Gluestack UI accessibility features, ensuring mobile applications are usable for everyone regardless of ability. It provides programmatic access to standard accessibility patterns and components within the Gluestack ecosystem.

When to use it

  • Building mobile-first applications that must comply with WCAG guidelines.
  • Creating interfaces where screen reader compatibility is a critical requirement.
  • Developing forms or navigation menus that need robust keyboard and touch interaction support.
  • Ensuring consistent accessibility behavior across different Gluestack UI components.

Key capabilities

  • Integration of Gluestack-specific accessibility attributes and props.
  • Support for semantic HTML generation within React Native environments.
  • Automated handling of focus management and ARIA labels.
  • Compatibility with standard mobile accessibility testing tools.

Example prompts

  • "Generate a Gluestack UI login form that is fully accessible for screen readers."
  • "Create a navigation drawer using Gluestack components with proper focus trapping."
  • "Refactor this existing component to include Gluestack accessibility best practices."

Tips & gotchas

Ensure your development environment has the latest version of Gluestack UI installed to access all current accessibility features. Test your implementations on actual assistive technologies like VoiceOver or TalkBack rather than relying solely on automated checks.

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
thebushidocollective
Installs
28

🌐 Community

Passed automated security scans.