with one click
dotnet-dev
.NET 10 and C# conventions — SDK paths, build commands, NuGet
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
.NET 10 and C# conventions — SDK paths, build commands, NuGet
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.
| 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