Creates a new Kendo UI for Angular project from scratch or adds Kendo UI for Angular to an existing project. Use when the user wants to set up, scaffold, bootstrap, or get started with an Angular application using Kendo UI for Angular. Trigger on "create new Angular project", "set up Kendo Angular", "add Kendo Angular to my app", "scaffold Angular with Kendo", "getting started with Kendo Angular", "bootstrap Angular project", "install kendo-angular".
How this skill is triggered — by the user, by Claude, or both
Slash command
/kendo-angular-mcp-plugin:kendo-angular-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: `/kendo-angular-getting-started [mode] [project-name] [--theme=<theme>]`
Usage: /kendo-angular-getting-started [mode] [project-name] [--theme=<theme>]
[mode]: new (default) — create a brand-new Angular project with the Angular CLI, or existing — add Kendo UI for Angular to an existing project[project-name]: The name for your project (default: kendo-angular-app). Only used in new mode.[--theme=<theme>]: One of default (default), bootstrap, material, fluentDetermine the mode from $ARGUMENTS:
$ARGUMENTS contains existing, add, existing-project, or add-to-existing (case-insensitive) → read and follow existing-project.mdExtract the project name from $ARGUMENTS. If no name is provided, use kendo-angular-app.
Extract the theme from $ARGUMENTS (e.g., --theme=bootstrap). If no theme is provided, use default.
Replace every placeholder in the loaded setup file:
<project-name> → the actual project name<theme> → the chosen theme (default, bootstrap, material, or fluent)<theme-package> → the npm package for the theme:
default → @progress/kendo-theme-defaultbootstrap → @progress/kendo-theme-bootstrapmaterial → @progress/kendo-theme-materialfluent → @progress/kendo-theme-fluent<theme-display> → the human-readable name:
default → Defaultbootstrap → Bootstrapmaterial → Material Designfluent → Fluent UIRun all commands sequentially. Do not skip any step.
After completing all steps, run the application and keep it running.
Provides 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 kendo-angular-plugin