Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

xperience-by-kentico-kenticopilot

يحتوي xperience-by-kentico-kenticopilot على 20 من skills المجمعة من Kentico، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
14
محدث
2026-07-02
Forks
7
التغطية المهنية
2 فئات مهنية · 95% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

automation-action-create
غير مصنف

Implements a custom automation process action in Xperience by Kentico. Reviews project conventions and the action API, confirms the action's behavior and properties with the user, then emits the action class, the optional properties class with form-component annotations, and the assembly-level RegisterAutomationAction registration.

2026-07-02
migrate-global-code
مطوّرو البرمجيات

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.

2026-05-06
migrate-page
مطوّرو البرمجيات

Migrates a page from a Kentico Xperience 13 project to Xperience by Kentico. Converts controllers, views, layouts, content retrieval, and all dependencies for the specified page. Use when migrating the business and presentation logic of a specific page after its Page Builder widgets have been migrated.

2026-05-06
migrate-page-widgets
مطوّرو البرمجيات

Migrates Page Builder widgets and sections from a Kentico Xperience 13 page to Xperience by Kentico. Identifies and converts all widget and section components used by the specified page. Use when migrating Page Builder features for a specific page before migrating the page logic itself.

2026-05-06
migrate-shared-component
مطوّرو البرمجيات

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.

2026-05-06
content-audit
مطوّرو البرمجيات

Audits a Kentico Xperience 13 (KX13) project's content model based on the project's database and generates structured Markdown and JSON reports. Use when the user asks to audit, analyze, export, or inspect a KX13 database, content model, page types, content tree, forms, custom tables, or page builder usage.

2026-05-06
migrate-appsettings
مطوّرو البرمجيات

Generates appsettings.json for the Kentico Migration Tool CLI. Use when configuring migration settings, ConvertClassesToContentHub, EntityConfigurations, FieldMigrations, or QuerySourceInstanceApi.

2026-05-06
migrate-classes
مطوّرو البرمجيات

Generates C# IClassMapping and ReusableSchemaBuilder code for custom class transformations in the Kentico Migration Tool (KX13 to XbyK). Use for page type remodeling, merges, splits, field renames, value conversions, or Content Hub conversions.

2026-05-06
migrate-content-items
مطوّرو البرمجيات

Generates C# ContentItemDirectorBase extension code for controlling per-item migration behavior in the Kentico Migration Tool. Use when the user wants to handle linked pages (materialize/drop/store reference), convert pages to widgets, link child pages as content item references, override page templates, or apply conditional migration logic based on node path, class name, or hierarchy.

2026-05-06
migrate-eval
مطوّرو البرمجيات

Evaluates migration results across 12 categories by gathering data from logs, databases, and migration plan. Generates a self-contained HTML report with per-category pass/fail/warn status, prioritized remediation guidance, and next-step routing to close the migration loop.

2026-05-06
migrate-fields
مطوّرو البرمجيات

Generates C# IFieldMigration extension code for custom field value and definition transformations (form controls, data types, HTML cleanup, path updates) for page types, module classes, system objects, and forms during KX13→XbyK migration. Use when the user needs to handle custom form controls with no XbyK equivalent, cross-class field transforms, HTML sanitization, URL path rewriting, or data type conversions that apply globally across multiple classes.

2026-05-06
migrate-plan
مطوّرو البرمجيات

Creates a structured KX13-to-XbyK migration plan with overview and detail documents. Use when planning, configuring, or preparing a Kentico Xperience 13 to Xperience by Kentico content migration, or when the user mentions migration plan, migration configuration, or upgrade from KX13.

2026-05-06
migrate-run
مطوّرو البرمجيات

Runs the Kentico Migration Tool CLI to migrate content from KX13 to XbyK. Use when the user wants to run migration steps, execute the migration tool, or process a migration plan through the CLI.

2026-05-06
migrate-widgets
مطوّرو البرمجيات

Generates C# IWidgetMigration and IWidgetPropertyMigration extension code for custom widget and section type transformations (rename, restructure, consolidate, property conversion) during KX13→XbyK migration. Use when the user needs to change widget types, restructure widget data, or convert section types.

2026-05-06
cd-repository-configure
مطوّرو البرمجيات

Builds or updates CD Repository filters from CI Repository changes using a discovery context file and PR numbers or commit ranges, while excluding Xperience update-only noise by default.

2026-05-01
cd-repository-discovery
مطوّرو البرمجيات

Discovers Xperience by Kentico deployment context (app path, CI/CD repository paths, and available git tooling) and saves it to a reusable context file for follow-up CD repository configuration.

2026-05-01
cd-repository-upgrade
مطوّرو البرمجيات

Migrates a CD Repository configuration file from v1 syntax to v2, enabling advanced content item filtering and improving CD restore performance. Automatically locates the config file from the discovery context if not provided.

2026-05-01
migrate-page-visual
مطوّرو الويب

Ensures a migrated page visually matches the original Kentico Xperience 13 page. Uses Playwright to compare both pages and iteratively fixes styling, layout, and content differences. Use when a page migration results in visual discrepancies that need to be corrected.

2026-03-20
widget-create-implementation
مطوّرو البرمجيات

Creates widget code following the generated instructions, project conventions, and Xperience best practices.

2026-03-20
widget-create-research
مطوّرو البرمجيات

Prepares for the implementation of a new Page Builder widget. Analyzes widget requirements and design, validates them against Xperience documentation, and generates detailed implementation instructions.

2026-03-20