modern-csharp-coding-standards
✓レコード、パターン マッチング、値オブジェクト、async/await、Span<T>/Memory<T>、ベスト プラクティス API 設計パターンを使用して、最新の高性能 C# コードを作成します。 C# 12 以降の機能を使用した関数型スタイルのプログラミングを強調します。
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
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-05