Creates a new Telerik UI for Blazor project from scratch or adds Telerik UI for Blazor to an existing project. Use when the user wants to set up, scaffold, bootstrap, or get started with a Blazor application using Telerik UI for Blazor. Trigger on "create new Blazor project", "set up Telerik Blazor", "add Telerik to my Blazor app", "scaffold Blazor with Telerik", "getting started with Telerik Blazor", "bootstrap Blazor project", "install Telerik.UI.for.Blazor".
How this skill is triggered — by the user, by Claude, or both
Slash command
/telerik-blazor-plugin:telerik-blazor-getting-startedThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Usage: `/telerik-blazor-getting-started [project-type] [project-name]`
Usage: /telerik-blazor-getting-started [project-type] [project-name]
[project-type]: BlazorWebApp (default, .NET 8+) or BlazorWasm (Blazor WebAssembly standalone)[project-name]: The name for your project (default: MyBlazorApp)Determine the project type from $ARGUMENTS:
$ARGUMENTS contains wasm, webassembly, or BlazorWasm (case-insensitive) → read and follow blazor-wasm.mdExtract the project name from $ARGUMENTS. If no name is provided, use MyBlazorApp.
Replace every <project-name> placeholder in the loaded setup file with the actual project name before executing.
Run all commands sequentially. Do not skip any step.
After completing every step, run the application and keep it running.
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.