·dotnet-10-csharp-14
</>

dotnet-10-csharp-14

mhagrelius/dotfiles

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax

212Installs·16Trend·@mhagrelius

Installation

$npx skills add https://github.com/mhagrelius/dotfiles --skill dotnet-10-csharp-14

SKILL.md

.NET 10 (LTS, Nov 2025) with C# 14. Covers minimal APIs, not MVC.

Official docs: .NET 10 | C# 14 | ASP.NET Core 10

| csharp-14.md | Extension blocks, field keyword, null-conditional assignment | | minimal-apis.md | Validation, TypedResults, filters, modular monolith, vertical slices | | security.md | JWT auth, CORS, rate limiting, OpenAPI security, middleware order |

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax Source: mhagrelius/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mhagrelius/dotfiles --skill dotnet-10-csharp-14
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dotnet-10-csharp-14?

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax Source: mhagrelius/dotfiles.

How do I install dotnet-10-csharp-14?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mhagrelius/dotfiles --skill dotnet-10-csharp-14 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mhagrelius/dotfiles