managing-services

Manage Digital FTE services as supervised child processes with auto-restart.

11|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill managing-services
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: managing-services
Source: https://github.com/AbdullahMalik17/Digital-FTE/tree/main/.claude/skills/managing-services
Command: npx skills add https://github.com/AbdullahMalik17/Digital-FTE --skill managing-services

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a centralized way to manage the various services that make up the Digital FTE system, ensuring they are running, can be restarted, and are logged appropriately.

Core Features & Use Cases

  • Service Supervision: Monitors and manages essential Digital FTE services like Gmail Watcher, WhatsApp Watcher, Filesystem Watcher, and the Orchestrator.
  • Automated Restart: Automatically restarts services if they crash.
  • Graceful Shutdown: Handles Ctrl+C for clean shutdowns.
  • Logging: Records startup information to Vault/Logs/startup_log.md.
  • Use Case: When you need to start the entire Digital FTE system, ensure all components are active, or troubleshoot a service that has stopped responding.

Quick Start

Start all Digital FTE services by running the main script.

Frequently Asked Questions about managing-services

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Digital FTE services as supervised child processes?▼

You can manage Digital FTE services as supervised child processes using this skill to handle startup, shutdown, crash recovery, and auto-restart for essential watchers and the orchestrator.

How do I start all Digital FTE services and ensure they are running?▼

Run the main script to start all Digital FTE services. It ensures essential watchers and the orchestrator are operational and records startup information to the log file.

How do I configure auto-restart for crashed services?▼

Configure auto-restart by running the main script, which supervises services as child processes and automatically restarts them if they crash.

Can I handle graceful shutdowns for Digital FTE watchers and the orchestrator?▼

Yes, you can handle graceful shutdowns by sending a Ctrl+C signal, which triggers a clean shutdown of the supervised services and the orchestrator.

Why is a Digital FTE service not responding and how do I debug it?▼

Debug a stopped Digital FTE service by using this skill to check the status of the watchers and orchestrator, troubleshoot failures, and review the startup log.