ops-deployment

Orchestrate secure deployment workflows with build proofs, migrations, and service restarts.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill ops-deployment-dthompsonfl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-deployment
Source: https://github.com/dthompsonfl/crispy-fishstick/tree/main/.agent/skills/ops-deployment
Command: npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill ops-deployment-dthompsonfl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Procedures for building, verifying, and deploying the Vantus Systems application using project-specific scripts. Use when performing ops tasks, troubleshooting builds, or explaining the deployment process.

Core Features & Use Cases

  • Build Proof System: Creates and verifies cryptographic signatures of builds to ensure integrity.
  • Automated Bootstrapping: Sets up new servers with unprivileged users and required stack components.
  • Environment Configuration: Ensures secrets and database wiring are correctly configured for deployments.
  • Use Case: Deploy a new version to production with validated proofs, migrations, and service restarts.

Quick Start

Verify environment, run the build proof, apply migrations, and restart services to deploy a new version.

Frequently Asked Questions about ops-deployment

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

FAQPage Schema
How do I automate secure deployments on Ubuntu servers with build verification?

Automating secure deployments on Ubuntu servers requires orchestrating build proofs, applying database migrations, and restarting services. This skill validates cryptographic build signatures to ensure integrity before executing automated bootstrapping and environment configuration tasks.

What is a build proof system and how does it secure DevOps pipelines?

A build proof system secures DevOps pipelines by creating and verifying cryptographic signatures of application builds. This mechanism ensures build integrity and proves that the deployed version has not been tampered with during the build-to-deploy workflow.

How to apply Prisma migrations and restart Nginx services during a production deployment?

To apply Prisma migrations and restart Nginx services during a production deployment, you orchestrate the workflow by verifying the environment, running the build proof, applying migrations, and finally restarting the necessary services on the Ubuntu server.

Does this deployment workflow support automated server bootstrapping for new Ubuntu hosts?

Yes, this deployment workflow supports automated server bootstrapping for new Ubuntu hosts. It sets up new servers by configuring unprivileged users and installing the required stack components to prepare the environment for production deployments.

Why do I need cryptographic build proofs for my DevOps deployment process?

You need cryptographic build proofs for your DevOps deployment process to satisfy functional requirements for a verifiable build-to-deploy pipeline. They ensure end-to-end integrity by validating that the exact build version deployed to production matches the verified source code.