OrchardCore
Build, test, and extend Orchard Core CMS modules with AI guidance
All Skills in This Repository (14)
Pure Emerald Level Indicatorsorchardcore-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.
Frequently Asked Questions
FAQPage SchemaHow to install OrchardCore skills?▼
Run `npx skills add OrchardCMS/OrchardCore --all -g -y` in your terminal to install all skills in this suite globally.
What can AI agents build with Orchard Core skills?▼
Agents can create modules, themes, setup recipes, data migrations, workflow activities, and admin views following official Orchard Core conventions.
How to manage multi-tenant Orchard Core sites with AI?▼
The tenants skill teaches agents to create tenants, run code inside a tenant scope, and isolate data with separate databases or table prefixes.
Can AI test Orchard Core features automatically?▼
Yes. The tester skill drives a real browser with Playwright to build the app, provision a site, log in, and verify admin features end to end.
Do these skills work with Claude Code and other agents?▼
Yes. All skills follow the standard SKILL.md format and work in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core