use-case-organization
CommunityOrganize UseCases with CQRS/MediatR structure.
AuthorYuriGarciaRibeiro
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Standardizes the organization of use cases in application-layer CQRS/MediatR projects. It helps teams create, refactor, or review UseCases, Commands, Queries, Handlers, and Validators in .NET/C# projects.
Core Features & Use Cases
- Standardized layout: UseCases/<CaseName>/ with Command.cs, Query.cs, Handler.cs, Validator.cs, and Response.cs following a consistent naming scheme.
- Consistent naming and structure: Ensures folder and file names share prefixes for easy discovery and alignment across the codebase.
- Guardrails and validation: Provides a concise checklist to verify structure, responsibilities, and separation of concerns.
Quick Start
Create a new UseCase folder under UseCases/<Name> and add the corresponding <Name>Command.cs, <Name>Query.cs, <Name>Handler.cs, <Name>Validator.cs, and <Name>Response.cs following the standard naming conventions.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: use-case-organization Download link: https://github.com/YuriGarciaRibeiro/API-notifications/archive/main.zip#use-case-organization Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.