dotnet-mediatr/SKILL.md
Implement MediatR mediator pattern in .NET for decoupled request handling.
npx skillsauth add Heldinhow/awesome-opencode-dev-skills dotnet-mediatrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MediatR is a mediator pattern implementation that enables decoupled request handling in .NET. This skill should be invoked when implementing CQRS, needing decoupled handlers, or requiring pipeline behaviors for cross-cutting concerns.
dotnet add package MediatRdotnet add package MediatR.Extensions.Microsoft.DependencyInjectiontools
Implement WebSocket communication for real-time bidirectional client-server communication.
development
Implement webhook handlers for processing incoming events from external services.
development
Test web applications using Playwright for end-to-end browser testing.
development
Build production-quality HTML artifacts using React, Tailwind CSS, and shadcn/ui.