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
.csprojfile with ASP.NET Core references - The project has a
launchSettings.jsonfile (orProperties/launchSettings.json)
Workflow
Follow these steps sequentially at the end of agent work: