deploy-flow

Automate deployment from source detection to live URL delivery.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nixopus/agent --skill deploy-flow-nixopus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-flow
Source: https://github.com/nixopus/agent/tree/main/skills/deploy-flow
Command: npx skills add https://github.com/nixopus/agent --skill deploy-flow-nixopus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the full deployment lifecycle from source detection to live URL delivery, reducing manual setup, routing complexity, and deployment friction.

Core Features & Use Cases

  • Source detection and hints-driven deployment flow that selects the appropriate deployment path (quick_deploy or createProject) based on the repository hints.
  • Multi-source support: public HTTPS Git URLs, connected GitHub repos, and S3/workspace sources, with routing rules and fallbacks.
  • End-to-end deployment monitoring, post-deploy verification, and live URL delivery.

Quick Start

Provide your app's source (e.g., a public GitHub URL or connected repo) and let Deploy Flow detect the source, create the project, deploy, and return the live URL.

Frequently Asked Questions about deploy-flow

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

FAQPage Schema
How do I automate end-to-end deployment from a GitHub repository to a live URL?

Yes, deployment supports S3 and workspace sources alongside public HTTPS Git URLs and connected GitHub repositories. The pipeline detects the source type and applies appropriate routing rules and fallbacks to provision and deploy the project.

What's the best way to deploy a public HTTPS Git URL without manual configuration?

Deployment flow selection is determined by repository hints that trigger either a quick_deploy or createProject path. The pipeline evaluates these hints during source detection to choose the correct routing and provisioning steps for your project.

Does automated deployment include post-deploy verification and live status updates?

Yes, automated deployment includes end-to-end monitoring, post-deploy verification, and live status updates. After provisioning and deploying, the pipeline performs checks to ensure the deployment is live and then delivers the accessible URL.

Can I deploy from connected GitHub repos and S3 sources using the same pipeline?

Yes, deployment supports S3 and workspace sources alongside public HTTPS Git URLs and connected GitHub repositories. The pipeline detects the source type and applies appropriate routing rules and fallbacks to provision and deploy the project.