managedcode-dotnet-skills
Installation
SKILL.md
ManagedCode dotnet-skills
Overview
Use this skill when a .NET project needs an installable skill catalog or CLI-oriented agent workflow from managedcode/dotnet-skills. The upstream repository targets Codex, Claude Code, GitHub Copilot, and Gemini.
Compatibility: .NET, C#, CLI-based skill installation, migration workflows, and multi-agent coding assistants.
Workflow
- Inspect the solution structure, SDK version, package centralization, test framework, and CI before choosing any upstream skill.
- For migration tasks, classify the migration target first: framework upgrade, library replacement, Azure migration, architecture modernization, or test modernization.
- Use the upstream catalog as a reference, then adapt instructions to the local repository conventions.
- Validate with
dotnet restore,dotnet build, and the narrowest relevantdotnet testcommand. - Capture migration decisions in a short compatibility note covering breaking changes and remaining manual work.