orchardcore-deployments

Generate Orchard Core deployment plans and recipe JSON exports.

13|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-deployments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchardcore-deployments
Source: https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/src/CrestApps.AgentSkills.Skills/orchardcore/orchardcore-deployments
Command: npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-deployments

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchard Core deployments require moving configuration, content, and features between environments, which is often error-prone and manual.

Core Features & Use Cases

  • Generate portable deployment plans that export site definitions, content items, settings, and enabled features.
  • Produce recipe JSON files that can be imported into target Orchard Core sites to recreate configurations.
  • Support remote deployment and step extension points to enable automated pipelines across dev, staging, and production.
  • Use cases include promoting changes from development to staging, and from staging to production, as well as scaling deployments across multiple sites.

Quick Start

Run a deployment plan export for your Orchard Core site to move configuration between environments.

Frequently Asked Questions about orchardcore-deployments

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Orchard Core site configurations for deployment?

Orchard Core deployment plans are configuration sets that export site definitions, content items, settings, and enabled features into portable recipe JSON files for recreating configurations across different environments.

What is the best way to automate Orchard Core deployments across staging and production?

Automating Orchard Core deployments involves using deployment plans with remote deployment support and step extension points to push configuration changes through automated pipelines across dev, staging, and production environments.

How do deployment recipes work for migrating Orchard Core content?

Deployment recipes work by packaging content definitions, site settings, and features into JSON files that target Orchard Core sites can import to recreate or synchronize configurations during site migrations.

Can I use deployment plans to scale configurations across multiple Orchard Core sites?

Yes, portable deployment plans and recipe exports support replicating site definitions, settings, and enabled features across multiple Orchard Core sites to ensure consistent configuration scaling.

Does Orchard Core deployment support remote deployment for automated pipelines?

Yes, Orchard Core deployment plans implement remote deployment support and step extension points to enable automated configuration pipelines across development, staging, and production environments.

Why are manual Orchard Core content migrations between environments error-prone?

Manual Orchard Core content migrations are error-prone because moving configuration, content, and features between environments by hand lacks the consistency of automated deployment plans and portable recipe exports.