server-management

Manage MobiSSH development server lifecycle and production Docker container deployments.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/flavordrake/mobissh --skill server-management-flavordrake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/flavordrake/mobissh/tree/main/.claude/skills/server-management
Command: npx skills add https://github.com/flavordrake/mobissh --skill server-management-flavordrake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the management of the MobiSSH development server, ensuring it's running, up-to-date, and healthy for testing and development.

Core Features & Use Cases

  • Server Lifecycle Management: Start, stop, restart, and check the status of the local development server.
  • Code Currency Check: Ensures the running server reflects the latest code changes.
  • Container Management: Provides commands for rebuilding and deploying the production Docker container.
  • Use Case: Before running automated tests, use this skill to ensure the development server is running and serving the most recent code, preventing test failures due to stale builds.

Quick Start

Use the server-management skill to ensure the development server is running and up-to-date.

Frequently Asked Questions about server-management

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

FAQPage Schema
How do I automate my development server lifecycle management?

Automate your development server lifecycle by using scripts to start, stop, restart, and health-check the server process. This ensures your local environment is running, up-to-date, and healthy for testing without manual intervention.

How do I ensure my dev server is running the latest code before testing?

Ensure your dev server runs the latest code by performing a version gating check against git HEAD. This code currency check prevents automated test failures caused by stale builds or outdated server processes serving previous code versions.

Can I rebuild and deploy production Docker containers using server lifecycle scripts?

Yes, you can rebuild and deploy production Docker containers using dedicated lifecycle commands. These scripts facilitate container rebuilds and manage deployments specifically for production environments alongside local development server processes.

Why does my development server need health-checking during the software lifecycle?

Your development server needs health-checking to verify it remains operational and responsive during the software lifecycle. Automated health checks detect unresponsive server processes early, ensuring stable testing and continuous development workflows.

Do I need Docker to manage my production deployment lifecycle?

Yes, Docker is required for managing the production deployment lifecycle. The container management features specifically handle rebuilding and deploying production Docker containers, separate from the local development server process controls.