deploy

Automate CDKTF infrastructure stack deployments to AWS with dependency-aware sequencing.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/mattphanm/Codex-Agentic --skill deploy-mattphanm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/mattphanm/Codex-Agentic/tree/main/.codex/skills/deploy
Command: npx skills add https://github.com/mattphanm/Codex-Agentic --skill deploy-mattphanm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy CDKTF infrastructure stacks to AWS to streamline complex multi-stack deployments, asset staging, outputs management, and environment configuration.

Core Features & Use Cases

  • Orchestrates deployment of multiple stacks in dependency order with automatic asset staging and output collection.
  • Handles environment configuration and prod/dry-run workflows to validate changes before release.
  • Supports stack or group selection, asset packaging, and reproducible deployments suitable for CI/CD pipelines.

Quick Start

Run the deployment sequence to provision all stacks in development.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate CDKTF infrastructure deployments to AWS?

Automate CDKTF deployments to AWS by orchestrating multi-stack projects with dependency-aware sequencing, asset staging, and output retrieval via node scripts/cdk.mjs.

How does dependency-aware sequencing work for multi-stack CDKTF projects?

Dependency-aware sequencing deploys infrastructure stacks in their required order, ensuring upstream stack outputs are retrieved and applied to downstream dependencies automatically.

Can I validate AWS stack changes before running a full production deployment?

Yes, you can validate changes before release by executing dry-run workflows, which configure the environment and test stack deployments without applying final changes.

Does this CDKTF deployment method support CI/CD pipelines?

Yes, it supports reproducible deployments suitable for CI/CD pipelines by handling environment configuration, stack or group selection, and automatic asset packaging.

How do I stage assets and configure environments for CDKTF stacks?

Stage assets and configure environments by running bootstrap workflows and asset preparation scripts that package dependencies before applying the CDKTF stacks.