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.