pop-deploy-setup

Generate Docker, Kubernetes, and CI/CD files from deploy.json.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jrc1883/popkit-ai --skill pop-deploy-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pop-deploy-setup
Source: https://github.com/jrc1883/popkit-ai/tree/main/packages/popkit-ops/skills/pop-deploy-setup
Command: npx skills add https://github.com/jrc1883/popkit-ai --skill pop-deploy-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generate deployment infrastructure files from deploy.json to enable automated, reproducible environments.

Core Features & Use Cases

  • Auto-generates Docker, Kubernetes, and CI/CD configuration based on deploy.json
  • Preserves existing customizations by merging updates rather than overwriting
  • Supports template levels (minimal, standard, advanced) for different environments and complexity

Quick Start

Execute /popkit-ops:deploy setup to generate deployment files from deploy.json.

Frequently Asked Questions about pop-deploy-setup

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

FAQPage Schema
How do I auto-generate Docker and Kubernetes deployment files from a config?

Auto-generate Docker and Kubernetes deployment files by defining your targets in a deploy.json configuration file. The tool reads and validates this file to produce reproducible infrastructure configurations without manual scripting.

What levels of CI/CD and infrastructure templates can I generate for different environments?

You can generate minimal, standard, or advanced infrastructure templates for Docker, Kubernetes, and CI/CD targets. These template levels support different environment complexities and deployment requirements based on your deploy.json.

Do I need a deploy.json file before setting up automated deployment infrastructure?

Yes, a valid deploy.json file is required as the primary input. The tool reads and validates this configuration file before generating any Docker, Kubernetes, or CI/CD infrastructure to ensure reproducible environments.

How does deployment infrastructure generation handle existing files in the repository?

Deployment infrastructure generation never overwrites existing files without confirmation. It merges changes to preserve your custom configurations, then outputs a generation report with the paths to all created and modified files.