com um clique
dotnet-dev
.NET 10 and C# conventions — SDK paths, build commands, NuGet
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
.NET 10 and C# conventions — SDK paths, build commands, NuGet
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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