F-U-S-E-E

60 mods across 1 repository, 21 stars between them.

akka-net-specialist

01

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert in Akka.NET architecture, actor systems, and distributed computing patterns. Specializes in analyzing actor lifecycle issues, message passing problems, cluster coordination, persistence, and stream processing. Use for Akka.NET-specific debugging, architecture decisions, and understanding actor system behavior.

21 8d ago A 58 tokens AGPL-3.0

build-perf

02

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Agent for diagnosing and optimizing MSBuild build performance. Runs multi-step analysis: generates binlogs, analyzes timeline and bottlenecks, identifies expensive targets/tasks/analyzers, and suggests concrete optimizations. Invoke when builds are slow or when asked to optimize build times.

21 8d ago A 57 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Runs build/compile commands for any language and reports results. Use when: compiling code, running dotnet build, checking for compilation errors, verifying project builds successfully.

21 8d ago A 37 tokens AGPL-3.0

code-testing-fixer

04

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Fixes compilation errors in source or test files. Use when: resolving build errors, fixing CS/TS error codes, adding missing imports, correcting type mismatches, fixing compilation failures.

21 8d ago A 42 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.

21 8d ago A 37 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Use when: executing a plan phase, writing test files, running build-test-fix cycle for generated tests.

21 8d ago A 48 tokens AGPL-3.0

code-testing-linter

07

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Runs code formatting and linting for any language. Use when: formatting code, running dotnet format, fixing style issues, applying lint fixes.

21 8d ago A 34 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Creates structured test implementation plans from research findings. Use when: organizing tests into phases, prioritizing test generation, creating .testagent/plan.md from research.

21 8d ago A 37 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Analyzes codebases to understand structure, testing patterns, and testability. Use when: researching project structure, identifying source files to test, discovering test frameworks and build commands, producing .testagent/research.md.

21 8d ago A 49 tokens AGPL-3.0

code-testing-tester

10

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Runs test commands for any language and reports pass/fail results. Use when: running dotnet test, executing tests, verifying tests pass, checking test results and failures.

21 8d ago A 39 tokens AGPL-3.0

docfx-specialist

11

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert in DocFX documentation system, markdown formatting, and Akka.NET documentation standards. Handles DocFX-specific syntax, API references, build validation, and compliance with project documentation guidelines. Integrates markdownlint and DocFX compilation checks.

21 8d ago A 51 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert in designing effective .NET performance benchmarks and instrumentation. Specializes in BenchmarkDotNet patterns, custom benchmark design, profiling setup, and choosing the right measurement approach for different scenarios. Knows when BenchmarkDotNet isn't suitable and custom benchmarks are needed.

21 8d ago A 57 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert in .NET concurrency, threading, and race condition analysis. Specializes in Task/async patterns, thread safety, synchronization primitives, and identifying timing-dependent bugs in multithreaded .NET applications. Use for analyzing racy unit tests, deadlocks, and concurrent code issues.

21 8d ago A 64 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert in analyzing .NET application performance data, profiling results, and benchmark comparisons. Specializes in JetBrains profiler analysis, BenchmarkDotNet result interpretation, baseline comparisons, regression detection, and performance bottleneck identification.

21 8d ago A 49 tokens AGPL-3.0

msbuild-code-review

15

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Agent that reviews MSBuild project files for anti-patterns, modernization opportunities, and best practices violations. Scans .csproj, .vbproj, .fsproj, .props, .targets files and produces actionable improvement suggestions. Invoke when asked to review, audit, or improve MSBuild project files.

21 8d ago A 66 tokens AGPL-3.0

msbuild

16

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert agent for MSBuild and .NET build troubleshooting, optimization, and project file quality. Routes to specialized agents for performance analysis and code review. Verifies MSBuild domain relevance before deep-diving. Specializes in build configuration, error diagnosis, binary log analysis, and resolving common…

21 8d ago A 62 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Analyzes .NET code for performance bottlenecks, recommends concrete optimizations, and guides benchmarking. Scans for 50 anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O. Use when reviewing .NET code performance, optimizing hot paths, reducing allocations, or tuning…

21 8d ago A 76 tokens AGPL-3.0

template-engine

19

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Expert agent for .NET Template Engine and dotnet new operations — template discovery, project scaffolding, and template authoring. Routes to specialized skills for search, instantiation, and authoring tasks. Verifies template-engine domain relevance before deep-diving.

21 8d ago A 54 tokens AGPL-3.0

test-migration

20

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Orchestrates .NET test framework and platform migrations: auto-detects the current framework and version, routes to the appropriate migration skill, and guides users through end-to-end upgrades. Use when asked to upgrade MSTest, migrate to xUnit v3, switch to Microsoft.Testing.Platform, modernize test infrastructure…

21 8d ago A 79 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Runs multi-skill audit pipelines for comprehensive .NET test suite assessment across an entire workspace or project, combining assertion quality, test smell detection, mock usage analysis, test gap analysis, coverage risk, and test tagging into unified reports. Use when asked for a broad test suite health check, full…

21 8d ago A 113 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Agent Claude Code

Orchestrates end-to-end testability migration for .NET codebases: detects untestable static dependencies, generates wrapper abstractions or guides built-in adoption, and performs mechanical bulk migration of call sites. Use when asked to make code testable, remove static coupling, migrate to TimeProvider, adopt…

21 8d ago A 79 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Configure Akka.NET with .NET Aspire for local development and production deployments. Covers actor system setup, clustering, persistence, Akka.Management integration, and Aspire orchestration patterns.

21 8d ago A 43 tokens AGPL-3.0

F-U-S-E-E/FuseDevelopmentGroup

Skill Claude CodeCodex

Critical Akka.NET best practices including EventStream vs DistributedPubSub, supervision strategies, error handling, Props vs DependencyResolver, work distribution patterns, and cluster/local mode abstractions for testability.

21 8d ago A 46 tokens AGPL-3.0