deployment

Configure deployment targets including autoscale, VMs, scheduled jobs, and static sites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of configuring and publishing your project, making it accessible to users and ensuring it runs efficiently in a production environment.

Core Features & Use Cases

  • Deployment Configuration: Set up various deployment targets like autoscale, VM, scheduled jobs, or static sites.
  • Build & Run Commands: Define custom build and run commands tailored to your project's needs.
  • Use Case: After developing a Python web application, use this Skill to configure it for an 'autoscale' deployment, specifying the Gunicorn run command, and then suggest publishing it.

Quick Start

Configure the deployment for an autoscale target with the run command 'gunicorn --bind=0.0.0.0:5000 app:app'.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure project deployment settings for an autoscale target?

Project deployment configuration for an autoscale target is set up by specifying your desired production environment parameters and defining the necessary run commands, such as binding a Gunicorn server instance to a specific port.

Can I define custom build and run commands for a production environment?

Yes, you can define custom build and run commands tailored to your project's needs, ensuring the application executes the correct startup procedures when published to the production environment.

What deployment targets are supported for publishing a project?

Supported deployment targets include autoscale configurations, virtual machines, scheduled jobs, and static sites, allowing you to select the appropriate infrastructure for your specific application type.

Does this deployment configuration work with static sites and scheduled jobs?

Yes, the deployment configuration explicitly supports both static sites and scheduled jobs, enabling you to set up the necessary infrastructure parameters to publish and run these specific target types.

What is the best way to publish a Python web application to a virtual machine?

To publish a Python web application to a virtual machine, configure the deployment target as a VM and specify the custom run command required to launch your application within that production environment.