Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.22 KB

File metadata and controls

54 lines (41 loc) · 2.22 KB

KendoReact Plugin

AI coding assistant for building React applications with KendoReact. Provides component documentation, code generation, accessibility guidance, theming, and layout utilities — powered by the KendoReact MCP server.

Prerequisites

Skills

Skill What it does
kendo-react-getting-started Scaffolds a new KendoReact project or adds KendoReact to an existing one
kendo-react-ui-generator Builds or refines complete pages, dashboards, and UI features end-to-end
kendo-react-component Retrieves component docs, API reference, and code examples
kendo-react-accessibility Provides WCAG 2.2 Level AA guidance and component-specific ARIA/keyboard requirements
kendo-react-layout Retrieves Kendo Design System CSS utility classes for layout and spacing
kendo-react-style Generates CSS variables and custom themes using the Kendo Design System
kendo-react-icon Searches the KendoReact icon library
kendo-react-version-upgrade Guides KendoReact version upgrades, including breaking changes and safe migration paths
kendo-react-mcp-licensing Diagnoses and resolves MCP entitlement failures and PERMISSION_DENIED tool-access issues
kendo-react-product-licensing Diagnoses KendoReact license activation issues, TKL errors, and watermark/banner failures

Usage

Set up a project

Create a new KendoReact project called my-app with the Material theme
Add KendoReact to my existing React project

Build UI

/kendo-react-plugin:kendo-react-ui-generator Build an admin dashboard with a data grid, charts, and a sidebar nav
/kendo-react-plugin:kendo-react-ui-generator Generate an order form with validation and a date picker

Ask about a component

How do I use the KendoReact DataGrid with server-side paging?
What props does the KendoReact DatePicker accept?

Skills are triggered automatically from natural language. You can also invoke them explicitly with a slash command, e.g. /kendo-react-plugin:kendo-react-ui-generator.