deployment

Configure deployment targets, publish updates, and inspect logs for production apps.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill deployment-kartiksharma4448
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/KartikSharma4448/MyPortfolio/tree/main/.local/skills/deployment
Command: npx skills add https://github.com/KartikSharma4448/MyPortfolio --skill deployment-kartiksharma4448

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Configure deployment settings, publish your project, and diagnose deployment issues across environments.

Core Features & Use Cases

  • Configure deployment targets (autoscale, vm, static, scheduled) for production apps.
  • Publish and promote updates to your live app with automated checks.
  • Debug and inspect production issues using logs and health checks.

Quick Start

Configure deployment targets for your project 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 production apps?

To configure deployment targets, specify your target environment type like autoscale, vm, static, or scheduled, along with run and build commands. This defines how your production app publishes and operates.

Can I publish and promote updates to my live app with automated checks?

Yes, you can publish and promote updates to your live app. The deployment process includes automated checks to ensure your project transitions safely to the production environment.

How do I debug production deployment issues using logs?

Debug production issues by inspecting logs accessed via dedicated functions. The deployment skill enforces requirements to access logs and run health checks to diagnose live environment failures.

Does this deployment workflow support both cloud and on-prem environments?

Yes, the deployment workflow supports websites, APIs, and background services across both cloud and on-prem environments. It handles configuration, publishing workflows, and log inspection for either infrastructure.

What is the best way to diagnose failing background service deployments?

The best way to diagnose failing background service deployments is to inspect production logs and run health checks. You must specify deployment targets and access logs via dedicated functions to identify issues.