deployment

Configure deployment targets, publish projects, and fetch production logs.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill deployment-lostitonce420-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/lostitonce420-beep/novaura.life-official/tree/main/The-Gilded-Cage/.local/skills/deployment
Command: npx skills add https://github.com/lostitonce420-beep/novaura.life-official --skill deployment-lostitonce420-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure deployment settings, publish your project, and debug deployment issues. This skill streamlines telling you how to set up production deployment targets, validate readiness, and read production logs to diagnose issues.

Core Features & Use Cases

  • Deployment configuration through deployConfig to select a deploymentTarget (autoscale, vm, scheduled, static) and optional run/build commands.
  • Publish guidance via suggestDeploy, designed to prompt publishing once the app is ready (in the main repl context).
  • Production log access with fetchDeploymentLogs to fetch and analyze deployment logs using optional filters like afterTimestamp, beforeTimestamp, and message pattern.
  • Step-by-step workflows for common scenarios (web apps, bots, scheduled jobs) and guidance on testing, TLS, health checks, and domain configuration.
  • In-app reference: related documentation in references/deployment-logs.md.

Quick Start

Set up deployment targets for your project using deployConfig and publish when ready.

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 a web app or bot?

Configure deployment targets by using deployConfig to select autoscale, vm, scheduled, or static targets, and set optional run or build commands. This establishes your project's production environment baseline.

What's the best way to publish a project once it is ready for production?

Use the suggestDeploy workflow to publish a ready project. It validates production readiness and initiates the deployment process directly from the main application context.

How do I fetch production logs to debug a deployment issue?

Debug deployment issues by calling fetchDeploymentLogs to retrieve production logs. Apply filters like afterTimestamp, beforeTimestamp, and message patterns to isolate specific runtime errors.

Does this deployment automation handle both static sites and scheduled jobs?

Yes, deployment automation supports static sites and scheduled jobs. deployConfig accepts static and scheduled target types, configuring the appropriate execution environment for each artifact.

What deployment readiness checks are needed before publishing an API?

Before publishing an API, validate TLS configuration, health checks, and domain settings. The deployment workflow guides you through these readiness checks to ensure production stability.