Ef Postgres Query Expert banner
keithdv keithdv

Ef Postgres Query Expert

Data & AI community

Description

--- name: ef-postgres-query-expert description: "Use this agent when you need to write, optimize, or troubleshoot Entity Framework Core queries against a PostgreSQL database. This includes writing LINQ queries, diagnosing N+1 problems, optimizing slow queries, writing raw SQL when needed, configuring EF Core mappings for PostgreSQL-specific types, and analyzing query execution plans.\\n\\nExamples:\\n\\n- User: \"I need to fetch all patients with their last 5 visits, but the query is slow\"\\n

Installation

Installs to ~/.claude/agents/keithdv-claudeskills-ef-postgres-query-expert.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/keithdv/ClaudeSkills/HEAD/agents/ef-postgres-query-expert.md -o ~/.claude/agents/keithdv-claudeskills-ef-postgres-query-expert.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository