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

Migrate Shared Component

skill-kentico-xperience-by-kentico-kenticopilot-migrate-shared-component · by Kentico

Migrates a reusable shared component (header, footer, navigation, breadcrumbs, etc.) from a Kentico Xperience 13 project to Xperience by Kentico. Locates the component in the source project and migrates it together with all dependencies. Use when migrating shared layout elements like headers, footers, or navigation.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-kentico-xperience-by-kentico-kenticopilot-migrate-shared-component

✓ 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-shared-component)

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 Shared Component? 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 a shared component from the legacy project to the new one.

Input Parameters

  • Component Name - The name of the shared component to migrate (e.g., 'breadcrumbs', 'header').
  • Legacy Page URL - The URL of the page in the KX13 project that contains the component (e.g., 'https://localhost:5001/en-us/home').

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.

Important

When migrating a page, ensure that everything that was fetched dynamically from the database will still be dynamically fetched from the database. Nothing can be statically hardcoded in the new project if it was dynamic in the legacy project.

Useful Documentation

Migration Steps

  1. Read all documentation links mentioned above.
  2. Review how the legacy page looks using the provided URL and identify the shared component.
  3. Go through files in the legacy project and identify the provided component.
  4. When you know the component, research how this component works and identify all other shared components, pages, or whatever this component relies on.
  5. If present, check how other components are implemented in the new project.
  6. Migrate component's controller, content, layout, and relevant components, repositories, and services to the new project, together with all dependencies identified.
  7. When done with implementation, ensure that the new project builds successfully without errors and warnings. If not, fix the issues until none are present.
  8. Using the Playwright MCP, check that the migrated component is displayed correctly and functions as expected, exactly matching styling, content, and texts as in the image of the legacy page. If not, make necessary adjustments until it does (this can also include changes in dependencies).

Whenever unsure about anything, you can use Kentico Docs MCP to search for relevant information.

Output format

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

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

**Next steps:**
- Review the changes to ensure everything looks as expected.
- Use the migrate-page-visual skill to fix visual issues with the migration.

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.