Runner for local development environments including .NET and Python services.

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
Beginner

Key capabilities

  • Run a Blazor WASM app dev server
  • Execute a .NET CLI console app
  • Start a Python Jupyter notebook server
  • Run commands in the background
  • Report access details for running applications
  • Parse arguments for application type

How it works

This skill launches specified development environments (Blazor WASM app, .NET CLI console app, or Python Jupyter notebook) in the background using Bash commands. It then reports the relevant access details to the user.

Inputs & outputs

You give it
Argument specifying 'blazor', 'cli', or 'python'
You get back
Dev server URL for Blazor, note about interactive CLI, or Jupyter notebook URL

When to use run

  • Running a Blazor app
  • Starting a Jupyter notebook
  • Executing .NET console apps

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

When not to use it

  • When the user needs to run applications not listed (Blazor, .NET CLI, Jupyter)
  • When the user needs to interact with the application directly through the skill
  • When the user needs to stop a running application

Limitations

  • The skill only supports 'blazor', 'cli', or 'python' arguments
  • The skill runs commands from a specific repository root
  • The skill does not provide direct interaction with the running applications

How it compares

This skill provides a unified interface to launch different development environments in the background, simplifying the startup process compared to executing each command manually.

Compared to similar skills

run side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
run (this skill)04moReviewBeginner
machine-learning-ops-ml-pipeline44moNo flagsAdvanced
uv35moReviewBeginner
vastai-core-workflow-b126dReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry