deploy-app

Automate backend and frontend deployment with post-deploy health verification.

9|2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/dmitryprg-ai/cursor-develop-autorules --skill deploy-app-dmitryprg-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-app
Source: https://github.com/dmitryprg-ai/cursor-develop-autorules/tree/main/.cursor/skills/deploy-app
Command: npx skills add https://github.com/dmitryprg-ai/cursor-develop-autorules --skill deploy-app-dmitryprg-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploying updates to services after a build can be error-prone and time-consuming, requiring coordinated steps across backend and frontend. This Skill standardizes the deployment flow and enforces post-build validation to prevent downtime.

Core Features & Use Cases

  • Deploy Backend: build, restart, and verify backend health.
  • Deploy Frontend: build, restart, and verify frontend pages.
  • Deploy All: execute backend and frontend deployments in a single workflow.
  • Use Case: When code changes require a full deployment to bring services back online after a build.

Quick Start

Deploy changes by running the deploy-app workflow to build, restart, and verify the entire application.

Frequently Asked Questions about deploy-app

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

FAQPage Schema
How do I automate app deployment for backend and frontend services after code changes?

Automate app deployment by running a workflow that builds, restarts, and verifies the health of both backend and frontend services. This standardizes the deployment flow to prevent downtime after code changes.

What is the best way to verify service health after restarting a build?

Verify service health after a build by using post-deploy verification scripts. These scripts check backend and frontend components to ensure services are successfully brought back online.

Do I need a specific project configuration file to deploy my application?

Yes, you need project configuration at .cursor/config/project.config.json to deploy your application. The deployment execution and verification scripts rely on this setup to function correctly.

Can I deploy just the backend or frontend separately, or must I deploy everything at once?

You can deploy backend and frontend separately, or execute a single workflow to deploy all. Individual deployments build, restart, and verify each component independently.

Why does my deployment workflow require coordinated steps across components?

Deployment requires coordinated steps across components to prevent downtime and errors. Standardizing the build, restart, and health-check flow across backend and frontend ensures services return online correctly.

What scripts are used for execution and verification during the deployment process?

The deployment process uses scripts located under .cursor/skills/deploy-app/scripts. These scripts handle the automated execution and post-deploy health verification for the application components.