dotnet-mediatr

Community

Decouple .NET request handling.

AuthorHeldinhow
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the complexity of managing direct method calls and tightly coupled components in .NET applications by implementing the MediatR mediator pattern for decoupled request handling.

Core Features & Use Cases

  • Decoupled Request Handling: Enables communication between components without direct dependencies.
  • CQRS Implementation: Facilitates the separation of command and query responsibilities.
  • Pipeline Behaviors: Allows for the implementation of cross-cutting concerns like logging, validation, and authorization in a centralized manner.
  • Use Case: When building a new feature that requires validating user input before processing a command, you can use MediatR's pipeline behaviors to add a validation step that runs automatically before the command handler is invoked.

Quick Start

Add the MediatR packages to your .NET project using the dotnet add package command.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dotnet-mediatr
Download link: https://github.com/Heldinhow/awesome-opencode-dev-skills/archive/main.zip#dotnet-mediatr

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.