← all plugins

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-maintainability
⬇ Download

Skills in this plugin

  1. exp-simd-vectorization · dotnet
    Optimizes 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.
    4k
    repo stars
  2. exp-mock-usage-analysis · dotnet
    Audits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks.
    4k
    repo stars
  3. exp-test-maintainability · dotnet
    Analyzes .NET test suites for duplicated boilerplate, copy-paste tests, and structural maintainability issues, producing a report with concrete before/after refactoring suggestions.
    4k
    repo stars