csharp
C#/.NET, .cs, .csproj, .sln, dotnet, NuGet, EF, LINQ, DI, async/await, xUnit, or NUnit.
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
C#/.NET, .cs, .csproj, .sln, dotnet, NuGet, EF, LINQ, DI, async/await, xUnit, or NUnit.
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
Pi extensions and tool policy: extensions/*.ts, hooks, registerTool, promptGuidelines, registerCommand, footer/status UI, tool_result, session hooks, or subprocesses. Not for slash-command placement; use pi-command.
README, CHANGELOG, docs/, RFCs, ADRs, guides, or Markdown structure. Not for prose cleanup or archival work.
Prose cleanup for filler, hype, vague claims, repetition, detection tells, or uncited specifics. Not for Markdown architecture or archival work.
Requirements, user stories, acceptance/verification criteria, or testable outcomes. Not for PRD drafting (/prd) or Pi /goal prompts.
Use for /prd-it or to draft, refine, or review a Product Requirements Document. Not for acceptance criteria, planning, or Pi /goal prompts.
Pi session, trace, metrics, routing, workflow-friction, workflow-telemetry, usage, or local JSONL analysis with DuckDB. Use for aggregating or correlating Pi runtime logs. Not for adding telemetry, generic SQL/database design, or non-Pi logs.
| name | csharp |
| description | C#/.NET, .cs, .csproj, .sln, dotnet, NuGet, EF, LINQ, DI, async/await, xUnit, or NUnit. |
Use nullable reference types, asynchronous I/O, dependency injection, and repository conventions.
| Command | Purpose |
|---|---|
dotnet build | Build solution |
dotnet test | Run all tests |
dotnet run | Run project |
dotnet watch test | Run tests on file change |
dotnet format | Format code |
dotnet add package X | Add NuGet package |