Agent skill
managing-services
Manage Digital FTE services as supervised child processes. Use when starting all services, debugging service crashes, configuring auto-restart behavior, or checking service status. NOT when running individual watchers (use specific watcher skills).
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/managing-services-abdullahmalik17-digital-fte
SKILL.md
Service Manager Skill
Process supervisor for all Digital FTE services.
Quick Start
bash
# Start all services
python scripts/run.py
Managed Services
- Gmail Watcher
- WhatsApp Watcher
- Filesystem Watcher
- Orchestrator
Features
- Auto-restart on crash
- Graceful shutdown (Ctrl+C)
- Startup logging to
Vault/Logs/startup_log.md - Configurable restart delays
Windows Task Scheduler
Install as startup task:
powershell
.\scripts\install_service.ps1
Verification
Run: python scripts/verify.py
Didn't find tool you were looking for?