csharp agents

100 tagged csharp, measured the same way as everything else here.

Browse within: dotnet 60blazor 21blazor-webassembly 21livestreaming 21presentation 21game-development 16copilot 13wpf 13ai-skills 9claude-plugin 6code-intelligence 6elixir 6golang 6bm25 5

code-reviewer

25

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.

24 22d ago A 21 tokens original MIT

uss-bem-checker

26

VPDPersonal/Aspid.FastTools

Agent Claude Code

Reviews USS stylesheets and the C# strings that reference them against the Aspid.FastTools BEM grammar (class names) and the positional grammar (custom properties). Use after edits to any .uss file or to any code holding USS class names / --aspid- variables (Constants.cs, AspidStyles.cs, component .cs files).

24 22d ago A 77 tokens original MIT

failing-test-writer

27

nowsprinting/unity-coding-skills

Agent

Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail (production code does not yet exist).…

19 yesterday A 85 tokens original Unlicense

test-deduplicator

28

nowsprinting/unity-coding-skills

Agent

Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges parameterizable tests, then commits. Returns…

19 yesterday A 83 tokens original Unlicense

test-designer

29

nowsprinting/unity-coding-skills

Agent

Test design specialist agent. Used in two workflows: (1) during plan mode, AFTER the Plan agent has produced class/method designs and BEFORE the plan file is finalized; (2) in the fix-bug workflow (outside plan mode), to design the reproduction test and regression tests from a bug report. Takes requirements (feature…

19 yesterday A 161 tokens original Unlicense

code-locator

33

JSungMin/vs-token-safer

Agent

Delegated, token-isolated code LOCATOR for C/C++ (clangd), C#/.NET (Roslyn), JS/TS (tsserver), and Python (pyright) projects — no IDE needed. It LOCATES (symbols / references / definitions / files) via the official language-server index and returns ONLY a compact file:line table; it never reads or returns bodies.…

11 4d ago A 320 tokens original MIT

log-analyst

34

JSungMin/vs-token-safer

Agent

Delegated, token-isolated game-engine/build/structured log analysis. Hand it a log path (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, or any .log/.jsonl) plus a question — "what errors", "what's flooding it", "what changed since last run", "track this scalar over time", "which…

11 4d ago A 148 tokens original MIT

Squad

35

elbruno/ElBruno.MempalaceNet

Agent

Your AI team. Describe what you're building, get a team of specialists that live in your repo.

11 2mo ago C 23 tokens copy · 98% MIT

sintaxasn/Fluence.Wpf

Agent Claude Code

Technical writing specialist for creating and maintaining documentation. Use proactively after code changes to detect and fix documentation drift - new or changed APIs, parameters, configuration, dependencies, or removed features. Also use when asked to write or update READMEs, getting-started guides, API references…

11 yesterday A 91 tokens original BSD-3-Clause

sintaxasn/Fluence.Wpf

Agent Claude Code

Read-only checker that verifies new or changed code in Fluence.Wpf stays runnable on net472. Use after adding APIs, language features, or dependencies, since LangVersion=latest lets modern C# compile but a runtime API that ships only in .NET 10 fails on the separate net472 test lane. Enforces AGENTS.md section 4.3.

11 yesterday A 81 tokens original BSD-3-Clause

theme-slot-auditor

38

sintaxasn/Fluence.Wpf

Agent Claude Code

Read-only auditor for Fluence.Wpf theming structure. Use after any theme, brush, color, accent, or ApplicationThemeManager change to verify the three-slot MergedDictionaries invariant, that slot [0] is rebuilt and replaced every Apply, DynamicResource usage, BrushFactory auto-twinning, canonical WinUI key names, and…

11 yesterday A 90 tokens original BSD-3-Clause

dmbyer/Hedron

Agent Claude Code

Reviews Hedron changes against the architecture invariant checklist. Runs in two modes — spec-review (an implementation plan, before implementation) and code-review (a diff, before merge). Use spec mode after implementation-planner and before implement-plan; use code mode after any PR-sized change to Core/ and before…

11 15d ago A 66 tokens

dmbyer/Hedron

Agent Claude Code

Turns a new gameplay idea into a docs/implementation-plans/ file and a concrete implementation plan (components, systems, handlers, events, commands, dependencies). Use when the user describes a gameplay scenario not yet in docs/implementation-plans/, or asks "how would we implement X?".

11 15d ago A 62 tokens

Andes-Software-Solutions/Andes.Extensions.AI

Agent Claude Code

Expert Angular code review specialist. Use PROACTIVELY immediately after writing or modifying Angular code — components, templates, services, routing, forms, HTTP, or NgRx Signal Store state. Reviews signals correctness, change detection and zoneless readiness, template control flow, dependency injection, forms…

9 8d ago A 95 tokens original MIT

Andes-Software-Solutions/Andes.Extensions.AI

Agent Claude Code

Expert GitHub Actions workflow review specialist. Use PROACTIVELY immediately after writing or modifying GitHub Actions workflow files (.github/workflows/.yml) or composite actions. Reviews security hardening (script injection, privileged triggers, action pinning, least-privilege tokens), CI efficiency (caching…

9 8d ago A 93 tokens original MIT

se-technical-writer

43

Andes-Software-Solutions/Andes.Extensions.AI

Agent Claude Code

Technical writing specialist. Use PROACTIVELY to create or update developer documentation under docs/ when new features are implemented or implementation details need documenting. Produces guides, tutorials, ADRs, and reference docs.

9 8d ago A 48 tokens original MIT

code-reviewer

45

peterblazejewicz/claude-plugins

Agent

Senior .NET/C# code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance — with .NET 8+ (Avalonia, ASP.NET Core, Blazor, MAUI, EF Core, xUnit/MSTest) framing. Use for thorough code review before merge.

7 2mo ago A 68 tokens original MIT

test-engineer

46

peterblazejewicz/claude-plugins

Agent

.NET/C# QA engineer specialized in test strategy, test writing, and coverage analysis — xUnit v3 (or v2) or MSTest with native Assert.X, WebApplicationFactory, Testcontainers, Microsoft.Playwright, and Avalonia.Headless. Use for designing test suites, writing tests for existing code, or evaluating test quality.

7 2mo ago A 73 tokens original MIT

peterblazejewicz/claude-plugins

Agent

.NET web performance engineer focused on Core Web Vitals, loading, rendering, and network optimization for Blazor (Server / WebAssembly / Auto) and ASP.NET Core MVC / Razor Pages front ends. Use for performance-focused audits, CWV analysis, and identifying structural performance anti-patterns in .NET web applications.

7 2mo ago A 69 tokens original MIT

dotnet-code-review

48

Attemainio/dotnet-toolkit

Agent

Reviews C#/.NET code across ALL quality aspects at once — correctness, naming, styling, best practices, performance, concurrency, security, test coverage, XML documentation, and dead code/duplication — within one precisely stated scope. Designed to run in parallel with other instances of itself: partition a large…

2 5d ago A 141 tokens original MIT