·orchardcore-module-creator
</>

orchardcore-module-creator

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.

13Installs·1Trend·@orchardcms

Installation

$npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator

How to Install orchardcore-module-creator

Quickly install orchardcore-module-creator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: orchardcms/orchardcore.

SKILL.md

View raw

This skill guides you through creating new OrchardCore modules following project conventions.

| Content Part | Adds data/behavior to content items | Part, Driver, Views | | Content Field | Custom field type | Field, Driver, Views | | Settings | Site-wide configuration | SiteSettings, Driver | | Admin Feature | Admin pages/tools | Controller, Views, Menu | | API | REST endpoints | ApiController | | Background Task | Scheduled jobs | IBackgroundTask |

| Module folder | OrchardCore.ModuleName | OrchardCore.Rating | | Namespace | OrchardCore.ModuleName | OrchardCore.Rating | | Feature ID | OrchardCore.ModuleName | OrchardCore.Rating | | Content Part | NamePart | RatingPart | | Driver | NamePartDisplayDriver | RatingPartDisplayDriver | | View | PartName.cshtml | RatingPart.cshtml |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator
Category
</>Dev Tools
Verified
First Seen
2026-03-09
Updated
2026-03-11

Browse more skills from orchardcms/orchardcore

Quick answers

What is orchardcore-module-creator?

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. Source: orchardcms/orchardcore.

How do I install orchardcore-module-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/orchardcms/orchardcore

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-09