tech-stack-dotnet

Automate .NET project workflow setup with build, test, and ORM guidance.

6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill tech-stack-dotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-stack-dotnet
Source: https://github.com/moberghr/mtk-agent-toolkit/tree/main/.claude/skills/tech-stack-dotnet
Command: npx skills add https://github.com/moberghr/mtk-agent-toolkit --skill tech-stack-dotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides .NET-specific context for workflow skills to standardize and accelerate development, build, test, and review processes across .NET projects.

Core Features & Use Cases

  • Loads when the active tech stack is dotnet to augment generic workflow skills with .NET patterns and references.
  • Build & Test Guidance: compile with dotnet build, test with dotnet test, and format with dotnet format for consistent quality.
  • ORM & Framework Patterns: guidance for EF Core usage, MediatR/CQRS patterns, and coding guidelines to improve maintainability.
  • Reference Mapping: points to .claude/references/dotnet resources and project-level best practices to inform reviews and automation.

Quick Start

Load this skill by enabling the active tech stack as dotnet to apply .NET-specific guidance during development.

Frequently Asked Questions about tech-stack-dotnet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize .NET build and test commands across monorepos and microservices?

You can standardize .NET build and test commands by loading this skill to supply deterministic tooling configurations for CI and reviews. It provides structured frontmatter mapping to dotnet build, dotnet test, and dotnet format commands across monorepos and microservices.

What patterns are recommended for EF Core and CQRS in .NET projects?

Recommended patterns for EF Core and CQRS include ORM guidance and MediatR implementations provided by this skill. It maps to reference files containing framework patterns and coding guidelines to improve project maintainability.

Does this skill support CI automation for dotnet format checks?

Yes, this skill supports CI automation by providing deterministic tooling guidance for dotnet format checks. It supplies structured frontmatter configuration with reference files to standardize formatting and code reviews.

Can I use this skill to guide code reviews for library projects?

Yes, you can use this skill to guide code reviews for library projects. It provides reference mapping to .claude/references/dotnet resources and project-level best practices to inform automated review processes.

How do I configure workflow skills for a dotnet tech stack?

To configure workflow skills for a dotnet tech stack, you enable the active tech stack as dotnet to load this skill. It augments generic workflow skills with .NET-specific patterns, frontmatter configuration, and reference files.

What is the best way to apply MediatR and CQRS patterns in .NET development?

The best way to apply MediatR and CQRS patterns is by using the framework guidance supplied by this skill. It provides reference patterns and coding guidelines that standardize implementation across microservices and library projects.