Dotnet Experimental
by @dotnet · plugin · 3 skills
Dotnet Experimental skills from dotnet/skills.
Install the whole plugin (CLI)
npx skillmds add dotnet/exp-simd-vectorization
npx skillmds add dotnet/exp-mock-usage-analysis
npx skillmds add dotnet/exp-test-maintainabilitySkills in this plugin
- ▌ exp-simd-vectorization · dotnetOptimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls.
- ▌ exp-mock-usage-analysis · dotnetAudits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks.
- ▌ exp-test-maintainability · dotnetAnalyzes .NET test suites for duplicated boilerplate, copy-paste tests, and structural maintainability issues, producing a report with concrete before/after refactoring suggestions.