Retrieves documentation, API reference, and code examples for Telerik UI for Blazor components. Use when the user asks about a specific Telerik component, needs API reference, asks how to use a component, wants code examples, or mentions component names like TelerikGrid, TelerikChart, TelerikScheduler, TelerikDatePicker, TelerikDropDownList, TelerikForm, TelerikButton, TelerikDialog, etc. Trigger on "how do I use", "what parameters does", "Telerik component example", "Telerik component docs", "/telerik", "/ask_telerik", "@telerik". One call per component — do not batch multiple components into one query.
How this skill is triggered — by the user, by Claude, or both
Slash command
/telerik-blazor-plugin:telerik-blazor-componentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before implementing any component, read [common-guidelines.md](common-guidelines.md) for the foundational rules that apply to every Telerik Blazor implementation (NuGet setup, TelerikRootComponent, attribute splatting).
Before implementing any component, read common-guidelines.md for the foundational rules that apply to every Telerik Blazor implementation (NuGet setup, TelerikRootComponent, attribute splatting).
Use the telerik_component_assistant MCP tool to retrieve accurate API reference and documentation for any Telerik UI for Blazor component.
Tool call:
telerik_component_assistant({
query="<Specific question about the component and the feature you need>",
component="<ComponentName>" // e.g. Grid, Chart, Form, DatePicker, DropDownList, etc.
})
Examples:
telerik_component_assistant({
query="How to configure paging and sorting in the Grid?",
component="Grid"
})
telerik_component_assistant({
query="What parameters does DatePicker expose for two-way binding and value change events?",
component="DatePicker"
})
telerik_component_assistant({
query="How to use DropDownList with a custom data source and value field?",
component="DropDownList"
})
component parameter (e.g., Grid, Chart, Form, DatePicker).Apply the response alongside the rules in common-guidelines.md:
Telerik.UI.for.Blazor componentsTelerikRootComponent wraps the app layouttelerik_validator_assistantProvides 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.
npx claudepluginhub telerik/ai-plugins --plugin telerik-blazor-plugin