vpk-deploy

Automate VPK prototype deployment workflows to Atlassian Micros.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eevennsoh/VPK --skill vpk-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vpk-deploy
Source: https://github.com/eevennsoh/VPK/tree/main/.cursor/skills/vpk-deploy
Command: npx skills add https://github.com/eevennsoh/VPK --skill vpk-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, atlas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Deploying VPK prototypes to Atlassian Micros is complex and error-prone; this skill streamlines the end-to-end deployment workflow by automating setup, validation, and orchestration.

Core Features & Use Cases

  • Auto-detects initial vs redeploy workflows and routes the process accordingly.
  • Validates prerequisites (.env.local, .asap-config) and ensures Docker and Atlas tooling readiness.
  • Builds, pushes, and deploys a Micros service using the provided service-descriptor.yml and supporting scripts.

Quick Start

Initiate deployment with /vpk-deploy to begin the auto-detect workflow and deploy your VPK prototype to Atlassian Micros.

Frequently Asked Questions about vpk-deploy

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

FAQPage Schema
How do I automate VPK prototype deployments to Atlassian Micros?

To automate VPK deployments to Atlassian Micros, this skill orchestrates the build, push, and deploy workflow. It auto-detects initial or redeploy paths, validates prerequisites like .env.local and .asap-config, and executes the provided script suite.

What prerequisites are required to deploy a service to Micros?

Deploying to Micros requires a configured local environment with .env.local and .asap-config files. You also need an active Atlas/Micros account, Docker access, and the script suite installed in your .cursor/skills directory to ensure readiness.

How does the auto-detect workflow handle initial deployments versus redeploys?

The auto-detect workflow identifies whether you are performing an initial deployment or a redeploy to Atlassian Micros. It routes the process accordingly, validating prerequisites and executing the appropriate build, push, and status check operations.

Can I use Atlas to build and push Docker images for Micros services?

Yes, this skill uses Atlas and Docker to build, push, and deploy Micros services. It validates Docker and Atlas tooling readiness before orchestrating the deployment using your service-descriptor.yml and supporting scripts.

Why does my Micros deployment fail during prerequisite validation?

Micros deployment fails during validation if required files like .env.local and .asap-config are missing or misconfigured. The skill checks for these prerequisites alongside Docker and Atlas access before attempting to build and push the service.

What is the best way to check the deployment status of a VPK prototype on Micros?

To check VPK prototype deployment status on Micros, use the auto-detect workflow which includes status checks. It validates your local environment and Atlas configuration before reporting the current state of your deployed Micros service.