skills/smithery.ai/backend-runner

backend-runner

Installation
SKILL.md

Backend Runner Skill

Run and test any of the three backend implementations (Spring Boot, NestJS, or .NET) for the task management application.

Usage

/backend-runner [springboot|nestjs|dotnet] [run|test|build]

Examples

  • /backend-runner springboot run - Start the Spring Boot server
  • /backend-runner nestjs test - Run NestJS tests
  • /backend-runner dotnet build - Build the .NET project

Instructions

When this skill is invoked:

Installs
1
First Seen
Apr 6, 2026
backend-runner from smithery.ai