deployment

Configure deployment targets and publish projects with deployConfig parameters.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ma-wais/Quality-Management-System --skill deployment-ma-wais
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/ma-wais/Quality-Management-System/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/ma-wais/Quality-Management-System --skill deployment-ma-wais

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure deployment settings and publish your project to make it live and accessible.

Core Features & Use Cases

  • Configure deployment targets (autoscale, vm, scheduled, static) and corresponding run/build commands.
  • Preview and adjust deployment behavior before publishing, including static site builds and production readiness.
  • Follow best practices and notes to ensure safe publishing.

Quick Start

Configure deployment settings for your project using deployConfig with a target and optional run/build commands, then publish when ready.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure deployment settings for a web app before publishing?

To configure deployment for a web app, you provide deployment target details along with optional run, build, and public directory parameters. This establishes the deployment behavior and prepares the project for production publishing.

What deployment targets are supported for publishing a project?

Supported deployment targets include autoscale, vm, scheduled, and static options. You select the appropriate target during configuration to define how your project runs in the production environment.

Can I use this deployment configuration for static sites and bots?

Yes, this deployment configuration works across web apps, bots, and static sites. You can define specific build commands and set a public directory to properly generate and serve your static assets.

How do I set up build and run commands for production deployment?

You define build and run commands within the deployment configuration using the optional build and run parameters. These commands execute during the publishing process to compile and start your application.

What are the limitations or precautions when publishing to production?

Deployment publishing requires accurate configuration to avoid production errors. You should preview and adjust deployment behavior beforehand, ensuring your target settings and build commands align with production readiness best practices.