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.
Guardrails
- Do not install or execute upstream CLI tooling without checking the README and local project constraints.
- Treat generated migration output as a draft until tests prove behavior parity.
- Preserve nullable context, analyzers, editorconfig rules, and package versioning strategy.
- Keep source and generated migration artifacts separated when experimenting.
Expected Output
Return a migration or implementation checklist, commands, validation evidence, and any upstream skill or CLI reference used.