AI agent skills, instructions, and workflows for Xperience by Kentico development
npx claudepluginhub kentico/xperience-by-kentico-kenticopilotSkills and references for creating Page Builder widgets in Xperience by Kentico
Skills, references, and workflows for migrating the codebase of Kentico Xperience 13 projects to Xperience by Kentico
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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:
Skills are transferable to other solutions. Follow the conventions of your specific assistant.
This repository provides plugins, each containing a set of skills for AI coding assistants. See the plugin README files for full details.
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 |
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 |
This repository is an agent plugin marketplace. Install plugins directly from the marketplace — no need to clone the repository or copy files manually.
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 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
/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.
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.