deploy

Deploys applications to configured targets after verifying prerequisites and confirming intent.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill deploy-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/deploy
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill deploy-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of deploying applications and generating deployment artifacts, ensuring that critical pre-deployment checks are performed to maintain stability and security.

Core Features & Use Cases

  • Automated Deployment: Triggers deployment pipelines for various platforms (Vercel, Netlify, Fly.io, Cloudflare, Kubernetes).
  • Pre-Deployment Validation: Enforces a checklist including build health, testing, linting, correct branch, and environment configuration.
  • Safety Features: Requires explicit user confirmation before any deployment and supports dry-run modes.
  • Use Case: Deploying a new version of a web application to production after ensuring all tests pass and the correct environment variables are set.

Quick Start

Use the deploy skill to deploy the current project to production.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate application deployment while enforcing build and test validation?

Automated deployment pipelines validate pre-deployment checks including build status, testing, and linting before proceeding. This ensures application stability and security by requiring all validations to pass before generating deployment artifacts.

Can I run a dry-run deployment to verify my pipeline configuration safely?

Yes, dry-run mode is supported for safe deployment validation. The pipeline requires explicit user confirmation before executing any actual deployment actions, preventing unintended changes to your production environment.

Does the deployment pipeline support Vercel, Netlify, Fly.io, Cloudflare, and Kubernetes platforms?

Automated deployment supports triggering pipelines for Vercel, Netlify, Fly.io, Cloudflare, and Kubernetes. It enforces environment configuration and correct branch checks before generating artifacts for your specified platform.

What pre-deployment checks are required before triggering a production release?

Pre-deployment validation enforces a checklist of build health, testing, linting, correct branch selection, and environment configuration. These checks must pass before the pipeline proceeds with generating artifacts and deploying.

Why does my deployment require explicit user confirmation before proceeding?

Explicit user confirmation is a safety feature to prevent accidental or unauthorized deployments. It ensures a human operator verifies the validated build, test, and lint checks before the pipeline releases deployment artifacts.