Ios Accessibility

🌐Community
by dpearson2699 · vlatest · Repository

This skill helps generate iOS accessibility labels and descriptions for images and videos, improving content reachability and compliance.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "ios-accessibility": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ios-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 understand and apply iOS accessibility guidelines. It can analyze UI elements, identify potential accessibility issues (like insufficient color contrast or missing labels), and suggest improvements for a more inclusive user experience. The agent can also generate code snippets implementing specific accessibility features.

When to use it

  • During design reviews: Evaluate mockups or prototypes for accessibility compliance before development begins.
  • Code audits: Identify and fix existing accessibility issues within iOS applications.
  • Automated testing: Integrate into CI/CD pipelines to ensure ongoing adherence to accessibility standards.
  • Generating accessible UI code: Quickly create accessible components by prompting the agent to generate code with appropriate ARIA attributes or VoiceOver labels.

Key capabilities

  • Accessibility guideline analysis
  • UI element inspection
  • Code generation for accessibility features
  • Identification of contrast issues
  • Labeling suggestions

Example prompts

  • "Analyze this SwiftUI view and identify any potential accessibility problems."
  • "Generate Swift code to add VoiceOver labels to these UI elements."
  • "What is the recommended color contrast ratio for buttons on iOS?"

Tips & gotchas

  • Requires a basic understanding of iOS development concepts.
  • The skill's accuracy depends on the clarity and completeness of the provided context (e.g., code snippets or design descriptions).

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
dpearson2699
Installs
3

🌐 Community

Passed automated security scans.