·dotnet
</>

dotnet

stuartf303/sorcha

Manages .NET 10 runtime, C# 13 syntax, and project configuration Use when: configuring projects, using modern C# features, setting up service defaults, working with DI patterns

6Installs·2Trend·@stuartf303

Installation

$npx skills add https://github.com/stuartf303/sorcha --skill dotnet

SKILL.md

This codebase uses .NET 10 (LTS) with C# 13, configured with strict nullable reference types, implicit usings, and XML documentation. All services follow the same project configuration patterns and share infrastructure through Sorcha.ServiceDefaults.

| Primary constructors | Services with DI | class MyService(IRepo repo) | | Collection expressions | Default values | List Items = [] | | Required members | DTOs/contracts | public required string Id { get; set; } | | Records | Value objects, DTOs | public record PagedResult (...) | | Raw string literals | Multi-line docs | """Markdown content""" |

Library ID: /websites/learnmicrosoften-usdotnet (high reputation, 42K+ snippets)

Manages .NET 10 runtime, C# 13 syntax, and project configuration Use when: configuring projects, using modern C# features, setting up service defaults, working with DI patterns Source: stuartf303/sorcha.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuartf303/sorcha --skill dotnet
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dotnet?

Manages .NET 10 runtime, C# 13 syntax, and project configuration Use when: configuring projects, using modern C# features, setting up service defaults, working with DI patterns Source: stuartf303/sorcha.

How do I install dotnet?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuartf303/sorcha --skill dotnet 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/stuartf303/sorcha

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01