deploy

Orchestrate code deployments to preview or production environments via Vercel or Fly.io.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying code to various environments, ensuring that code is validated, deployed safely, and monitored for health.

Core Features & Use Cases

  • Automated Deployments: Orchestrates deployments to preview or production environments using configured adapters like Vercel or Fly.io.
  • Pre- and Post-Deploy Validation: Runs smoke tests, health checks, and build validations to ensure deployment success.
  • Rollback Capability: Automatically rolls back to a previous stable version if deployments fail smoke tests.
  • Use Case: Deploying a new feature branch as a preview for QA to test, or deploying a merged pull request to the production environment after all checks pass.

Quick Start

Use the deploy skill to preview the current branch.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate code deployment to Vercel or Fly.io?

Automated code deployment to Vercel or Fly.io is orchestrated by validating builds, running smoke tests, and deploying to configured preview or production environments using adapters.

What is the best way to roll back a failed production deployment?

The best way to roll back a failed production deployment is to use an automated rollback feature that triggers when post-deployment smoke tests or health checks detect a failure.

How do I run a preview deployment for a feature branch?

Preview deployments for a feature branch are generated by directing the deployment adapter to publish the current branch state to a staging environment for QA testing.

What configuration is required to automate deployments with CI/CD pipelines?

Automating deployments with CI/CD pipelines requires configuration in the .claudius/config.yaml file to specify the target deployment adapter like Vercel or Fly.io.

Does automated deployment run health checks and build validation before releasing code?

Automated deployment does run health checks and build validation before releasing code, ensuring the build passes pre-deploy validation and post-deploy smoke tests.

What happens if smoke tests fail during a production deployment?

If smoke tests fail during a production deployment, the system automatically rolls back the release to the previous stable version to prevent errors from reaching users.