OrchardCMS
Official@orchardcms · Redmond, WA
OrchardCore provides modular scaffolding and browser-based testing frameworks for enterprise content management system development and theme architecture.
Agent Skills by OrchardCMS
Showing 14 vetted skills indexed across 1 GitHub repositories.
orchardcore-tenants
Creates and manages OrchardCore multi-tenant shells, scopes, and data isolation configurations.
orchardcore-asset-manager
Builds, watches, and manages frontend assets for OrchardCore modules and themes.
orchardcore-data-migration
Creates OrchardCore DataMigration classes for content definitions, index tables, and schema versioning.
orchardcore-query-indexing
Implements OrchardCore queries, index profiles, and content index handlers for search.
orchardcore-workflow-activity
Creates custom OrchardCore workflow tasks and events with display drivers and registration.
orchardcore-display-management
Controls OrchardCore content rendering through placement.json rules, display drivers, shapes, and zones.
orchardcore-nswag-regenerate
Regenerates OrchardCore OpenApi NSwag C# and TypeScript clients and verifies diff stability.
orchardcore-admin-edit-views
Creates OrchardCore admin edit views using ocat-* CSS class conventions.
orchardcore-unit-test
Writes and runs OrchardCore xUnit, SiteContext integration, Moq, and Playwright tests.
orchardcore-localization
Localizes OrchardCore UI strings, content items, and cultures using PO files and LocalizationPart.
orchardcore-recipe-creator
Creates OrchardCore setup recipes that provision tenants with features, themes, content types, and content.
orchardcore-theme-creator
Generate OrchardCore theme scaffolds with manifest metadata, project files, and Razor views.
orchardcore-tester
Automate browser-based testing of OrchardCore CMS features with Playwright.
orchardcore-module-creator
Create OrchardCore module skeletons with manifest, startup, and template files.
Frequently Asked Questions About OrchardCMS
FAQPage SchemaWhat specific tasks does OrchardCore enable for developers?▼
OrchardCore enables the rapid generation of modular project skeletons and theme scaffolds. It provides structured templates for manifest files, startup configurations, and Razor views, while facilitating browser-based validation of content management features to ensure functional integrity across custom implementations.
Which target personas benefit from these capabilities?▼
These capabilities are designed for .NET developers, CMS architects, and frontend engineers tasked with building extensible content management solutions. It is particularly suited for teams requiring standardized module development and automated quality assurance for complex web-based content delivery systems.
What are the prerequisites for running these modules?▼
Implementation requires a .NET development environment and familiarity with the OrchardCore framework architecture. Users must have the .NET runtime installed to execute the scaffolding generators and the Playwright dependency to perform browser-based testing on the generated content management features.