RU
Run the Blazor WASM app, .NET CLI console app, or Python Jupyter notebook
Install
mkdir -p .claude/skills/run-gwergilius && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13235" && unzip -o skill.zip -d .claude/skills/run-gwergilius && rm skill.zipInstalls to .claude/skills/run-gwergilius
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Run the Blazor WASM app, .NET CLI console app, or Python Jupyter notebook73 charsno explicit “when” trigger
About this skill
Argument
$ARGUMENTS — one of: blazor, cli, python
Commands
| Argument | Command | Type |
|---|---|---|
blazor | dotnet run --project dotnet/BlazorChat | dev server — run in background |
cli | dotnet run --project dotnet/AnthropicApiClient | interactive console — run in background |
python | python/\.venv/Scripts/jupyter notebook python/001-requests.ipynb | notebook server — run in background |
All commands are executed from the repository root:
D:\OneDrive - Personal\OneDrive\Source\Trainings\AI\Claude with Anthropic API
Your task
- Parse
$ARGUMENTS(trim whitespace, lowercase). - If the value is not one of
blazor,cli,python:- Tell the user the valid options and stop. Do not run anything.
- Run the matching command using the Bash tool with
run_in_background: true. - Report back:
- blazor — the dev server URL (typically
https://localhost:5001) - cli — note that the app is interactive; the user should watch the terminal output for the prompt
- python — Jupyter opens in the browser automatically; the notebook URL will appear in the background output
- blazor — the dev server URL (typically