run-backend

Start the backend server using the repository's predefined launch script.

2|1|Updated Nov 7, 2025
One-click install
npx skills add https://github.com/is-ivanov/rpm-ddd --skill run-backend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-backend
Source: https://github.com/is-ivanov/rpm-ddd/tree/main/.opencode/skills/run-backend
Command: npx skills add https://github.com/is-ivanov/rpm-ddd --skill run-backend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you start the backend application reliably without manually remembering the required setup steps, environment prerequisites, or startup script location.

Core Features & Use Cases

  • Backend startup workflow: Runs the project's backend launch script and keeps the server running in the background.
  • Prerequisite awareness: Checks that the required environment file setup has been completed before startup.
  • Configured local access: Uses the port defined in the infrastructure environment configuration so you know where the service will be available.
  • Use Case: When you need to boot the RPM platform locally for development, testing, or integration work, this Skill provides the exact sequence to prepare ports and launch the backend server.

Quick Start

Use the run-backend skill to start the backend server in the background and report the local URL once it is running.

Frequently Asked Questions about run-backend

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

FAQPage Schema
How do I start a Spring Boot backend server for local development?

To start a Spring Boot backend server for local development, this Skill runs the repository's predefined launch script and keeps the process running in the background. It automates the server startup sequence so you do not need to remember manual steps.

What environment setup is required before booting the backend server?

Before booting the backend server, the required infrastructure environment file must exist on your machine. The Skill checks for this prerequisite setup and uses the setup script when needed to ensure local development configuration is prepared.

How does the backend startup process determine which local port to use?

The backend startup process reads the backend port directly from the infrastructure environment configuration. This ensures the local development server launches on the correct predefined port and reports the available local URL.

What is the best way to run a background process for local server startup?

The best way to run a background process for local server startup is using the repository's predefined launch script. This Skill manages the backend application lifecycle, keeping the process running in the background while you perform testing or integration work.

Why does the backend launch script fail during environment setup?

The backend launch script fails during environment setup if the required infrastructure environment file does not exist. The Skill explicitly checks for this prerequisite before attempting to boot the server to prevent startup errors.