impl-csharp

Implement or refactor C# / .NET backend code from specs with ASP.NET Core, EF Core, and MediatR.

2|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/nholder88/ai-agent-workflows --skill impl-csharp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: impl-csharp
Source: https://github.com/nholder88/ai-agent-workflows/tree/main/skills/impl-csharp
Command: npx skills add https://github.com/nholder88/ai-agent-workflows --skill impl-csharp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps implement or refactor C# / .NET backend code from specs, tasks, or architecture documents, ensuring production-grade standards are applied.

Core Features & Use Cases

  • Spec-to-code delivery for ASP.NET Core, Blazor, EF Core, and MediatR.
  • Production-hardening patterns including Serilog logging, health checks, Polly retries, data seeding, and graceful shutdown.
  • Refactoring and modernization of existing .NET services to align with architecture documents.

Quick Start

Provide a C# / .NET spec or file and ask me to implement or refactor it into a production-ready backend.

Frequently Asked Questions about impl-csharp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement ASP.NET Core backend code from an architecture spec?▼

You can implement ASP.NET Core backend code from specs by applying production-hardening patterns like Serilog logging, EF Core retries, health probes, and MediatR. This skill translates architecture documents directly into production-ready C# services.

What's the best way to add Serilog structured logging and health checks to a .NET project?▼

The best way to add Serilog structured logging and health checks to a .NET project is by refactoring with production-grade standards. This skill enforces Serilog logging, health probes, and startup config validation automatically.

Can I refactor an existing EF Core service to include Polly retries and graceful shutdown?▼

Yes, you can refactor existing EF Core services to include Polly retries and graceful shutdown. This skill modernizes .NET services by enforcing production-hardening patterns like data seeding and startup validation.

Does this C# .NET implementation support Blazor and MediatR?▼

Yes, this C# .NET implementation supports Blazor and MediatR. It delivers spec-to-code implementation for ASP.NET Core, Blazor, EF Core, and MediatR while applying production-grade standards.

When do I need startup validation and data seeding in my ASP.NET Core application?▼

You need startup validation and data seeding in ASP.NET Core applications when enforcing production-grade backend standards. This skill applies gated environment seeding and configuration validation to ensure reliable service startup.