dotnet agents

297 tagged dotnet, measured the same way as everything else here.

Browse within: agent-orchestration 48copilot 45cqrs 42ai-template 30cratis 30event-sourcing 30aks 27human-in-the-loop 27kubernetes 27agent-framework 21blazor 21blazor-webassembly 21desktop-app 21livestreaming 21

Orchestrator

73

Cratis/AI

Agent

Top-level team orchestrator for Cratis-based projects. Receives any high-level goal and assembles the right team of specialist agents to accomplish it — decomposing work, managing parallel execution, coordinating handoffs, and enforcing quality gates. Use this agent as the entry point whenever multiple agents need to…

2 4d ago A 94 tokens original MIT

dotnet-code-review

74

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 6d ago A 141 tokens original MIT

dotnet-explore

75

Attemainio/dotnet-toolkit

Agent

Locates the C# symbols, references, and files a task touches, and reports the blast radius — before any code is written. Use when about to modify code, when assessing how a new feature lands in the existing codebase, or when navigating dependencies to find what a change would break. Returns symbolIds and file:line…

2 6d ago A 105 tokens original MIT

Attemainio/dotnet-toolkit

Agent

Audit-only instrument for dotnet-guard-audit. Attempts a battery of known and improvised bypasses against this repo's own guard-cs-edit, guard-cs-read, guard-cs-bash-read and guard-cs-bash-write PreToolUse hooks — unusual quoting, spaced paths, symlinks, copies, variable expansion, and writing to a .cs file through…

2 6d ago A 212 tokens original MIT

code-locator

77

JSungMin/rider-mcp-enforcer

Agent

Delegated, token-isolated code search for C#/.NET or Unreal C++ projects open in JetBrains Rider. Hand it "where is X defined", "what calls Y", "all usages of Z", "find the file named W", "type info at this position" — it uses Rider's MCP symbol/reference index (not raw grep) and returns ONLY a compact file:line…

2 8d ago A 114 tokens original MIT

log-analyst

78

JSungMin/rider-mcp-enforcer

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…

2 8d ago A 148 tokens copy · 100% MIT

Coordinator

79

Cratis/VerticalSlices

Agent

General-purpose coordinator agent for Cratis-based projects. Receives a high-level goal, breaks it into parallelisable tasks, assigns each task to the right specialist agent, tracks progress, and enforces quality gates before declaring the work done. Use this agent when a request spans multiple concerns (backend +…

2 3d ago A 80 tokens copy · 97% MIT

Cratis/VerticalSlices

Agent

Performance-focused review agent for Cratis-based projects. Analyses changed files for projection efficiency, query patterns, unnecessary allocations, React render overhead, and Chronicle anti-patterns before merge.

2 3d ago A 39 tokens original MIT

Cratis/VerticalSlices

Agent

Orchestrates the implementation of one or more vertical slices. Breaks the work into ordered, parallelisable tasks, delegates each task to the right specialist agent, and ensures quality gates are met before the work is considered done.

2 3d ago A 49 tokens copy · 89% MIT

Plan

82

am-space/own-planner

Agent

Analyze a user task and return a clear, ordered implementation plan before coding.

2 4d ago A 17 tokens original MIT

jsharma1105/Koshi

Agent Claude Code

Use proactively when the user wants to plan a token budget, pack a system-prompt + retrieval + memory + team-context bundle into a budget, count tokens, or optimize for prompt caching. May read from retrieval and memory tools to assemble content. Does NOT index, store memories, or score teams.

2 11d ago A 66 tokens original MIT

koshi-librarian

84

jsharma1105/Koshi

Agent Claude Code

Use proactively when the user wants to index code or documentation and search it with Koshi's BM25 retrieval. Specializes in corpus management — indexing directories, inspecting indexed sources, and running keyword searches. Does NOT manage memories, compile context windows, or score teams.

2 11d ago A 59 tokens original MIT

koshi-orchestrator

85

jsharma1105/Koshi

Agent Claude Code

Use when the request spans multiple Koshi pillars (retrieval + memory, index-then-pack, score-then-tune), or the right specialist persona is not obvious. Generalist with access to all 24 Koshi MCP tools. Defers to single-pillar specialists (koshi-librarian, koshi-memory-keeper, koshi-context-packer…

2 11d ago A 95 tokens original MIT

commit-smart

86

JAXTech-Labs/claude-code-template

Agent

Cria commits semânticos bem estruturados seguindo Conventional Commits — analisa mudanças, determina tipo correto e escreve mensagem clara.

2 4mo ago A 29 tokens

create-adr

87

JAXTech-Labs/claude-code-template

Agent

Cria Architecture Decision Records (ADRs) para registrar decisões arquiteturais do — escolhas de tecnologia, padrões e trade-offs.

2 4mo ago A 35 tokens

orchestrator

88

JAXTech-Labs/claude-code-template

Agent

Orquestrador principal. Recebe uma tarefa, identifica os agents relevantes, distribui o trabalho em paralelo e consolida os resultados.

2 4mo ago A 32 tokens

db-agent

89

johanolofsson72/Claude

Agent Claude Code

Database operations specialist for SQLite and Entity Framework Core. Use for schema design, migrations, seed data, query optimization, and database troubleshooting.

2 3d ago A 30 tokens

dotnet-reviewer

90

johanolofsson72/Claude

Agent Claude Code

Expert .NET code reviewer. Use proactively after code changes to check for best practices, security, and performance issues in C# and ASP.NET Core code.

2 3d ago A 36 tokens

security-scanner

91

johanolofsson72/Claude

Agent Claude Code

Security-focused code reviewer. Use proactively to scan for vulnerabilities, secret leaks, SQL injection, XSS, CSRF issues, and authentication/authorization problems.

2 3d ago A 35 tokens

local-code-reviewer

92

devMappouras/local-code-review-claude-plugin

Agent

Use this agent when the user asks to "review code", "check my changes", "review uncommitted changes", "code review", "review before commit", "check for bugs", or when Claude detects scenarios involving local code review for .NET or Angular projects. This agent specializes in reviewing uncommitted git changes for bugs…

1 8mo ago A 86 tokens original MIT

test-coverage

93

Hyeonu-Cha/dotnet-coverage-mcp

Agent

Expert agent for .NET test coverage: scaffolds test directories mirroring source structure, creates unit and integration test files with clean DI patterns, and iteratively improves coverage using dotnet-coverage-mcp MCP tools. Routes to specialized skills for scaffolding, running coverage, analyzing gaps, and writing…

1 16d ago A 65 tokens original MIT

Kioku Maintainer

94

sandovaldavid/kioku

Agent

Maintains the .NET MCP server, generated contracts, Kioku skills, client integrations, security boundaries, and optional Cortex-L7 project memory.

0 4d ago A 34 tokens original MIT