From ddc5b213fc3335da8418ba7f9b7b4daa66ec24e6 Mon Sep 17 00:00:00 2001 From: IvanDanchev Date: Thu, 30 Jul 2026 13:56:06 +0300 Subject: [PATCH 1/2] docs: add info about licensing and upgrade skills --- ai/agentic-ui-generator/prompt-library.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai/agentic-ui-generator/prompt-library.md b/ai/agentic-ui-generator/prompt-library.md index 93de43eba..5f95bac2c 100644 --- a/ai/agentic-ui-generator/prompt-library.md +++ b/ai/agentic-ui-generator/prompt-library.md @@ -116,6 +116,8 @@ Skills are triggered automatically when your agent recognizes a relevant prompt. | **telerik-blazor-layout** | `/telerik-blazor-plugin:telerik-blazor-layout` | Retrieves Kendo Design System CSS utility classes for layout, spacing, and responsive behavior. Call before writing custom CSS. | | **telerik-blazor-style** | `/telerik-blazor-plugin:telerik-blazor-style` | Generates CSS variables and custom themes from a natural language description of the desired visual style. | | **telerik-blazor-icon** | `/telerik-blazor-plugin:telerik-blazor-icon` | Searches the Telerik icon library by name, action, or concept and returns matching icons with usage details. | +| **telerik-blazor-licensing** | `/telerik-blazor-plugin:telerik-blazor-licensing` | Describes how the Telerik license verification works in Blazor apps and how to set up the Telerik license key. | +| **telerik-blazor-version-upgrade** | `/telerik-blazor-plugin:telerik-blazor-version-upgrade ` | Guides Telerik UI for Blazor version upgrades, including breaking changes, rendering changes, framework compatibility, and safe upgrade planning. | #### Layout From 4a6a228c89ace404865d090039263dabeddcfc51 Mon Sep 17 00:00:00 2001 From: IvanDanchev Date: Thu, 30 Jul 2026 15:09:53 +0300 Subject: [PATCH 2/2] Update ai/agentic-ui-generator/prompt-library.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- ai/agentic-ui-generator/prompt-library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/agentic-ui-generator/prompt-library.md b/ai/agentic-ui-generator/prompt-library.md index 5f95bac2c..70c87f348 100644 --- a/ai/agentic-ui-generator/prompt-library.md +++ b/ai/agentic-ui-generator/prompt-library.md @@ -116,7 +116,7 @@ Skills are triggered automatically when your agent recognizes a relevant prompt. | **telerik-blazor-layout** | `/telerik-blazor-plugin:telerik-blazor-layout` | Retrieves Kendo Design System CSS utility classes for layout, spacing, and responsive behavior. Call before writing custom CSS. | | **telerik-blazor-style** | `/telerik-blazor-plugin:telerik-blazor-style` | Generates CSS variables and custom themes from a natural language description of the desired visual style. | | **telerik-blazor-icon** | `/telerik-blazor-plugin:telerik-blazor-icon` | Searches the Telerik icon library by name, action, or concept and returns matching icons with usage details. | -| **telerik-blazor-licensing** | `/telerik-blazor-plugin:telerik-blazor-licensing` | Describes how the Telerik license verification works in Blazor apps and how to set up the Telerik license key. | +| **telerik-blazor-licensing** | `/telerik-blazor-plugin:telerik-blazor-licensing` | Describes how the Telerik license verification works in Blazor apps, how to set up the Telerik license key, and how to troubleshoot potential issues. | | **telerik-blazor-version-upgrade** | `/telerik-blazor-plugin:telerik-blazor-version-upgrade ` | Guides Telerik UI for Blazor version upgrades, including breaking changes, rendering changes, framework compatibility, and safe upgrade planning. | #### Layout