بنقرة واحدة
backend-dotnet
Deliver C# and .NET backends with explicit API, validation, auth, async, and operational patterns centered on ASP.NET Core.
القائمة
Deliver C# and .NET backends with explicit API, validation, auth, async, and operational patterns centered on ASP.NET Core.
Shape cross-stack architecture, API contracts, authentication flow, and integration boundaries for Grok-native delivery.
Deliver Go backends with clear handler, service, auth, validation, and concurrency patterns across Gin, Echo, and Fiber style services.
Deliver Java and Kotlin backends across Spring Boot, Quarkus, and Ktor while keeping contracts, validation, auth, and concurrency models explicit.
Deliver Node.js and TypeScript backends across NestJS and lighter HTTP frameworks without letting one framework own API, validation, auth, or service design.
Deliver Python backends across async FastAPI and Django or Flask service styles while keeping API design, validation, auth, and service behavior explicit.
Clarify strategic direction before implementation by reframing ambiguous goals, comparing viable paths, and recommending the next route, skill, helper, or planning step without executing work.
| name | backend-dotnet |
| description | Deliver C# and .NET backends with explicit API, validation, auth, async, and operational patterns centered on ASP.NET Core. |
Use this pack for .NET backend work: ASP.NET Core APIs, service layers, auth flows, background processing, data access, and server-side delivery patterns that live in the C# ecosystem.
Defer first-pass route choice and lane selection to ../../reference/routing-guidance.md.
This is the general .NET backend pack for the repo. Use the overlay in reference/aspnet-core.md to tune decisions for controllers, minimal APIs, middleware pipelines, and hosted-service behavior while preserving the same quality bar for contracts, validation, documentation, and runtime clarity.
create, init, or new flows as greenfield-only and explicit-request-only. Defer to reference/project-setup-policy.md.ProblemDetails-style errors so contracts stay consistent under change.CancellationToken, timeouts, and graceful shutdown expectations on I/O-heavy paths.reference/aspnet-core.md.review skill after substantial backend changes.architecture-integration when the hard part is really service boundaries, contracts, or client coordination.reference/aspnet-core.md for controllers, minimal APIs, middleware pipelines, endpoint filters, EF-adjacent services, and hosted background work.