dart-modern-features とは?
Records などの最新の Dart 機能 (v3.0 ~ v3.10) を使用するためのガイドライン パターンマッチング、スイッチ式、拡張タイプ、クラス修飾子、 ワイルドカード、Null 認識要素、およびドット省略表記。 ソース: kevmoo/dash_skills。
Records などの最新の Dart 機能 (v3.0 ~ v3.10) を使用するためのガイドライン パターンマッチング、スイッチ式、拡張タイプ、クラス修飾子、 ワイルドカード、Null 認識要素、およびドット省略表記。
コマンドラインで dart-modern-features AI スキルを開発環境にすばやくインストール
ソース: kevmoo/dash_skills。
Records Use records as anonymous, immutable, aggregate structures to bundle multiple objects without defining a custom class. Prefer them for returning multiple values from a function or grouping related data temporarily.
Prefer: Using records to bundle types seamlessly on the fly.
Patterns and Pattern Matching Use patterns to destructure complex data into local variables and match against specific shapes or values. Use them in switch, if-case, or variable declarations to unpack data directly.
Records などの最新の Dart 機能 (v3.0 ~ v3.10) を使用するためのガイドライン パターンマッチング、スイッチ式、拡張タイプ、クラス修飾子、 ワイルドカード、Null 認識要素、およびドット省略表記。 ソース: kevmoo/dash_skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/kevmoo/dash_skills --skill dart-modern-featuresRecords などの最新の Dart 機能 (v3.0 ~ v3.10) を使用するためのガイドライン パターンマッチング、スイッチ式、拡張タイプ、クラス修飾子、 ワイルドカード、Null 認識要素、およびドット省略表記。 ソース: kevmoo/dash_skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/kevmoo/dash_skills --skill dart-modern-features インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/kevmoo/dash_skills