Retrieves documentation, API reference, and code examples for Kendo UI for Angular components. Use when the user asks about a specific Kendo component, needs API reference, asks how to use a component, wants code examples, or mentions component names like Grid, Chart, Scheduler, DatePicker, DropDownList, Forms, Button, Dialog, Editor, etc. Trigger on "how do I use", "what inputs does", "Kendo Angular component example", "component docs", "/kendo", "/ask_kendo", "@kendo". 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
/kendo-angular-mcp-plugin:kendo-angular-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 Kendo UI for Angular implementation (package installation via `ng add`, Angular types, and component patterns).
Before implementing any component, read common-guidelines.md for the foundational rules that apply to every Kendo UI for Angular implementation (package installation via ng add, Angular types, and component patterns).
Certain components have additional guidelines that must be consulted:
| Component | Read before implementing |
|---|---|
Grid | grid-guidelines.md — kendoGridBinding, manual binding, command directive restrictions |
Smart Grid / AI-enhanced Grid | grid-guidelines.md — kendoGridAIAssistantTool setup |
TreeList | treelist-guidelines.md — command directive restrictions |
ListView | listview-guidelines.md — command directive restrictions |
Scheduler | scheduler-guidelines.md — PDF command directive restriction |
Window | window-guidelines.md — action directive restrictions |
Charts / Sparkline / StockChart | charts-guidelines.md — getter anti-pattern |
DropDownList, ComboBox, MultiSelect, AutoComplete, DropDownTree, MultiSelectTree, MultiColumnComboBox | dropdowns-guidelines.md — textField/valueField rules per variant |
Use the kendo_component_assistant MCP tool to retrieve accurate API reference and documentation for any Kendo UI for Angular component.
Tool call:
kendo_component_assistant({
query="<Specific question about the component, its features, or configuration>",
component="<ComponentName>"
})
Examples:
kendo_component_assistant({
query="How to implement paging and sorting in Grid?",
component="Grid"
})
kendo_component_assistant({
query="How to configure the DatePicker with custom formats and min/max dates?",
component="DatePicker"
})
kendo_component_assistant({
query="How to implement a multi-column DropDownList?",
component="MultiColumnComboBox"
})
Grid, DatePicker, DropDownList)npx claudepluginhub telerik/ai-plugins --plugin kendo-angular-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.