agentskills.codes

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.zip

Installs 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 notebook
73 charsno explicit “when” trigger

About this skill

Argument

$ARGUMENTS — one of: blazor, cli, python

Commands

ArgumentCommandType
blazordotnet run --project dotnet/BlazorChatdev server — run in background
clidotnet run --project dotnet/AnthropicApiClientinteractive console — run in background
pythonpython/\.venv/Scripts/jupyter notebook python/001-requests.ipynbnotebook 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

  1. Parse $ARGUMENTS (trim whitespace, lowercase).
  2. If the value is not one of blazor, cli, python:
    • Tell the user the valid options and stop. Do not run anything.
  3. Run the matching command using the Bash tool with run_in_background: true.
  4. 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

Search skills

Search the agent skills registry