Entity Framework Core
Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and lifetime management for modern .NET applications.
dotnet skills install entity-framework-core
Data-access orchestration agent for EF Core, EF6, migrations, query translation, modeling, and persistence strategy decisions. Use when the dominant question is how a .NET app reads, writes, models, or migrates relational data.
Route .NET data access work into the right persistence skill, with a strong bias toward making EF Core and EF6 decisions explicit before implementation starts.
This is a grouped top-level agent spanning several data-focused skills. If a future specialist agent only applies to one persistence library, that narrower agent should live under the corresponding skill folder instead.
dotnet-entity-framework-coredotnet-entity-framework6dotnet-managedcode-storagedotnet-architecture unless the data boundary is the actual core issue.Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and lifetime management for modern .NET applications.
dotnet skills install entity-framework-core
Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and when EF Core is or is not the right next step.
dotnet skills install entity-framework6
Use ManagedCode.Storage when a .NET application needs a provider-agnostic storage abstraction with explicit configuration, container selection, upload and download flows, and…
dotnet skills install managedcode-storage
Use ManagedCode.MarkItDown when a .NET application needs deterministic document-to-Markdown conversion for ingestion, indexing, summarization, or content-processing workflows.
dotnet skills install managedcode-markitdown