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

  1. Create service script - Copy the basic template below
  2. Customize command - Set SERVICE_CMD to your process
  3. Make executable - chmod +x service.sh
  4. Start service - ./service.sh start
  5. Monitor - ./service.sh status or ./service.sh logs
Related skills
Installs
20
GitHub Stars
8
First Seen
Jan 24, 2026