Dev Launcher

Generate a run-dev.bat script with an interactive DOS-style menu for launching development servers.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tecnoclu/AiCodingSkillsAntigravity --skill dev-launcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev Launcher
Source: https://github.com/tecnoclu/AiCodingSkillsAntigravity/tree/main/dev_launcher
Command: npx skills add https://github.com/tecnoclu/AiCodingSkillsAntigravity --skill dev-launcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a run-dev.bat script, providing a user-friendly, interactive DOS-style menu to launch various components of your development environment, simplifying the startup process.

Core Features & Use Cases

  • Project Analysis: Automatically detects common project types (Node.js, Python, etc.) and their services.
  • Interactive Menu Generation: Creates a run-dev.bat with a classic command-line menu for selecting launch options.
  • Environment Management: Includes logic for Python virtual environment creation and activation.
  • Multi-Process Launching: Supports launching multiple services simultaneously using start commands or concurrently.
  • Use Case: Quickly start your frontend and backend servers with a single command, choosing between running everything, just the frontend, or just the backend.

Quick Start

Run the dev_launcher skill to create a run-dev.bat script for your project.

Frequently Asked Questions about Dev Launcher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a batch script to launch frontend and backend development servers?

To create a batch script for launching development servers, Dev Launcher analyzes your project files to detect services like frontend and backend, then generates an interactive `run-dev.bat` with a DOS-style menu for selecting launch options.

How does a DOS-style menu help manage a local development environment?

A DOS-style menu provides a user-friendly, interactive command-line interface within a `run-dev.bat` script, allowing you to select and launch specific services like frontend or backend instead of running multiple commands manually.

Can I launch multiple development processes simultaneously with a batch script?

Yes, the generated batch script supports multi-process launching by using `start` commands or `concurrently`, allowing you to run multiple development servers simultaneously from a single interactive menu selection.

Does the generated batch script handle Python virtual environment activation?

Yes, the generated `run-dev.bat` script includes environment management logic for Python virtual environments, automatically handling creation and activation before launching your backend services.

What is the best way to start a multi-service Node.js and Python project on Windows?

The best way to start a multi-service Node.js and Python project is using a generated `run-dev.bat` script, which automatically detects project types and provides an interactive menu to launch all services concurrently.

What project types does the batch script generator automatically detect for service launching?

The batch script generator automatically detects common project types like Node.js and Python by analyzing project files, identifying their specific services to configure the interactive launch menu correctly.