skills/smithery.ai/dotnet-webapi-auto-start

dotnet-webapi-auto-start

Installation
SKILL.md

.NET WebAPI Auto Start

Overview

This skill automatically checks if a .NET WebAPI service is running after the agent completes work on a .NET WebAPI project. If the service is not running, it offers to start it and open the Scalar API documentation in the browser.

When to Use

This skill activates automatically at the end of agent work when:

  • The agent has been modifying a .NET WebAPI project
  • The workspace contains a .csproj file with ASP.NET Core references
  • The project has a launchSettings.json file (or Properties/launchSettings.json)

Workflow

Follow these steps sequentially at the end of agent work:

Step 1: Detect .NET WebAPI Project

Installs
1
First Seen
Apr 18, 2026
dotnet-webapi-auto-start from smithery.ai