deployment

Configure deployment targets and publishing workflows via deployConfig.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill deployment-matheusz-nied
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/matheusz-nied/stay-hard-motivation/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/matheusz-nied/stay-hard-motivation --skill deployment-matheusz-nied

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment planning and publishing can be error-prone and inconsistent. This skill provides a structured way to configure production deployment targets, build steps, and publishing decisions to ensure reliable releases.

Core Features & Use Cases

  • Deployment configuration: Specify deploymentTarget, run, build, and publicDir to tailor how your app is deployed.
  • Multi-target support: Handle autoscale, vm, scheduled, and static deployments for different project types.
  • Safe publishing workflow: Guide to ensure projects are production-ready before publishing, with guardrails for subrepl contexts.

Quick Start

Configure deployment targets and publishing settings by calling deployConfig with your chosen target and commands.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate deployment configuration for production releases?

Automate deployment configuration by defining a deployConfig function with deploymentTarget, run, build, and publicDir parameters. This structured approach ensures repeatable, safe releases by tailoring application deployment to specific production targets.

What's the best way to configure publishing workflows for web or backend services?

Configure publishing workflows by specifying deployment targets like autoscale, vm, scheduled, or static within your deployment configuration. This guides projects to production readiness and handles controlled release processes across different service types.

Can I use this deployment automation for static sites and virtual machines?

Yes, this deployment automation supports multi-target configurations including static sites and virtual machines. Specify autoscale, vm, scheduled, or static deployment targets to match specific project infrastructure requirements.

How does the deployment configuration process ensure safe releases?

The deployment configuration process ensures safe releases by requiring a deployConfig function with explicit build and run commands. It includes guardrails for subrepl contexts to verify projects are production-ready before publishing.

Do I need a specific file structure to set up deployment targets?

You need to define a publicDir and provide run and build commands in your deployConfig to set up deployment targets. These elements are required to ensure the deployment process is repeatable and tailored to your application.