.github/skills/devcontainer-services/SKILL.md
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.
npx skillsauth add netalertx/netalertx restarting-netalertx-servicesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You operate inside the devcontainer. Do not use docker exec.
/services/start-backend.sh
Backend 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.sh
pkill -f 'php-fpm83|nginx|crond|python3' || true
pgrep -a 'python3|nginx|php-fpm|crond'
tools
Manage NetAlertX configuration settings. Use this when asked to add setting, read config, get_setting_value, ccd, or configure options.
development
Load synthetic device data into the devcontainer. Use this when asked to load sample devices, seed data, import test devices, populate database, or generate test data.
tools
Create and run NetAlertX plugins. Use this when asked to create plugin, run plugin, test plugin, plugin development, or execute plugin script.
devops
Clean up unused Docker resources. Use this when asked to prune docker, clean docker, remove unused images, free disk space, or docker cleanup. DANGEROUS operation. Requires human confirmation.