bolt-launch

Orchestrate finish-verify and bolt-bootstrap to provision Elastic demo assets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

bolt-launch encapsulated the original two-stage pipeline to provision Elastic demo assets. It is now deprecated and split into two focused agents: finish-verify and bolt-bootstrap.

Core Features & Use Cases

  • Two-stage replacement pipeline: finish-verify probes the target cluster, confirms schemas and managed assets, and outputs asset-bundle; bolt-bootstrap reads asset-bundle and generates main.tf, providers.tf, {slug}.tfvars, and bootstrap-data.py.
  • Migration guidance for production deployments: directs users to adopt the replacement SKILLs for ongoing work.

Quick Start

Follow the two-step replacement workflow using finish-verify and bolt-bootstrap as documented.

Frequently Asked Questions about bolt-launch

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

FAQPage Schema
Why is bolt-launch deprecated for provisioning Elastic demo assets?

The bolt-launch pipeline is deprecated to streamline provisioning; finish-verify probes the target cluster and confirms schemas, while bolt-bootstrap reads the asset-bundle to generate main.tf, providers.tf, tfvars, and bootstrap-data.py.

How do I migrate from bolt-launch to the two-stage replacement pipeline?

To migrate from bolt-launch, run finish-verify to probe the target cluster and output an asset-bundle, then run bolt-bootstrap to read that bundle and generate main.tf, providers.tf, {slug}.tfvars, and bootstrap-data.py for your production deployments.

What Terraform files does the bolt-launch replacement workflow generate?

The replacement workflow generates main.tf, providers.tf, {slug}.tfvars, and bootstrap-data.py. The bolt-bootstrap agent reads the asset-bundle output from finish-verify to produce these Terraform configuration files.

Can I still execute bolt-launch directly to provision Elastic demo assets?

No, you should not execute bolt-launch directly. It enforces its deprecated status and provides deprecation guidance, pointing users to the replacement SKILLs finish-verify and bolt-bootstrap for all ongoing production deployments.

What does finish-verify check before running bolt-bootstrap?

finish-verify probes the target cluster, confirms schemas and managed assets, and outputs an asset-bundle. This verifies the environment before bolt-bootstrap reads the bundle to generate the Terraform configuration files.