Manage Services

Manage Enterprise Demo stack services, database, and scheduled jobs via systemprompt CLI commands.

24|4|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/systempromptio/systemprompt-template --skill manage-services-systempromptio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Manage Services
Source: https://github.com/systempromptio/systemprompt-template/tree/main/services/skills/manage_services
Command: npx skills add https://github.com/systempromptio/systemprompt-template --skill manage-services-systempromptio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management and troubleshooting of the Enterprise Demo stack, including services, the Postgres database, and scheduled jobs.

Core Features & Use Cases

  • Service Management: Start, stop, restart, and check the status of API servers, agents, and MCP servers.
  • Database Inspection: View database status, schema, and migration details.
  • Job Execution: Run scheduled jobs manually and view execution history.
  • Logging: Stream and view logs for operational insights.
  • Use Case: When you need to quickly diagnose and resolve operational issues in your stack, this Skill provides the necessary tools to bring up services, inspect the database, and watch scheduled jobs.

Quick Start

Start the services and check their status with 'systemprompt infra services status'.

Frequently Asked Questions about Manage Services

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

FAQPage Schema
How do I manage and troubleshoot my Postgres database and API services?

You can manage and troubleshoot services by using this Skill to start, stop, and check the status of API servers and agents, while also inspecting the Postgres database schema and viewing operational logs.

How do I run scheduled jobs manually and view execution history?

You can run scheduled jobs manually and view their execution history by using the job execution commands provided by this Skill to trigger and monitor tasks within the Enterprise Demo stack.

What is the best way to check service status and stream logs for operational insights?

The best way to check service status and stream logs is by running the infrastructure status command, which allows you to verify API and MCP server states while accessing real-time logging for troubleshooting.

Do I need the systemprompt CLI and infrastructure setup to inspect database schema and migrations?

Yes, you need the systemprompt CLI and a completed infrastructure setup to inspect the database schema, view migration details, and execute management commands for the Enterprise Demo stack.

Why does my scheduled job execution fail after manually starting the API servers?

If job execution fails after starting API servers, you should use the logging commands to stream operational logs and inspect the database status to diagnose connectivity or migration issues within the stack.