deployment

Configures deployment targets and publishing workflows for software projects.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill deployment-shahmirerror
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill deployment-shahmirerror

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 production deployment: Set how the project runs in production and choose appropriate deployment targets.
  • Publish when ready: Guides the publishing workflow after validation that the app works.
  • Target variety: Supports autoscale, vm, scheduled, and static deployments to fit websites, bots, or scheduled tasks.

Quick Start

Call deployConfig with deploymentTarget 'autoscale' and a production run command to begin deployment.

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 production environment?▼

To configure deployment settings, you define required frontage metadata like name and description, then specify a deployment target such as autoscale or vm along with optional run and build commands to generate an actionable production configuration.

What deployment targets are available for publishing my software project?▼

Available deployment targets include autoscale, vm, scheduled, and static, allowing you to fit various project types like websites, bots, or scheduled services into your production publishing workflow.

Can I use this to set up publishing workflows for scheduled tasks and bots?▼

Yes, you can configure publishing workflows for scheduled tasks and bots by selecting the scheduled deployment target, which validates target-specific behavior and generates the necessary configuration to run your service.

What optional parameters do I need to build and run a project for deployment?▼

Optional parameters include run, build, and publicDir, which guide how to execute and compile your project to ensure target-specific behavior is validated before generating the final deployment configuration.

What is the best way to publish a static website to production?▼

The best way to publish a static website is to select the static deployment target, configure any optional publicDir parameter, and let the workflow validate your settings to generate an actionable deployment configuration.

When should I choose an autoscale deployment target over a vm target?▼

Choose autoscale when your project requires dynamic scaling for varying traffic, and select vm when you need a dedicated virtual machine environment, ensuring the target-specific behavior matches your production run requirements.