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).
Scanned 9/22/2026
Install to Claude Code
npx -y skills add AbdullahMalik17/Digital-FTE --skill managing-services --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Managing Services?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/abdullahmalik17-managing-services)More formats (shields.io, HTML) on the badges page.
---
name: managing-services
description: |
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).
---
# Service Manager Skill
Process supervisor for all Digital FTE services.
## Quick Start
```bash
# Start all services
python scripts/run.py
```
## Managed Services
1. Gmail Watcher
2. WhatsApp Watcher
3. Filesystem Watcher
4. 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!