dotnet-best-practices
✓全面的 .NET 开发指南,涵盖错误处理、异步模式、类型设计、数据库性能、API 设计、DI、体系结构、序列化、性能优化、日志记录和测试。包含 100 多个按影响优先级排列的规则,以指导代码审查和自动重构。
SKILL.md
Comprehensive development guide for modern .NET applications with C# 12+. Contains 100+ rules across 11 categories, prioritized by impact to guide code generation, refactoring, and reviews.
| Priority | Category | Impact | Prefix | Rules |
| 1 | Error Handling | CRITICAL | error- | 8 | | 2 | Async Patterns | CRITICAL | async- | 9 | | 3 | Type Design | HIGH | type- | 10 | | 4 | Database Performance | HIGH | db- | 12 | | 5 | API Design | MEDIUM-HIGH | api- | 8 | | 6 | Dependency Injection | MEDIUM | di- | 7 | | 7 | Architecture | MEDIUM | arch- | 8 | | 8 | Serialization | MEDIUM | serial- | 6 |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/akires47/agent-skills --skill dotnet-best-practices- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 dotnet-best-practices?
全面的 .NET 开发指南,涵盖错误处理、异步模式、类型设计、数据库性能、API 设计、DI、体系结构、序列化、性能优化、日志记录和测试。包含 100 多个按影响优先级排列的规则,以指导代码审查和自动重构。 来源:akires47/agent-skills。
如何安装 dotnet-best-practices?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/akires47/agent-skills --skill dotnet-best-practices 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/akires47/agent-skills