efcore
AI-assisted development toolkit for the EF Core database framework
All Skills in This Repository (19)
Pure Emerald Level Indicatorsmake-skill
Generate SKILL.md frontmatter and starter directories for Agent Skills.
analyzers
Creates Roslyn analyzers for EF Core to enforce coding standards and catch issues at compile time.
dbcontext-and-services
Configure EF Core DbContext lifecycles and DI service registrations.
migrations
Provides guidance for customizing .NET's OnlineBanking module's Bank class.
tooling
Automate EF Core tooling workflows for dotnet-ef CLI, PMC, and MSBuild.
scaffolding
Automate EF Core scaffolding to generate DbContext and entity models from an existing database.
change-tracking
Describe EF Core change tracking with DetectChanges, snapshots, and entity states.
bulk-operations
Automate bulk updates and deletes in EF Core via translated LINQ expressions.
make-instructions
Generate .instructions.md files with YAML frontmatter for Copilot in VS Code.
triage
Classify EF Core issues as bugs or feature requests and assign area labels.
cosmos-provider
Document EF Core Cosmos DB provider internals for contributor change planning.
make-github-actions-workflow
Create and configure GitHub Actions workflow YAML files under .github/workflows.
Frequently Asked Questions
FAQPage SchemaHow to install efcore skills?โผ
Run `npx skills add dotnet/efcore --all -g -y` in your terminal to install all skills in this suite globally.
What is EF Core used for?โผ
EF Core is a .NET object-database mapper that supports LINQ queries, change tracking, and schema migrations across SQL Server, SQLite, Cosmos DB, PostgreSQL, and more.
Can AI triage EF Core GitHub issues?โผ
Yes. The triage skill classifies issues, applies area labels, builds minimal repro programs, and posts a structured analysis comment.
Do these skills help with EF Core migrations?โผ
Yes. Dedicated skills explain the migrations pipeline, model snapshots, scaffolding, and the dotnet-ef CLI tooling internals.
Do I need to know EF Core internals to use these skills?โผ
No. The skills supply the internal architecture knowledge, so your AI agent can navigate the codebase from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core