dedsiddd-dotnet-coding
DedsiDDD .NET Coding
DedsiDDD + .NET 项目代码生成规范,遵循 DDD/CQRS 架构模式和统一约定。
何时使用
- 在 DedsiDDD + .NET 项目中生成新实体/聚合根
- 创建 CQRS Command/Query 处理器
- 配置 EF Core 映射和 DbContext
- 实现 Repository
- 创建 Controller 和 API 端点
- 定义 DTO 数据传输对象
- 遵循 DedsiDDD 约定进行代码审查
能力规则
没有这些规则,AI 无法解决问题或生成的代码无法正确运行。
More from dedsiteam/dedsi-skills
dedsi-vue3-coding
Vue 3 coding guidelines and best practices with Dedsi UI components
15dedsi-vue3-project
Vue 3 project architecture overview with specific tech stack and development guidelines
12dedsi-vue-ui
Dedsi-Vue-UI 是一个基于 Vue 3 + TypeScript 的现代化 UI 组件库,提供了 37+ 个高质量组件,涵盖基础、布局、导航、数据展示和反馈等场景。
11vueuse-best-practices
VueUse composable patterns and TypeScript integration. Covers common VueUse gotchas, SSR compatibility, and best practices. Use when working with VueUse composables, debugging VueUse issues, or integrating VueUse with SSR.
11dedsi-framework
基于 DedsiFramework 源代码,提供 Dedsi Framework(ABP 扩展框架)的模块速查、接入步骤、常见用法与问题定位建议。在读取源代码时忽略 bin 和 obj 目录。
10pinia-best-practices
Pinia store TypeScript configuration and typing issues. Covers storeToRefs type loss, getters circular references, and setup store patterns. Use when working with Pinia stores in Vue 3 projects, debugging store type errors, or fixing storeToRefs type inference.
9