CtrlK
BlogDocsLog inGet started
Tessl Logo

OrchardCore

github.com/OrchardCMS/OrchardCore

SkillAddedReview
orchardcore-workflow-activity

.agents/skills/orchardcore-workflow-activity/SKILL.md

Creates custom OrchardCore workflow activities — tasks and events — with their display drivers and registration. Use when the user needs a new workflow Task or Event, custom outcomes, activity editor UI, or to read/write workflow input, output, and properties.

73

orchardcore-unit-test

.agents/skills/orchardcore-unit-test/SKILL.md

Writes and runs OrchardCore tests — xUnit unit tests, SiteContext-based integration tests, Moq mocking, and Playwright functional tests. Use when the user needs to add a test, set up a test harness/tenant for tests, mock OrchardCore services, or run the test suite.

72

orchardcore-theme-creator

.agents/skills/orchardcore-theme-creator/SKILL.md

Creates new OrchardCore themes with proper structure, manifest, layouts, and assets. Use when the user needs to create a new theme, customize layouts, or set up frontend assets.

71

orchardcore-tester

.agents/skills/orchardcore-tester/SKILL.md

Tests OrchardCore CMS features through browser automation. Use when the user needs to build, run, setup, or test OrchardCore functionality including admin features, content management, media library, and module testing.

75

orchardcore-tenants

.agents/skills/orchardcore-tenants/SKILL.md

Works with OrchardCore multi-tenancy — shells, ShellSettings, creating/configuring tenants programmatically, running code in a tenant scope, feature profiles, and data isolation. Use when the user needs to create or manage tenants, run code inside a tenant, pre-configure tenants, or understand shell lifecycle.

75

orchardcore-recipe-creator

.agents/skills/orchardcore-recipe-creator/SKILL.md

Creates OrchardCore setup recipes (.recipe.json) that provision a tenant on setup — enabling features, setting themes, defining content types, importing content, roles, and settings. Use when the user needs to create a setup recipe, a starter recipe, or automate tenant configuration.

72

orchardcore-query-indexing

.agents/skills/orchardcore-query-indexing/SKILL.md

Works with OrchardCore queries and indexing — SQL/Lucene/Elasticsearch queries, full-text index profiles, content part/field index handlers, and search. Use when the user needs to define a query, index content for search, write an index handler, register an indexing source, or add query/index recipe steps.

68

orchardcore-module-creator

.agents/skills/orchardcore-module-creator/SKILL.md

Creates new OrchardCore modules with proper structure, manifest, startup, and patterns. Use when the user needs to create a new module, add content parts, fields, drivers, handlers, or admin functionality.

70

orchardcore-localization

.agents/skills/orchardcore-localization/SKILL.md

Localizes OrchardCore apps — UI strings (IStringLocalizer/IViewLocalizer S, T, H), PO files and pluralization, content translation (LocalizationPart, culture picker), and supported-culture configuration. Use when the user needs to translate strings, add a culture, set up PO files, or make content items multilingual.

75

orchardcore-docs-writer

.agents/skills/orchardcore-docs-writer/SKILL.md

Authors OrchardCore documentation — MkDocs Material pages, module README docs, nav entries, admonitions, tabbed content, and redirects. Use when the user needs to add or edit a docs page, document a new module, build/serve the docs site, or wire a page into the navigation.

74

orchardcore-display-management

.agents/skills/orchardcore-display-management/SKILL.md

Controls how OrchardCore renders content — placement.json rules, display drivers, shapes, zones, alternates, and editor groupings (tabs/cards/columns). Use when the user needs to position or hide a part/field, move a shape to another zone, add alternates or wrappers, build admin editor layouts, or write a display driver.

71

orchardcore-data-migration

.agents/skills/orchardcore-data-migration/SKILL.md

Creates and updates OrchardCore data migrations (DataMigration classes with CreateAsync/UpdateFromX). Use when the user needs to alter content type definitions, create or change SQL index tables, patch existing content items, run a recipe migration, or version a module's schema.

72

orchardcore-asset-manager

.agents/skills/orchardcore-asset-manager/SKILL.md

Builds, watches, and manages frontend assets in OrchardCore. Use when modifying SCSS, JS, TS, or Vue files, adding new assets to a module/theme, or troubleshooting build failures. Covers all asset actions (vite, sass, min, copy, parcel, webpack, concat) and the three-tier package structure.

75

orchardcore-admin-edit-views

.agents/skills/orchardcore-admin-edit-views/SKILL.md

Creates and updates OrchardCore admin edit views using the ocat-* CSS class conventions. Use when creating or modifying Edit view files (*.Edit.cshtml, *.Fields.Edit.cshtml) to ensure correct layout and styling.

70