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

run-tests

97

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Runs .NET tests with dotnet test. Use when user says "run tests", "run my tests", "run these tests", "execute tests", "dotnet test", "test filter", "filter by category", "filter by class", "combine filters", "run only specific tests", "integration tests", "unit tests", "tests not running", "hang timeout"…

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

serialization

98

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Choose the right serialization format for .NET applications. Prefer schema-based formats (Protobuf, MessagePack) over reflection-based (Newtonsoft.Json). Use System.Text.Json with AOT source generators for JSON scenarios.

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Create and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes).

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

dotnet-slopwatch

100

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Use Slopwatch to detect LLM reward hacking in .NET code changes. Run after every code modification to catch disabled tests, suppressed warnings, empty catch blocks, and other shortcuts that mask real problems.

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

snapshot-testing

101

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Use Verify for snapshot testing in .NET. Approve API surfaces, HTTP responses, rendered emails, and serialized outputs. Detect unintended changes through human-reviewed baseline files.

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Provides guidance on new System.Text.Json APIs introduced in .NET 11. It covers typed JsonTypeInfo access via GetTypeInfo and TryGetTypeInfo on JsonSerializerOptions, and the new JsonNamingPolicy.PascalCase static property. Use when serializing or deserializing JSON in .NET 11 applications and needing typed metadata…

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

technology-selection

103

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSharp. Covers the full spectrum from classic ML through modern LLM orchestration to local inference.…

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

template-authoring

104

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guides creation and validation of custom dotnet new templates. Generates templates from existing projects and validates template.json for authoring issues. USE FOR: creating a reusable dotnet new template from an existing project, validating template.json files for schema compliance and parameter issues, bootstrapping…

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

template-discovery

105

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Helps find, inspect, and compare .NET project templates. Resolves natural-language project descriptions to ranked template matches with pre-filled parameters. USE FOR: finding the right dotnet new template for a task, comparing templates side by side, inspecting template parameters and constraints, understanding what…

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…

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

template-validation

107

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Validates custom dotnet new templates for correctness before publishing. Catches missing fields, parameter bugs, shortName conflicts, constraint issues, and common authoring mistakes that cause templates to fail silently. USE FOR: checking template.json files for errors before publishing or testing, diagnosing why a…

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

test-anti-patterns

108

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Quick pragmatic detection-focused review of .NET test code for anti-patterns that undermine reliability and diagnostic value. Use when asked to audit test quality, investigate flaky or coupled tests, find duplication or magic values, or when tests pass but don't actually verify anything. Best for identifying and…

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Write integration tests using TestContainers for .NET with xUnit. Covers infrastructure testing with real databases, message queues, and caches in Docker containers instead of mocks.

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Guides migration of .NET Framework Thread.Abort usage to cooperative cancellation in modern .NET. USE FOR: modernizing code that calls Thread.Abort, catching ThreadAbortException, replacing Thread.ResetAbort, replacing Thread.Interrupt for thread termination, resolving PlatformNotSupportedException or SYSLIB0006 after…

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

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

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

writing-mstest-tests

112

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude Code

Best practices for writing new MSTest 3.x/4.x unit tests and implementing concrete fixes in existing MSTest code. Use when the user asks to write, create, implement, repair, or modernize tests (including fix-it prompts such as 'something seems off, fix issues'). Primary fit for direct code changes like correcting…

not rated 22 +1 13d ago A 161 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: