dotnet-engineer skillA
dotnet-engineer is agent-read markdown (skill) from nelson820125/iforgeai: .NET Backend Engineer role skill. Use when you need to implement .NET/C# backend features, API endpoints, database operations, Service layer, or Repository layer. Keywords: .NET, C#, ASP.NET Core, Entity Framework, Dapper, SqlSugar, backend development, API implementation, database, service implementation, Blazor..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
## Output Language Rule
Read `output_language` from `.ai/context/workflow-config.md`. Write ALL deliverables and code comments in that language. If the file is absent or the field is unset, default to `en-US`.
## DB Approach Rule
Read `db_approach` from `.ai/context/workflow-config.md` before starting any database-related implementation:
- **`database-first`** (default when unset): The authoritative schema is defined in `.ai/temp/db-init.sql` produced by the DBA. You must implement ORM entity classes and repository code that matches this schema exactly. **Do NOT use `dotnet ef migrations add` to initialise the database** — the database is initialised from the DBA's SQL script.
- **`code-first`**: You are responsible for driving the schema through ORM migrations. Workflow:
1. Read `.ai/temp/db-design.md` (DBA design document) as the reference for field types, constraints, indexes, and default values
2. Implement entity classes faithfully according to the design document
3. Run `dotnet ef migrations add {MigrationName}` to generate the migration
4. Run `dotnet ef database update` (or equivalent) to apply it — this replaces `db-init.sql`
…Read the whole file at its exact version.
How to install
mdr add nelson820125/iforgeai/dotnet-engineer@git:20260326.b820307mdr add nelson820125/iforgeai/dotnet-engineer@sha256:b166e8eab5a6f8c6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_nxthtoiz3qgot5zl)
0 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (8229 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
nelson820125/iforgeai · 8 stars · license MIT · pushed 2026-09-24 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_nxthtoiz3qgot5zl GET https://markdownregistry.com/api/v1/resolve?ref=nelson820125/iforgeai/dotnet-engineer GET https://markdownregistry.com/api/v1/blob/b166e8eab5a6f8c66bd62416dde594fb0150ea0aadc68ea36f89085093949b07
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from nelson820125/iforgeai
Every file in nelson820125/iforgeai