sorcha-cli とは?
System.CommandLine 2.0.2、Refit HTTP クライアント、および Spectre.Console を使用して Sorcha CLI ツールを構築および保守します。 次の場合に使用します: CLI コマンドの作成、オプション/引数の追加、Refit サービス クライアントの実装、CLI テストの作成、またはコマンド構造の問題の修正。 ソース: stuartf303/sorcha。
System.CommandLine 2.0.2、Refit HTTP クライアント、および Spectre.Console を使用して Sorcha CLI ツールを構築および保守します。 次の場合に使用します: CLI コマンドの作成、オプション/引数の追加、Refit サービス クライアントの実装、CLI テストの作成、またはコマンド構造の問題の修正。
コマンドラインで sorcha-cli AI スキルを開発環境にすばやくインストール
ソース: stuartf303/sorcha。
The Sorcha CLI (sorcha) is a .NET 10 global tool for managing the Sorcha distributed ledger platform. It uses System.CommandLine 2.0.2 for command parsing, Refit for HTTP API clients, and Spectre.Console for rich terminal output.
| Option constructor | new Option ("--id", "Description") | new Option ("--id", "-i") | | Add short alias | option.Aliases.Add("-i") | Second constructor param | | Option name property | Returns "--id" (with dashes) | Does NOT return "id" | | Get option value | parseResult.GetValue(option) | parseResult.GetValueForOption() |
| Set action | this.SetAction(async (pr, ct) => {...}) | Override Execute | | Test find option | o.Name == "--id" | o.Aliases.Contains("--id") |
System.CommandLine 2.0.2、Refit HTTP クライアント、および Spectre.Console を使用して Sorcha CLI ツールを構築および保守します。 次の場合に使用します: CLI コマンドの作成、オプション/引数の追加、Refit サービス クライアントの実装、CLI テストの作成、またはコマンド構造の問題の修正。 ソース: stuartf303/sorcha。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/stuartf303/sorcha --skill sorcha-cliSystem.CommandLine 2.0.2、Refit HTTP クライアント、および Spectre.Console を使用して Sorcha CLI ツールを構築および保守します。 次の場合に使用します: CLI コマンドの作成、オプション/引数の追加、Refit サービス クライアントの実装、CLI テストの作成、またはコマンド構造の問題の修正。 ソース: stuartf303/sorcha。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/stuartf303/sorcha --skill sorcha-cli インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/stuartf303/sorcha