deployment

Automates deployment configuration, publishing, and runtime troubleshooting for software projects.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/samibrahmi/instanotes-api --skill deployment-samibrahmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/samibrahmi/instanotes-api/tree/main/newcontent/skills/deployment
Command: npx skills add https://github.com/samibrahmi/instanotes-api --skill deployment-samibrahmi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deployment configuration and publishing workflows are error-prone and time-consuming when teams manage multiple environments. This Skill centralizes deployment setup, publishing, and production troubleshooting to reduce downtime and repetitive tasks.

Core Features & Use Cases

  • Deployment configuration: Define production behavior across targets (autoscale, vm, scheduled, static) and ensure consistent runs.
  • Publish & monitor: Publish applications to production while monitoring and diagnosing deployment issues in real time.
  • Reference & guidance: Access logs and deployment troubleshooting references to quickly resolve runtime problems.

Quick Start

Configure deployment settings for production, publish your app, and monitor deployment logs.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I configure deployment targets for web apps, APIs, and scheduled tasks?

Deployment configuration is handled by specifying a deploymentTarget such as autoscale, vm, scheduled, or static, along with run and build commands. This ensures consistent production behavior across web apps, APIs, and bots.

What's the best way to publish an application to production and monitor runtime issues?

Publishing to production is managed by configuring deployment settings and monitoring logs in real time. This allows you to diagnose deployment issues and runtime problems quickly using built-in troubleshooting references.

How do I set up a public directory for static site deployment?

Static site deployment requires specifying the publicDir setting within your deployment configuration. This defines the static file location to ensure correct serving when publishing to a static deployment target.

Can I use this deployment configuration for autoscale and scheduled environments?

Yes, deployment configuration supports autoscale, vm, scheduled, and static targets. This allows you to define production behavior and ensure consistent runs across multiple environment types.

Why does my production deployment fail to start, and how do I debug runtime issues?

Production deployment failures are debugged by accessing logs and deployment troubleshooting references. This provides guidance for common deployment scenarios and workflows to quickly resolve runtime problems.

When do I need to define run and build commands for a deployment?

Run and build commands are required when configuring deployment settings to ensure consistent production behavior. Specifying these commands automates the publish workflow and reduces repetitive configuration tasks across environments.