py-deploy-remote

Community

Deploy Flask server to remote Mac mini, fast.

Authorasnar00
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the entire process of deploying a Flask server to a remote machine, from stopping the old instance to copying new files and restarting. It eliminates manual SSH and SCP commands, ensuring consistent, fast, and verified deployments of Python server updates.

Core Features & Use Cases

  • Full Deployment Lifecycle: Handles remote server shutdown, secure file transfer via scp, server restart, and health verification via a ping endpoint.
  • Fast & Reliable: Completes deployments in 3-5 seconds, minimizing downtime for updates and ensuring a smooth transition.
  • Use Case: After developing and testing a new API endpoint locally, use this skill to push the updated Flask server code to your remote Mac mini, making the changes live for connected clients.

Quick Start

Deploy the Python Flask server to the remote Mac mini.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: py-deploy-remote
Download link: https://github.com/asnar00/miso/archive/main.zip#py-deploy-remote

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository