소개
This skill provides a standardized blueprint for implementing the Repository pattern and Service layer within .NET projects using Claude Code. It guides developers through creating decoupled architectures, defining clean interfaces for data access, and setting up dependency injection. It is particularly useful when building scalable, testable applications where business logic must be clearly separated from data persistence logic, helping maintain a Clean Architecture approach while reducing code duplication.