·modern-csharp-coding-standards
</>

modern-csharp-coding-standards

aaronontheweb/dotnet-skills

レコード、パターン マッチング、値オブジェクト、async/await、Span<T>/Memory<T>、ベスト プラクティス API 設計パターンを使用して、最新の高性能 C# コードを作成します。 C# 12 以降の機能を使用した関数型スタイルのプログラミングを強調します。

154インストール·13トレンド·@aaronontheweb

インストール

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill modern-csharp-coding-standards

SKILL.md

Use record types for DTOs, messages, events, and domain entities.

Value objects should always be readonly record struct for performance and value semantics.

CRITICAL: NO implicit conversions. Implicit operators defeat the purpose of value objects by allowing silent type coercion:

レコード、パターン マッチング、値オブジェクト、async/await、Span<T>/Memory<T>、ベスト プラクティス API 設計パターンを使用して、最新の高性能 C# コードを作成します。 C# 12 以降の機能を使用した関数型スタイルのプログラミングを強調します。 ソース: aaronontheweb/dotnet-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill modern-csharp-coding-standards
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

modern-csharp-coding-standards とは?

レコード、パターン マッチング、値オブジェクト、async/await、Span<T>/Memory<T>、ベスト プラクティス API 設計パターンを使用して、最新の高性能 C# コードを作成します。 C# 12 以降の機能を使用した関数型スタイルのプログラミングを強調します。 ソース: aaronontheweb/dotnet-skills。

modern-csharp-coding-standards のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill modern-csharp-coding-standards インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/aaronontheweb/dotnet-skills