Tag: dotnet

Type: All Skills Tools
skill ★ 8

Prepare MCP Package for Release

Automates the preparation of MCP packages for release by synchronising version numbers across .NET and Python files, validating server configurations, and verifying builds.

refined-element/lightning-enable-mcp mcp release-management dotnet python
skill ★ 158

Core conventions for programmatic Excel automation

This guide outlines the critical architectural patterns and conventions for developing robust Excel automation tools using COM interop. It details best practices for error propagation, COM object cleanup, and structured testing within the E…

sbroenne/mcp-server-excel excel automation com-interop dotnet
skill ★ 158

Dependency Validation for Excel MCP Server

A skill for verifying the integrity of dependency or toolchain upgrades within the Excel MCP server repository by executing sequential build, test, and packaging commands.

sbroenne/mcp-server-excel dependency-validation dotnet mcp regression-testing
tool ★ 2,786

Find C# Methods via Reflection

Locates C# methods within a Unity project using C# Reflection. It supports searching by class name, method name, and parameters, including private members.

IvanMurzak/Unity-MCP unity csharp reflection mcp
skill ★ 2

.NET Memory Profiling and Leak Detection

An agentic skill to analyse .NET application memory usage and identify leaks. It leverages dotMemory to capture snapshots, compare states, and suggest actionable code fixes.

MarcelRoozekrans/memorylens-mcp dotnet memory-profiling mcp debugging
skill ★ 9

Semantic .NET Code Intelligence

Provides semantic intelligence for .NET and C# codebases by leveraging Roslyn-based MCP tools for precise symbol navigation and diagnostic retrieval. It prioritises semantic lookups over text-based searches to ensure accurate analysis of ty…

MarcelRoozekrans/roslyn-codelens-mcp dotnet csharp roslyn mcp