background-service-manager
Installation
SKILL.md
Background Service Manager Skill
Overview
This skill creates service management scripts for long-running background processes. Includes start/stop controls, PID management, log rotation, status monitoring, and graceful shutdown handling.
Quick Start
- Create service script - Copy the basic template below
- Customize command - Set
SERVICE_CMDto your process - Make executable -
chmod +x service.sh - Start service -
./service.sh start - Monitor -
./service.sh statusor./service.sh logs