dotnet-upgrade skillA
dotnet-upgrade is agent-read markdown (skill) from akunzai/agent-skills: Upgrade a .NET codebase to a newer .NET: .NET Framework 4.x to modern .NET, an out-of-support netcoreapp/net5+ to the current LTS, or netstandard libraries that only pretend to be portable. Use to assess, plan, execute, or resume a long-running upgrade while product work keeps shipping on the main branch..
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
# .NET Upgrade A long upgrade outlives any one session and runs beside product work that keeps landing on trunk. Two ideas carry the whole skill: - **Trunk-safe**: a change is trunk-safe when the old target's build output and runtime behaviour stay the same. Trunk-safe work merges to the main branch early, in small requests, so the long-lived upgrade branch only holds what cannot coexist with the old app. - **Cold start**: every session, including one after context compaction, begins by reading the upgrade state, never by remembering it. ## Upgrade state Before anything else, find or create the state surface. Read [`references/state.md`](references/state.md): it decides where the plan, decisions, and progress live, and holds the resume protocol. An upgrade already in progress resumes at the task its state names; skip to Execute. ## 1. Assess (read-only) Inventory the repository. Done when every `*.csproj`, including the ones no `*.sln`/`*.slnx`/`*.slnf` builds, has a row with: - target framework(s), SDK-style or legacy format, project kind (web host, API, console, library, test, desktop), and the solutions that build it …
Read the whole file at its exact version.
How to install
mdr add akunzai/agent-skills/dotnet-upgrade@git:20260923.c38fae6mdr add akunzai/agent-skills/dotnet-upgrade@sha256:c206485a54e98c02Pin 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_vqlljcjazguyr6sb)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.c38fae6 latest | 2026-09-23 | c38fae6 | 6,636 B | A | view · diff |
| git:20260922.9af37f2 | 2026-09-22 | 9af37f2 | 6,036 B | A | view · diff |
| git:20260922.f20193c | 2026-09-22 | f20193c | 5,829 B | A | view |
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 (6636 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
akunzai/agent-skills · 4 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_vqlljcjazguyr6sb GET https://markdownregistry.com/api/v1/resolve?ref=akunzai/agent-skills/dotnet-upgrade GET https://markdownregistry.com/api/v1/blob/c206485a54e98c0255c3da66ed1ac281d30ab65c20871a93ad3eddd520d4b029
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 akunzai/agent-skills
Every file in akunzai/agent-skills