F-U-S-E-E

60 mods across 1 repository, 21 stars between them.

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Patterns for building entity actors with Akka.Hosting - GenericChildPerEntityParent, message extractors, cluster sharding abstraction, akka-reminders, and ITimeProvider. Supports both local testing and clustered production modes.

21 8d ago A 51 tokens AGPL-3.0

akka-net-management

26

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Akka.Management for cluster bootstrapping, service discovery (Kubernetes, Azure, Config), health checks, and dynamic cluster formation without static seed nodes.

21 8d ago A 35 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Write unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit.

21 8d ago A 51 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Scans .NET code for 50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing hot paths, or auditing allocation-heavy patterns.

21 8d ago A 64 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app…

21 8d ago A 176 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft…

21 8d ago A 217 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Configure Aspire AppHost to emit explicit app config via environment variables; keep app code free of Aspire clients and service discovery.

21 8d ago A 29 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Write integration tests using .NET Aspire's testing facilities with xUnit. Covers test fixtures, distributed application setup, endpoint discovery, and patterns for testing ASP.NET Core apps with real dependencies.

21 8d ago A 43 tokens AGPL-3.0

mailpit-integration

33

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Test email sending locally using Mailpit with .NET Aspire. Captures all outgoing emails without sending them. View rendered HTML, inspect headers, and verify delivery in integration tests.

21 8d ago A 40 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Create a shared ServiceDefaults project for Aspire applications. Centralizes OpenTelemetry, health checks, resilience, and service discovery configuration across all services.

21 8d ago A 34 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Analyze MSBuild binary logs to diagnose build failures by replaying binlogs to searchable text logs. Only activate in MSBuild/.NET build context. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, investigating…

21 8d ago A 168 tokens AGPL-3.0

binlog-generation

36

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. Only activate in MSBuild/.NET build context. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics…

21 8d ago A 157 tokens AGPL-3.0

build-parallelism

37

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Guide for optimizing MSBuild build parallelism and multi-project scheduling. Only activate in MSBuild/.NET build context. USE FOR: builds not utilizing all CPU cores, speeding up multi-project solutions, evaluating graph build mode (/graph), build time not improving with -m flag, understanding project dependency…

21 8d ago A 186 tokens AGPL-3.0

build-perf-baseline

38

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Establish build performance baselines and apply systematic optimization techniques. Only activate in MSBuild/.NET build context. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts…

21 8d ago C 116 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Diagnose MSBuild build performance bottlenecks using binary log analysis. Only activate in MSBuild/.NET build context. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming >30% of Csc time, single targets…

21 8d ago A 189 tokens AGPL-3.0

check-bin-obj-clash

40

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. Only activate in MSBuild/.NET build context. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is being used by another process', intermittent build failures…

21 8d ago A 180 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly does NOT show FOD dialogs, loads both v2 and v4 into the same…

21 8d ago A 102 tokens AGPL-3.0

code-testing-agent

42

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, or create test files. Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more. Orchestrates research…

21 8d ago A 123 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Provides file paths to language-specific extension files for the code-testing pipeline. Call this skill to discover available extension guidance files (e.g., dotnet.md for .NET, cpp.md for C++). Do not use directly — invoked by code-testing agents and skills that need language-specific references.

21 8d ago A 63 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

21 8d ago A 55 tokens AGPL-3.0

convert-to-cpm

45

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.props. USE FOR: converting to CPM, centralizing or aligning NuGet package versions across multiple projects, inlining MSBuild version properties from Directory.Build.props into Directory.Packages.props…

21 8d ago A 166 tokens AGPL-3.0

coverage-analysis

46

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests. Auto-detects solution structure, runs coverage collection via dotnet test (supports both Microsoft.Testing.Extensions.CodeCoverage and Coverlet), generates reports via ReportGenerator…

21 8d ago A 183 tokens AGPL-3.0

crap-analysis

47

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Analyze code coverage and CRAP (Change Risk Anti-Patterns) scores to identify high-risk code. Use OpenCover format with ReportGenerator for Risk Hotspots showing cyclomatic complexity and untested code paths.

21 8d ago C 45 tokens AGPL-3.0

crap-score

48

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Calculates CRAP (Change Risk Anti-Patterns) score for .NET methods, classes, or files. Use when the user asks to assess test quality, identify risky untested code, compute CRAP scores, or evaluate whether complex methods have sufficient test coverage. Requires code coverage data (Cobertura XML) and cyclomatic…

21 8d ago A 101 tokens AGPL-3.0