atherio-danp/cde-dotnetcc

Claude Code harness for .NET developers

109Stars on the repository
34Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

architect-backend

01

atherio-danp/cde-dotnetcc

Agent Claude Code

The definitive read-only authority on the .NET backend — architecture, project structure, every standard/rule, and all canonical patterns. Reviews backend changes (apps/api) for rule adherence and hunts for real bugs, returning severity-bucketed findings. Never edits code.

109 1mo ago A 57 tokens

architect-frontend

02

atherio-danp/cde-dotnetcc

Agent Claude Code

Read-only frontend reviewer for the Next.js/React app. Validates adherence to the project's own frontend standards and hunts for bugs. Use to review frontend changes under apps/web. Never edits code. (Fully exercised once apps/web is scaffolded.).

109 1mo ago A 53 tokens

architect-fullstack

03

atherio-danp/cde-dotnetcc

Agent Claude Code

Read-only reviewer of the API↔BFF seam and cross-stack concerns — request/response contract parity, ProblemDetails handling, SSE relay, auth/tenancy across the boundary. Use when a change spans apps/api and apps/web. Never edits code.

109 1mo ago A 56 tokens

findings-verifier

04

atherio-danp/cde-dotnetcc

Agent Claude Code

Adversarially verifies a single architect finding by reading the actual code line by line, returning a real/noise verdict with evidence. Used by the architect-review workflow to pre-filter findings before the main agent's final triage.

109 1mo ago A 51 tokens

implementer

05

atherio-danp/cde-dotnetcc

Agent Claude Code

Implements an approved implementation plan in the .NET/Next.js codebase. Spawned by the impl-build workflow to build a plan section — edits C# via Serena, builds, and reports files changed. Not for ad-hoc use.

109 1mo ago A 52 tokens

rca-investigator

06

atherio-danp/cde-dotnetcc

Agent Claude Code

Read-only root-cause investigator for the .NET backend — diagnoses runtime/production issues (errors, anomalies, failures, performance) by combining code analysis, SQL, and telemetry. Produces an evidence-backed root cause + a minimal-fix proposal (a fix-list impl-build can consume). Never edits code.

109 1mo ago A 67 tokens

atherio-danp/cde-dotnetcc

Agent Claude Code

The backend security authority for the .NET API — audits against OWASP Top 10 (mapped to .NET 10 / Minimal API / EF Core on Npgsql), tenant isolation, secret handling, and EU data residency. Read-only; returns severity-bucketed, verifiable findings. Backend-specific (the frontend has its own auditor).

109 1mo ago A 75 tokens

testing-expert

08

atherio-danp/cde-dotnetcc

Agent Claude Code

Writes and runs the tests specified by an implementation plan's exact test list, then reports exact pass/fail/skip counts. Used by the impl-build workflow. Owns test authorship; never weakens a test to make it pass. (Fully exercised once apps/api/tests + an approved test stack exist.).

109 1mo ago A 66 tokens

validator

09

atherio-danp/cde-dotnetcc

Agent Claude Code

Read-only validator that checks an implementation against its plan and the project rules and returns a structured pass/fail verdict. Used by the impl-build workflow after the implementer; gates the fix loop. Never edits code.

109 1mo ago A 45 tokens