What problem does it solve? Deploying Boundless services to the AWS dev environment involves many manual steps: verifying CLI prerequisites, configuring aws-vault SSO, discovering required environment variables, handling Pulumi stacks, and working around Apple Silicon Docker build failures. This Skill guides developers through the entire lifecycle so they avoid misconfigurations and cryptic errors. ## Core Features & Use Cases - Bootstrap and deploy workflows: Walks through first-time VPC bootstrap, per-service Pulumi deploys, teardown, and status checks with exact commands. - Environment variable discovery: Reads each service's infra/<service>/index.ts to identify required env vars like DEV_NAME, BASE_STACK, and ETH_RPC_URL before deploying. - Apple Silicon Docker workaround: Detects M-series Mac build failures and guides setup of a remote buildx builder or pre-built GHCR images. - Use Case: A new team member asks to deploy the indexer service to dev; the Skill verifies prerequisites, confirms their DEV_NAME, lists required env vars, and runs the Pulumi deploy. ## Quick Start Ask the assistant to deploy the sample service to the dev environment and it will verify prerequisites, collect required env vars, and run the Pulumi deploy. ## Quick Start Tell the assistant you want to deploy a Boundless service to dev and it will check prerequisites, gather env vars, and run the Pulumi deploy.