Works with the AI tools you already use
Nex Deploy Script Pattern
by Nex AI
Generate a staged, phase-numbered deployment system with automated backups, migrations, and health checks.
Free
See it in action
You say
Create a deploy script for my Docker app in /opt/myapp. Rebuild the 'web' service, run migrations in mydb-postgres, and verify health at http://localhost:8080/health.
Your agent does
I've generated the myapp-deploy/ package.
deploy.sh: 5-phase script (Backup -> Migrations -> Rebuild -> Restart -> Health Check).rollback.sh: One-click restoration of the latest timestamped backup.README.md: Instructions for execution and monitoring. Run:sudo bash myapp-deploy/deploy.sh
About this skill
Professional Deployment Management for Debian and Raspberry Pi
Ship code with confidence to your home server or production VPS. This skill generates a staged, production-grade deployment package designed for complex applications that require more than a simple file copy. It automates the "Phase" approach used by professional DevOps engineers to ensure every deployment is safe, verified, and reversible.
What it does
The skill produces a structured deployment directory containing deploy.sh and rollback.sh scripts customized for your specific stack. It handles the heavy lifting of sequential operations:
- Phase 0 (Atomic Backup): Creates a timestamped full backup of your project directory before any changes.
- Phase 1 (Database Migrations): Runs SQL migrations against your database container.
- Phase 2 (Build & Rebuild): Manages Docker Compose builds or frontend
npmcompilation. - Phase 3 (Service Restart): Safely restarts Docker services or Systemd units.
- Phase 4 (Health & Smoke Tests): Polls health endpoints and verifies specific URLs before declaring victory.
Why developer's use it
While a simple docker compose up might work for demos, this skill provides a safety net. If a migration fails or a build errors out, the script aborts immediately thanks to set -euo pipefail, leaving your live environment untouched. It eliminates the "it worked in dev but broke on the Pi" anxiety by adding automated verification and a ready-to-fire rollback command.
Supported Environments
Works on any Debian-based system (Ubuntu, Raspberry Pi OS). Supports Docker Compose stacks and traditional Systemd service architectures.
Built by Nex AI. More skills and info at nex-ai.be and slopsome.com.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
1 install
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 8 days ago
- Free forever, no account required
Creator
Founder of Nex AI. I build production-grade Claude Skills from systems that actually run: multi-tenant SaaS, Telegram agents, Raspberry Pi infrastructure, 3D multiplayer rooms. Every skill ships battle-tested patterns, not theory. 33+ open source skills published, commercial catalog growing.
Frequently Asked Questions
Popular in DevOps & Deployment
task-completor
Eliminate the "finish barrier" with instant, copy-pasteable commands to commit, push, and deploy your work.
Observability Reference Architectures with Grok
Design and evaluate production-grade observability systems using the 12-layer Full Stack Observatory reference model.
docker-compose-linter
Enforce security, reliability, and deployment best practices for Docker Compose files.
Safe Render Deploys via MCP (v0.1.3)
Secure, guardrail-first Render deployments and service management via MCP with mandatory approval gates.