ワンクリックで
playground
Run the Sharpy playground (Blazor WASM) locally with hot reload
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the Sharpy playground (Blazor WASM) locally with hot reload
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes
| name | playground |
| description | Run the Sharpy playground (Blazor WASM) locally with hot reload |
Run the Sharpy playground locally as a Blazor WebAssembly dev server with hot reload.
Usage: /playground
Behavior:
src/Sharpy.Playground with dotnet watch runhttp://localhost:5000 or https://localhost:5001Log location: .claude/tmp/last-playground.log
mkdir -p .claude/tmp to ensure log directory existsrm -f .claude/tmp/last-playground.logdotnet watch run --project src/Sharpy.Playground > .claude/tmp/last-playground.log 2>&1
run_in_background: true so the user can continue working.http://localhost:5000 in their browser.tail -50 .claude/tmp/last-playground.log, then echo "=== Full log: .claude/tmp/last-playground.log ==="