Run Backend Application
SkillDev toolsRun the backend application. Use when user wants to start the backend server or mentions /run-backend command.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Run Backend Application skill
What this skill tells your AI
The instructions your AI receives, as published by rakovi4/continue-framework in .claude/skills/run-backend/SKILL.md and read by ahel’s review.
Prerequisite
Ensure .env file exists. If not, run setup first:
infrastructure/scripts/setup-ports.sh
Action
Run the backend script in background:
infrastructure/scripts/run-backend.sh
Start the server as a persistent, pollable command so it keeps running after the startup check. Retain its session identifier.
The script loads port configuration from infrastructure/.env and starts the backend on the configured port.
Output
Report startup status. Server runs at http://localhost:{BACKEND_PORT} (from .env)
Signals
- GitHub stars
- 51
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
run-backend-rakovi4- Source
- github.com/rakovi4/continue-framework