efcore-patterns

efcore-patterns is a skill for Claude Code, Codex from atherio-danp/cde-dotnetcc. It costs 55 tokens per session (1,066 once invoked), scanned A, original, no licence file.

A guide to storing and retrieving application data with EF Core, a .NET library that maps C# objects to database tables, using PostgreSQL. It covers entities, database mappings, repositories, queries, and schema migrations.

In plain words
What is it for?
Use it when adding a table or entity, writing a database query or repository, or changing the database schema with a migration.
Why use it?
It provides the pieces needed to change the database-backed part of the API without handling each database detail from scratch.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/atherio-danp/cde-dotnetcc/efcore-patterns
Any agent
npx skills add atherio-danp/cde-dotnetcc --skill efcore-patterns
Clone the repo
git clone --depth 1 https://github.com/atherio-danp/cde-dotnetcc

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for efcore-patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/atherio-danp/cde-dotnetcc/efcore-patterns.svg)](https://agentmods.dev/skills/atherio-danp/cde-dotnetcc/efcore-patterns)
Your own site
<a href="https://agentmods.dev/skills/atherio-danp/cde-dotnetcc/efcore-patterns"><img src="https://agentmods.dev/badge/skills/atherio-danp/cde-dotnetcc/efcore-patterns.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,066 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00055 $0.01066
Opus 5 $0.00028 $0.00533
Sonnet 5 $0.00011 $0.00213
Haiku 4.5 $0.00006 $0.00107

Measured 4d ago against content hash 22b5568b8ec9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

efcore-patterns scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/efcore-patterns/SKILL.md · 45 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 45 lines · 55 tokens per session scan A 22b5568b8ec9

Subscribe to this mod's changes

efcore-patterns is a skill published in the GitHub repository atherio-danp/cde-dotnetcc (109 stars, last pushed 1mo ago), with no licence file. It adds 55 tokens to every session and 1,066 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

creating-oracle-to-postgres-master-migration-plan

Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master migration plan. Use when starting a multi-project Oracle-to-PostgreSQL migration, creating a migration inventory, or assessing which .NET projects contain Oracle dependencies.

boshi-xixixi/TraeSkill · 71 tokens

safe-sql-execution

Use whenever code will build, return, fetch, or execute SQL that runs against a user's real Postgres database — even when the request reads like an ordinary feature or bug fix and never says "security," "injection," or "SafeSqlFragment." This covers: writing or editing any pg-meta function, query builder, or endpoint…

supabase/supabase · 221 tokens

efcore-patterns

Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.

Aaronontheweb/dotnet-skills · 35 tokens

data-analyst

Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.

clawdotnet/openclaw.net · 25 tokens

payload-cms

Install and wire Payload CMS into this Next.js 16 app, backed by Supabase Postgres and Supabase Storage — packages, payload.config.ts, the (payload) route group, collections derived from the actual page views, type generation, migrations, and proving the read loop end-to-end. Use when the user asks to "add a CMS"…

textura-agency/next16-claude-starter · 101 tokens

dump-schema

Dump clean Postgres schema to a file and copy path to clipboard.

macro-inc/macro · 17 tokens