Agent Claude Code
Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.
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
Agent Claude Code
Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.
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).
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).…
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…
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…
Agent
Search installed actions and read exemplar programs for learning (read-only).
Agent
Post-patch diagnostics and debug trace for the current action program.
Agent
Find step-runner keys and inputParams — search then get; never guess wire keys.
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.…
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…
Agent
Your AI team. Describe what you're building, get a team of specialists that live in your repo.
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…
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.
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…
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…
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?".
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…
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…
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.
elbruno/ElBruno.ModelContextProtocol
Agent
Your AI team. Describe what you're building, get a team of specialists that live in your repo.
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.
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.
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.
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…