Aria Attribute Helper
Aria Attribute Helper streamlines D&D character sheet management by automatically calculating and displaying derived attributes based on your core stats.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add aria-attribute-helper npx -- -y @trustedskills/aria-attribute-helper
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aria-attribute-helper": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aria-attribute-helper"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill helps you understand and generate ARIA attributes for web accessibility. It can analyze HTML snippets, identify missing or incorrect ARIA attributes, and suggest appropriate values to improve the semantic structure of a webpage for assistive technologies. The tool aims to make websites more inclusive by ensuring they are properly accessible to users with disabilities.
When to use it
- You're developing a website or web application and want to ensure accessibility compliance.
- You need assistance understanding how ARIA attributes affect the user experience for screen reader users.
- You have existing HTML code that you suspect might be lacking proper ARIA implementation.
- You are debugging an accessibility issue reported by a user or automated testing tool.
Key capabilities
- Analyzes HTML snippets to identify missing ARIA attributes.
- Suggests appropriate ARIA attribute values based on context.
- Provides explanations of how ARIA attributes impact accessibility.
- Helps improve the semantic structure of web pages.
Example prompts
- "Analyze this HTML:
<div role="button">Click Me</div>and suggest any needed ARIA changes." - "What ARIA attribute should I use for a custom dropdown menu?"
- "Explain how
aria-labelimproves accessibility."
Tips & gotchas
The skill's effectiveness relies on providing accurate and complete HTML snippets. Understanding basic HTML structure is helpful to interpret the suggestions provided by the tool.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.