AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Migrate Global Code

skill-kentico-xperience-by-kentico-kenticopilot-migrate-global-code · by Kentico

Migrates global code from a Kentico Xperience 13 project to Xperience by Kentico. Sets up the target project structure, generates code files, and migrates shared code including localization, styles, business logic, and project startup configuration. Use when starting a KX13 to XbyK codebase migration.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-kentico-xperience-by-kentico-kenticopilot-migrate-global-code

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-kentico-xperience-by-kentico-kenticopilot-migrate-global-code)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
25d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Migrate Global Code? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

You are tasked with the process of migrating global code from a Kentico Xperience 13 project to an Xperience by Kentico project.

Structure of the projects

You are currently located in the root folder, which contains two subfolders:

  • KX13/ - This folder contains the Kentico Xperience 13 project files. This is the legacy/source project.
  • XbyK/ - This folder contains the Xperience by Kentico project files. This is the new project.

Migration Steps

  1. Review the structure of both the legacy and new project.
  2. Use Kentico Docs MCP to read the following page: https://docs.kentico.com/guides/upgrade-to-xbyk/upgrade-walkthrough/adjust-global-code (note that this guide is written for a sample project and that there will be some differences between the sample project and the project you are migrating)
  3. Create a new project for generated code files (named {ProjectName}.Entities).
  4. Configure given project as described in the documentation.
  5. CRITICAL: Ensure the .csproj file contains the following (without this, content item reference fields will fail to populate):

```xml

```

  1. Generate code files by running the --kxp-codegen command as described in the documentation. Always use --skip-confirmation flag to avoid interactive prompts
  2. Copy relevant global code from source project to the new project.
  3. Localization
  4. Shared views
  5. Styles and scripts
  6. Identifiers
  7. Services registration
  8. Configure the project to display content.
  9. Enable Content tree-based routing and Page Builder.
  10. Add future custom service registrations and localization.
  11. Ensure that the new project builds successfully without errors and warnings. If it doesn't, some part of the documentation was not followed correctly. Fix the issues based on the docs page.

Notes relevant to the migration process:

  • Do not change any other files or settings outside of the global code migration process (that are not mentioned in the docs page).
  • When commenting out code, always add "TODO:" note to make it easier to find later.

Output format

When done, provide the user with this exact output (without any additional text):

# Migration Complete
Global code migration from the legacy project to the new one has been successfully completed.

**Next steps:**
- Update your channel configuration to include the port of the local XbyK instance (the one the project launches with).
    Follow these steps: https://docs.kentico.com/guides/upgrade-to-xbyk/upgrade-walkthrough/adjust-global-code#adjust-system-url
- Review the changes to ensure everything looks as expected.
- Continue with the migrate-page-widgets skill to migrate Page Builder widgets used by the specified page.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.