원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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 possibleCreate 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.