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