orchardcore-content-parts

Generate Orchard Core migration code and recipe configurations for content parts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the definition and configuration of Orchard Core built-in content parts across content types, migrations, and recipes.

Core Features & Use Cases

  • Provides migration patterns for common parts like TitlePart, AutoroutePart, HtmlBodyPart, MarkdownBodyPart, LocalizationPart, SeoMetaPart.
  • Enables recipe-based provisioning of content types with pre-attached parts and settings.
  • Includes real-world examples and templates to accelerate development and maintain consistency.

Quick Start

Create a sample blog content type using migrations to attach common parts with standard positions and settings.

Frequently Asked Questions about orchardcore-content-parts

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

FAQPage Schema
How do I configure Orchard Core content parts in migrations?

To configure Orchard Core content parts in migrations, you generate migration code that attaches common parts like TitlePart and AutoroutePart to content types with predictable positions and predefined settings.

What Orchard Core content parts are supported for recipe provisioning?

Supported Orchard Core content parts for recipe provisioning include TitlePart, AutoroutePart, HtmlBodyPart, MarkdownBodyPart, LocalizationPart, and SeoMetaPart, with defined positions and settings.

What's the best way to attach common parts to a blog content type in Orchard Core?

The best way to attach common parts to a blog content type is using migration-driven authoring with predefined templates, ensuring standard positions and settings for parts like TitlePart, HtmlBodyPart, and SeoMetaPart are applied consistently.

Can I use recipes to provision content types with pre-attached parts in Orchard Core?

Yes, you can use recipe-based provisioning in Orchard Core to create content types with pre-attached parts and settings, ensuring consistent configuration across multiple projects.

Does this approach support both HtmlBodyPart and MarkdownBodyPart configuration?

Yes, the configuration approach supports both HtmlBodyPart and MarkdownBodyPart, providing migration patterns and recipe settings to attach either body part type to your Orchard Core content types.