Retrieves accessibility guidance for Telerik UI for Blazor components including WCAG 2.2 Level AA guidelines and component-specific ARIA, keyboard navigation, and focus management information. Use when implementing accessible Telerik Blazor components, auditing for accessibility compliance, or needing WCAG guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telerik-blazor-plugin:telerik-blazor-accessibilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For foundational WCAG 2.2 Level AA guidelines, read [wcag-guidelines.md](wcag-guidelines.md). These apply to all components throughout implementation.
For foundational WCAG 2.2 Level AA guidelines, read wcag-guidelines.md. These apply to all components throughout implementation.
Use the telerik_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:
telerik_accessibility_assistant({
query="<Specific accessibility question about the component>",
component="<ComponentName>",
includeGeneralGuidelines=false
})
Examples:
telerik_accessibility_assistant({
query="What ARIA attributes, keyboard navigation, and screen reader support does the Grid provide?",
component="Grid",
includeGeneralGuidelines=false
})
telerik_accessibility_assistant({
query="How to ensure the DatePicker is accessible with keyboard navigation and proper labels?",
component="DatePicker",
includeGeneralGuidelines=false
})
telerik_accessibility_assistant({
query="How to add labels associated with individual inputs?",
component="Form",
includeGeneralGuidelines=false
})
npx claudepluginhub telerik/ai-plugins --plugin telerik-blazor-pluginProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.