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

Quick Reference

Configuration Use
ToTable() Table name
HasKey() Primary key
Property() Column configuration
Related skills
Installs
10
GitHub Stars
52
First Seen
Mar 1, 2026