deployment

Automate deployment configuration and management for web applications, bots, and scheduled jobs.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Devvraj10/Niv --skill deployment-devvraj10
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/Devvraj10/Niv/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/Devvraj10/Niv --skill deployment-devvraj10

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gunicorn, streamlit, node, python, npm, cargo, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of deploying projects by providing a streamlined process to configure settings, publish, and debug deployment issues.

Core Features & Use Cases

  • Deployment Configuration: Set up deployment targets like autoscale, VM, scheduled, or static.
  • Publishing Workflow: Automate the publishing process for web apps, bots, and scheduled jobs.
  • Debugging Tools: Fetch and analyze deployment logs, diagnose build failures, and check production errors.

Quick Start

Use the deployment skill to configure and deploy your web app by running the command 'deployConfig(deploymentTarget: "autoscale", run: ["gunicorn", "--bind=0.0.0.0:5000", "main:app"])'.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate web app deployment configuration for autoscale or VM targets?

Automate web app deployment configuration by specifying your deployment target as autoscale, VM, scheduled, or static, then passing your run command like gunicorn to start the application. This streamlines publishing workflows for web apps and bots.

What is the best way to debug deployment build failures and analyze production logs?

Debug deployment build failures and analyze production logs using built-in debugging tools that fetch deployment logs, diagnose build errors, and check production issues. This helps identify root causes of failed publishing workflows.

Do I need Python and npm to deploy a Streamlit web app?

Yes, you need Python and npm to deploy a Streamlit web app, along with specific deployment libraries like node and cargo. These dependencies are required to execute the deployment configuration and management scripts.

Can I use gunicorn to configure a scheduled job deployment?

Yes, you can use gunicorn to configure a scheduled job deployment by passing the run command in the deployment configuration. The skill handles scheduled targets alongside autoscale, VM, and static deployments for web applications and bots.

Why does my deployment configuration fail when I try to publish my bot?

Deployment configuration fails during publishing when required dependencies like Python, gunicorn, or specific deployment libraries are missing. Diagnose the exact failure by fetching and analyzing your deployment logs with the built-in debugging tools.