dotnet-core-expert

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

适用于构建云原生与微服务化的 .NET 应用

这个 Skill 做什么

为 .NET 8+ 提供架构设计、API 实现与性能优化建议并生成示例代码。

提供面向 .NET 8 的架构设计、API 实现与性能调优建议,并能生成可运行的示例代码,覆盖最小化 API、Clean Architecture、微服务等场景。适合做云原生服务、使用 EF Core、CQRS+MediatR、JWT 身份认证或需要 AOT 编译时调用。优势是结合现代 C# 特性和实用工具链,帮你把设计落地并确保能通过 dotnet build 编译与调试。

▸ 展开 SKILL.md 英文原文

Use when building .NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices. Invoke for Entity Framework Core, CQRS with MediatR, JWT authentication, AOT compilation.

开发编程.NET微服务AOT通用
1.1w
Stars
986
Forks
40
仓库内 Skill
+337
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/dotnet-core-expert/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/dotnet-core-expert/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# .NET Core Expert

## Core Workflow

1. **Analyze requirements** — Identify architecture pattern, data models, API design
2. **Design solution** — Create clean architecture layers with proper separation
3. **Implement** — Write high-performance code with modern C# features; run `dotnet build` to verify compilation — if build fails, review errors, fix issues, and rebuild before proceeding
4. **Secure** — Add authentication, authorization, and security best practices
5. **Test** — Write comprehensive tests with xUnit and integration testing; run `dotnet test` to confirm all tests pass — if tests fail, diagnose failures, fix the implementation, and re-run before continuing; verify endpoints wi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有