Xperience by Kentico: KentiCopilot

Description
AI agent prompts and instructions for Xperience by Kentico development. This repository provides pre-configured prompts for common development tasks, helping developers accelerate their workflow with AI coding assistants.
This repository contains plugins (skills, instructions, MCP server configuration) tested for the following AI coding assistants:
- GitHub Copilot
- Claude Code
Skills are transferable to other solutions. Follow the conventions of your specific assistant.
Available plugins
This repository provides plugins, each containing a set of skills for AI coding assistants. See the plugin README files for full details.
Widget creation
Location: plugins/widget-creation/
Two-stage workflow for building Page Builder widgets. The AI first researches your requirements against your project structure and the Xperience documentation, then generates the full widget implementation (view component, properties, Razor view, view model, localization). Full instructions are available in the README.
| Skill | Description |
|---|
widget-create-research | Analyzes requirements and design files, generates implementation instructions |
widget-create-implementation | Creates widget code following the generated instructions and project conventions |
KX13 codebase migration
Location: plugins/kx13-codebase-migration/
AI-assisted migration of Kentico Xperience 13 live-site code (pages, widgets, shared components) to Xperience by Kentico. Full instructions are available in the README.
| Skill | Description |
|---|
migrate-global-code | Sets up the Xperience by Kentico project foundation (code generation, localization, routing, Page Builder) |
migrate-page | Migrates a page's controller, views, repositories, and dependencies |
migrate-page-widgets | Migrates Page Builder widgets and sections for a specified page |
migrate-shared-component | Migrates reusable components (header, footer, etc.) with dependencies |
migrate-page-visual | Compares old and new pages visually with Playwright, fixes discrepancies |
Requirements
Install as a plugin
This repository is an agent plugin marketplace. Install plugins directly from the marketplace — no need to clone the repository or copy files manually.
VS Code (GitHub Copilot)
-
Add the marketplace to your VS Code settings (settings.json):
"chat.plugins.marketplaces": [
"Kentico/xperience-by-kentico-kenticopilot"
]
-
Open the Extensions sidebar and search @agentPlugins to browse and install available plugins.
Copilot CLI
copilot plugin marketplace add Kentico/xperience-by-kentico-kenticopilot
copilot plugin install widget-creation@xperience-by-kentico-kenticopilot
copilot plugin install kx13-codebase-migration@xperience-by-kentico-kenticopilot
Claude Code
/plugin marketplace add Kentico/xperience-by-kentico-kenticopilot
/plugin install widget-creation@xperience-by-kentico-kenticopilot
/plugin install kx13-codebase-migration@xperience-by-kentico-kenticopilot
For more details, see the Usage Guide.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.