kendo-angular-accessibility
Installation
SKILL.md
Kendo UI for Angular — Accessibility Assistant
WCAG 2.2 Level AA Guidelines
For foundational WCAG 2.2 Level AA guidelines, read wcag-guidelines.md. These apply to all components throughout implementation.
Calling the Accessibility Assistant
Use the kendo_accessibility_assistant MCP tool to retrieve component-specific accessibility guidance. Always pass includeGeneralGuidelines=false — the WCAG guidelines are already loaded from the file above and are never returned by the tool in this configuration.
Tool call:
kendo_accessibility_assistant({
query="<Specific accessibility question about the component>",
component="<ComponentName>",
includeGeneralGuidelines=false
})