dotnet-repository-pattern

Installation
SKILL.md

Repository Pattern Generator

Overview

This skill generates Repositories that provide an abstraction over data access:

  • Interface in Domain layer - Defines data access contract
  • Implementation in Infrastructure - Uses EF Core
  • Per Aggregate Root - Not per entity
  • Unit of Work integration - SaveChanges via IUnitOfWork

Quick Reference

Installs
15
GitHub Stars
71
First Seen
Jun 22, 2026
dotnet-repository-pattern — ronnythedev/dotnet-clean-architecture-skills