wrap

Generate Dockerfile, kustomize manifests, vitals, and monitoring configurations from atlas data.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/Kord96/kordinate --skill wrap-kord96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap
Source: https://github.com/Kord96/kordinate/tree/main/agents/charon/skills/wrap
Command: npx skills add https://github.com/Kord96/kordinate --skill wrap-kord96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a complete deployment layer for services, removing the manual toil of writing Dockerfiles, kustomize manifests, vitals definitions, and monitoring integration.

Core Features & Use Cases

  • Generates a multi-stage Dockerfile (dev and prod) guided by design atlas and infra contracts.
  • Produces kustomize base manifests, vitals configurations, and monitoring stubs for Prometheus/Grafana.
  • Orchestrates deployment to dev, including optional git-sync for live development, and registers the project with the webhook receiver.

Quick Start

Run the wrap skill with the target project name to generate deployment artifacts and initiate a dev deployment workflow.

Frequently Asked Questions about wrap

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

FAQPage Schema
How do I automate Dockerfile and kustomize manifest generation for my project?

To automate Dockerfile and kustomize generation, this skill applies design atlas and infra-atlas data to produce multi-stage Dockerfiles, kustomize base manifests, and monitoring stubs. It removes the manual toil of hand-writing these deployment files for your services.

What is the best way to scaffold end-to-end dev deployment configurations?

Scaffolding end-to-end dev deployments is best handled by automating artifact creation, atlas validation, and webhook registration. This generates vitals definitions and integrates Prometheus and Grafana monitoring stubs alongside the required Dockerfile and kustomize manifests.

Does this deployment scaffolding tool support Prometheus and Grafana monitoring?

Yes, deployment scaffolding supports Prometheus and Grafana monitoring. The automation produces monitoring stubs and vitals configurations for these platforms as part of the complete deployment layer, ensuring observability is included from the initial dev deployment.

Can I use kustomize manifests for live development with git-sync?

Yes, you can use generated kustomize manifests for live development. The deployment workflow orchestrates dev deployments and includes an optional git-sync feature, allowing you to synchronize live changes directly to the dev environment.

Why do I need design atlas and infra-atlas data for deployment automation?

Design atlas and infra-atlas data are required to guide artifact generation accurately. The automation applies these contracts to produce correctly configured multi-stage Dockerfiles and kustomize manifests, ensuring the deployment layer matches your infrastructure requirements.