bolt-bootstrap

Generate Terraform deployment artifacts from verified asset bundles.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/ajmeyers42/loom --skill bolt-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bolt-bootstrap
Source: https://github.com/ajmeyers42/loom/tree/main/skills/bolt-bootstrap
Command: npx skills add https://github.com/ajmeyers42/loom --skill bolt-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines deployment by generating Terraform-based deployment artifacts directly from a verified asset bundle, removing the need for manual script creation and configuration.

Core Features & Use Cases

  • Reads asset-bundle outputs from finish-verify to assemble main.tf, providers.tf, and {slug}.tfvars for the engagement.
  • Routes to deployment-type variants (ECH, Serverless, ECK) based on DEPLOYMENT_TYPE in .env.
  • Produces bootstrap-data.py for data operations only and enforces end-to-end deployment readiness gates.

Quick Start

Run bolt-bootstrap after asset-bundle is prepared and finish-verify has completed to generate deployment artifacts.

Frequently Asked Questions about bolt-bootstrap

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

FAQPage Schema
How do I generate Terraform deployment artifacts from a verified asset bundle?

Use this bootstrap process to generate Terraform deployment artifacts from a verified asset bundle. It automatically assembles main.tf, providers.tf, and tfvars files while routing to the correct variant like ECH, Serverless, or ECK based on your environment.

When do I need to generate infrastructure-as-code artifacts from asset bundles?

Generate infrastructure-as-code artifacts from asset bundles when you need to automate deployment readiness. This process replaces manual script creation by producing Terraform files and bootstrap-data.py directly from verified outputs.

How do I route Terraform deployments to different infrastructure variants like serverless or ECK?

Route Terraform deployments to different infrastructure variants by setting the deployment_type in your .env configuration. The bootstrap process reads this value to produce the correct main.tf or main-serverless.tf file for ECH, Serverless, or ECK targets.

Does the bootstrap process require finish-verify outputs to generate deployment artifacts?

Yes, the bootstrap process requires finish-verify outputs to generate deployment artifacts. It reads the prepared asset-bundle results to assemble the necessary Terraform configuration and data operation scripts for end-to-end deployment readiness.

What is the best way to automate serverless deployment configuration with Terraform?

Automate serverless deployment configuration with Terraform by generating artifacts directly from a verified asset bundle. This approach produces a dedicated main-serverless.tf file and enforces deployment readiness gates without requiring manual script creation.

Why does my generated deployment artifact include a bootstrap-data.py file?

Your generated deployment artifact includes a bootstrap-data.py file because the bootstrap process creates it specifically for data operations. This script is generated alongside your Terraform files to support infrastructure and data operations for your deployment-type variant.