dotnet-ef-core-configuration
Installation
SKILL.md
EF Core Configuration Generator
Overview
This skill generates Entity Framework Core configurations using Fluent API:
- IEntityTypeConfiguration - Per-entity configuration classes
- Fluent API over attributes - Keep domain clean
- Snake case naming - PostgreSQL convention
- Relationships - One-to-Many, Many-to-Many, One-to-One
- Value Objects - Owned types mapping