deploy-scaffold-gen

Installation
SKILL.md

DeployScaffoldGen

Scaffold a deploy.yaml manifest for application $ARGUMENTS with runtime configs, infrastructure, and concept assignments.

When to use: Use when creating a new deployment manifest for a CLEF application. Generates deploy.yaml with runtime configurations, infrastructure declarations, concept-to-runtime assignments, and build settings.

Design Principles

  • Declarative Over Imperative: The deploy manifest declares intent (what runs where) — the framework resolves transport, storage, and engine assignments.
  • Runtime Isolation: Each concept runs in exactly one runtime. Cross-runtime communication uses transport adapters configured in the infrastructure section.
  • Infrastructure as Code: The IaC provider setting enables clef deploy to generate Terraform, CloudFormation, or Pulumi resources from the manifest.

Step-by-Step Process

Related skills
Installs
1
First Seen
Mar 11, 2026