一键导入
dotnet-dev
.NET 10 and C# conventions — SDK paths, build commands, NuGet
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
.NET 10 and C# conventions — SDK paths, build commands, NuGet
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create and maintain Nix packages in the NyxOS flake, including derivations, module wiring, lockfiles, and upstream patterns. Covers general packages and .NET-specific tooling.
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Compact the current conversation into a handback document to give back to the session that created the handoff.
Compact the current conversation into a handoff document for another agent to pick up.
基于 SOC 职业分类
| name | dotnet-dev |
| description | .NET 10 and C# conventions — SDK paths, build commands, NuGet |
Do not build! Building and running tests is reserved for the developer, except when explicitly requested.
Use only the LSP for checking.
If a nuget package is needed or recommended. Ask the user to install it. Do not install it yourself.
net10.0.csproj: <Nullable>enable</Nullable> + <ImplicitUsings>enable</ImplicitUsings>Directory.Build.props for shared multi-project settingsdotnet format before committingDirectory.Packages.props — no version attr on <PackageReference>var when possibleusing declarations when possible