F-U-S-E-E/FuseDevelopmentGroup

This repository also configures its own agents. See what FuseDevelopmentGroup tells them →

22Stars on the repository
135Mods indexed here, across every type
13d agoLast push, which is what freshness is scored on
AGPL-3.0Licence, which decides whether bodies are shown

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it when upgrading from .NET 10 to .NET 11, NOT for writing new programs. USE FOR: upgrading TargetFramework from net10.0 to net11.0, fixing build errors after updating the .NET 11 SDK, resolving…

not rated 22 +1 13d ago A 199 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrate a .NET 8 project to .NET 9 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net8.0 to net9.0, fixing build errors after updating the .NET 9 SDK, resolving behavioral changes in .NET 9 / C# 13 / ASP.NET Core 9 / EF Core 9, replacing BinaryFormatter (now always throws), resolving…

not rated 22 +1 13d ago A 176 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrate a .NET 9 project or solution to .NET 10 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net9.0 to net10.0, fixing build errors after updating the .NET 10 SDK, resolving source and behavioral changes in .NET 10 / C# 14 / ASP.NET Core 10 / EF Core 10, updating Dockerfiles for…

not rated 22 +1 13d ago A 266 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrate MSTest v1 or v2 test project to MSTest v3. Use when user says "upgrade MSTest", "upgrade to MSTest v3", "migrate to MSTest v3", "update test framework", "modernize tests", "MSTest v3 migration", "MSTest compatibility", "MSTest v2 to v3", or build errors after updating MSTest packages from 1.x/2.x to 3.x. USE…

not rated 22 +1 13d ago A 288 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Fix build errors and breaking changes after upgrading MSTest from v3 to v4, or plan a complete MSTest v3-to-v4 migration. Use when user says "upgrade to MSTest v4", "MSTest 4 migration", "MSTest v4 breaking changes", "tests don't compile after upgrading MSTest", or has errors CS0507, CS0103, CS1061, CS1615 after…

not rated 22 +1 13d ago A 262 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Enable nullable reference types in a C# project and systematically resolve all warnings. USE FOR: adopting NRTs in existing codebases, file-by-file or project-wide migration, fixing CS8602/CS8618/CS86xx warnings, annotating APIs for nullability, cleaning up null-forgiving operators, upgrading dependencies with new…

not rated 22 +1 13d ago A 142 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Mechanically replace static dependency call sites with wrapper or built-in abstraction calls across a bounded scope (file, project, or namespace). Performs codemod-style bulk replacement of DateTime.UtcNow to TimeProvider.GetUtcNow(), File.ReadAllText to IFileSystem, and similar transformations. Adds constructor…

not rated 22 +1 13d ago A 201 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", or mentions EnableMSTestRunner, EnableNUnitRunner, UseMicrosoftTestingPlatformRunner, dotnet test exit code 8, zero tests…

not rated 22 +1 13d ago A 231 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Migrates .NET test projects from xUnit.net v2 to xUnit.net v3. USE FOR: upgrading xunit to xunit.v3. DO NOT USE FOR: migrating between test frameworks (MSTest/NUnit to xUnit.net), migrating from VSTest to Microsoft.Testing.Platform (use migrate-vstest-to-mtp).

not rated 22 +1 13d ago A 80 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable substitution.

not rated 22 +1 13d ago A 44 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Catalog of MSBuild anti-patterns with detection rules and fix recipes. Only activate in MSBuild/.NET build context. USE FOR: reviewing, auditing, or cleaning up .csproj, .vbproj, .fsproj, .props, .targets, or .proj files. Each anti-pattern has a symptom, explanation, and concrete BAD→GOOD transformation. Covers…

not rated 22 +1 13d ago A 141 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guide for modernizing and migrating MSBuild project files to SDK-style format. Only activate in MSBuild/.NET build context. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation…

not rated 22 +1 13d ago A 170 tokens AGPL-3.0

msbuild-server

86

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guide for using MSBuild Server to improve CLI build performance. Only activate in MSBuild/.NET build context. Activate when developers report slow incremental builds from the command line, or when CLI builds are noticeably slower than IDE builds. Covers MSBUILDUSESERVER=1 environment variable for persistent…

not rated 22 +1 13d ago A 83 tokens AGPL-3.0

mtp-hot-reload

87

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Suggests using Microsoft Testing Platform (MTP) hot reload to iterate fixes on failing tests without rebuilding. Use when user says "hot reload tests", "iterate on test fix", "run tests without rebuilding", "speed up test loop", "fix test faster", or needs to set up MTP hot reload to rapidly iterate on test failures.…

not rated 22 +1 13d ago A 149 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Set up NuGet trusted publishing (OIDC) on a GitHub Actions repo — replaces long-lived API keys with short-lived tokens. USE FOR: trusted publishing, NuGet OIDC, keyless NuGet publish, migrate from NuGet API key, NuGet/login, secure NuGet publishing. DO NOT USE FOR: publishing to private feeds or Azure Artifacts (OIDC…

not rated 22 +1 13d ago A 111 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, naming conventions, error handling, performance, and API design best practices.

not rated 22 +1 13d ago A 45 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps. Use when EF Core queries are slow, generating excessive SQL, or causing high database load.

not rated 22 +1 13d ago A 53 tokens AGPL-3.0

package-management

91

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Manage NuGet packages using Central Package Management (CPM) and dotnet CLI commands. Never edit XML directly - use dotnet add/remove/list commands. Use shared version variables for related packages.

not rated 22 +1 13d ago A 42 tokens AGPL-3.0

platform-detection

92

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Reference data for detecting the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from project files. DO NOT USE directly — loaded by run-tests, mtp-hot-reload, and migrate-vstest-to-mtp when they need detection logic.

not rated 22 +1 13d ago A 70 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Write UI tests for Blazor applications (Server or WebAssembly) using Playwright. Covers navigation, interaction, authentication, selectors, and common Blazor-specific patterns.

not rated 22 +1 13d ago A 39 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Cache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build.

not rated 22 +1 13d ago A 37 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Modern .NET project structure including .slnx solution format, Directory.Build.props, central package management, SourceLink, version management with RELEASENOTES.md, and SDK pinning with global.json.

not rated 22 +1 13d ago A 46 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guide for interpreting ResolveProjectReferences time in MSBuild performance summaries. Only activate in MSBuild/.NET build context. Activate when ResolveProjectReferences appears as the most expensive target and developers are trying to optimize it directly. Explains that the reported time includes wait time for…

not rated 22 +1 13d ago A 91 tokens AGPL-3.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: