Help us improve
Share bugs, ideas, or general feedback.
From jm-adk
Designs and implements WCAG 2.1 AA accessibility patterns for web applications using native HTML first, targeted ARIA only when needed, keyboard interaction maps, focus management, screen reader semantics, contrast tokens, accessible forms, reduced motion, and inclusive interaction requirements. [EXPLICIT] Trigger: "accessibility", "WCAG", "ARIA", "a11y", "screen reader", "inclusive design"
npx claudepluginhub javimontano/jm-adk-alfaHow this skill is triggered — by the user, by Claude, or both
Slash command
/jm-adk:accessibility-designThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect." — Tim Berners-Lee
README.mdagents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdassets/README.mdassets/deliverable-checklist.mdassets/manifest.jsonevals/evals.jsonexamples/example-input.mdexamples/example-output.mdknowledge/body-of-knowledge.mdknowledge/knowledge-graph.jsonknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlApplies C++ Core Guidelines to write, review, or refactor C++ code. Enforces modern, safe, and idiomatic practices for C++17/20/23.
Share bugs, ideas, or general feedback.
"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect." — Tim Berners-Lee
Designs or implements accessible web UI behavior before or during feature
delivery. [EXPLICIT]
Use this skill to produce component-level accessibility requirements, semantic
HTML/ARIA decisions, keyboard maps, focus rules, contrast/token requirements,
form/error behavior, and acceptance criteria. [EXPLICIT]
Use accessibility-audit or accessibility-testing when the primary task is
to discover/report violations rather than design the solution. [EXPLICIT]
accessibility-audit or
accessibility-testing; this skill owns accessible design and implementation
specifications. [EXPLICIT]aria-hidden does not hide focusable or meaningful content. [EXPLICIT]outline: none) without replacementaria-label that hides or contradicts visible textaria-hidden="true"html-semantic — semantic HTML is the foundation of accessibilityform-engineering — accessible form patterns and validationresponsive-design — responsive and accessible design overlap significantlyaccessibility-audit — use when the primary output is an audit reportaccessibility-testing — use when the primary output is test automation or manual test executionExample invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |
assets/deliverable-checklist.md provides the reusable checklist for final deliverable and guardian review.