orchardcore-module-creator とは?
適切な構造、マニフェスト、スタートアップ、パターンを備えた新しい OrchardCore モジュールを作成します。ユーザーが新しいモジュールを作成する必要がある場合、コンテンツ パーツ、フィールド、ドライバー、ハンドラー、または管理機能を追加する必要がある場合に使用します。 ソース: orchardcms/orchardcore。
適切な構造、マニフェスト、スタートアップ、パターンを備えた新しい OrchardCore モジュールを作成します。ユーザーが新しいモジュールを作成する必要がある場合、コンテンツ パーツ、フィールド、ドライバー、ハンドラー、または管理機能を追加する必要がある場合に使用します。
コマンドラインで orchardcore-module-creator AI スキルを開発環境にすばやくインストール
ソース: orchardcms/orchardcore。
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 |
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator適切な構造、マニフェスト、スタートアップ、パターンを備えた新しい OrchardCore モジュールを作成します。ユーザーが新しいモジュールを作成する必要がある場合、コンテンツ パーツ、フィールド、ドライバー、ハンドラー、または管理機能を追加する必要がある場合に使用します。 ソース: orchardcms/orchardcore。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/orchardcms/orchardcore --skill orchardcore-module-creator インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/orchardcms/orchardcore