dotnet-core-expert by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill dotnet-core-expert提供跨平台 .NET 开发的专家知识,包括用于移动/桌面的 .NET MAUI、跨平台控制台应用程序以及云原生 .NET 服务。涵盖 .NET 8 功能和跨平台部署。
在以下情况下调用此技能:
在以下情况下请勿调用:
Cross-Platform UI:
├── Mobile + Desktop → .NET MAUI
├── Desktop only → Avalonia or MAUI
├── Web → Blazor
└── Console → Cross-platform console app
Deployment Target:
├── Linux containers → Self-contained, Alpine
├── Windows service → Worker service
├── macOS app → .NET MAUI or Avalonia
├── Single file → Publish single-file
└── Fast startup → Native AOT
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 反面模式 | 问题 | 正确方法 |
|---|---|---|
| Windows 路径 | 在 Linux/Mac 上失效 | 使用 Path.Combine |
| 到处使用 P/Invoke | 平台特定 | 使用跨平台 API |
| 忽略大小写敏感性 | 在 Linux 上失败 | 保持大小写一致 |
| 未在目标平台上测试 | 运行时故障 | 为每个平台设置 CI |
| AOT 时大量使用反射 | 剪裁破坏应用 | 使用源生成器 |
每周安装量
52
代码仓库
GitHub 星标数
42
首次出现时间
2026年1月24日
安全审计
安装于
opencode44
claude-code42
codex41
gemini-cli40
cursor37
github-copilot35
Provides expertise in cross-platform .NET development, including .NET MAUI for mobile/desktop, cross-platform console applications, and cloud-native .NET services. Covers .NET 8 features and cross-platform deployment.
Invoke this skill when:
Do NOT invoke when:
Cross-Platform UI:
├── Mobile + Desktop → .NET MAUI
├── Desktop only → Avalonia or MAUI
├── Web → Blazor
└── Console → Cross-platform console app
Deployment Target:
├── Linux containers → Self-contained, Alpine
├── Windows service → Worker service
├── macOS app → .NET MAUI or Avalonia
├── Single file → Publish single-file
└── Fast startup → Native AOT
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Windows paths | Breaks on Linux/Mac | Use Path.Combine |
| P/Invoke everywhere | Platform-specific | Use cross-platform APIs |
| Ignoring case sensitivity | Fails on Linux | Consistent casing |
| Untested on targets | Runtime failures | CI for each platform |
| Heavy reflection with AOT | Trimming breaks app | Use source generators |
Weekly Installs
52
Repository
GitHub Stars
42
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode44
claude-code42
codex41
gemini-cli40
cursor37
github-copilot35
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
120,000 周安装