Control NetAlertX services inside the devcontainer. Use this when asked to start backend, start frontend, start nginx, start php-fpm, start crond, stop services, restart services, or check if services are running.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
You operate inside the devcontainer. Do not use docker exec.
/services/start-backend.shBackend runs with debugpy on port 5678 for debugging. Takes ~5 seconds to be ready.
/services/start-php-fpm.sh &
/services/start-nginx.sh &Launches almost instantly.
/services/start-crond.shpkill -f 'php-fpm83|nginx|crond|python3' || truepgrep -a 'python3|nginx|php-fpm|crond'20ddf48
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.