dedsi-native-coding
Installation
SKILL.md
DedsiNative 开发
Quick start
- 确认实体名、主键类型、路由资源名。
- 按层次顺序修改:Domain -> Infrastructure -> Operation -> HttpApi。
- 需要模板或路径细节时,打开
references/templates.md与references/architecture.md。
Project structure
- 仅在
content/src中增删改代码。 - 不要修改
content/frameworks。 - 需要项目结构或运行管线细节时,打开
references/architecture.md。
Workflow
- 创建领域实体与仓储接口。
- 添加 EF Core 实体配置与 DbContext 的 DbSet。
- 实现仓储。
- 编写 Operation(创建、更新、删除、查询、条件分页)。
- 添加 Minimal API 端点并在
DedsiNativeEndpoints中注册。 - 必要时补充数据库迁移或调整配置。
Related skills
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 目录。
10dedsiddd-dotnet-coding
用于在 DedsiDDD + .NET 项目中,按统一约定生成 DDD/CQRS 常见代码骨架(领域模型、DTO、EF Core 映射、仓储、Commands、Queries、Controller)。
10