What problem does it solve? Adding a new blockchain to Boundless infrastructure requires manually creating Pulumi stacks, copying config files, updating the ChainId enum, and wiring CodeBuild/CodePipeline stages across five services — an error-prone process this Skill automates as a guided workflow. ## Core Features & Use Cases - Interactive information gathering: Collects chain IDs, contract addresses, RPC URLs, and deployment blocks for staging and prod environments in structured batches. - Infrastructure provisioning: Creates Pulumi stacks with KMS secrets providers, copies config from source stacks, and overrides chain-specific values for order-stream, distributor, slasher, indexer, and order-generator. - Pipeline wiring: Updates the ChainId enum in TypeScript and adds CodeBuild projects and pipeline stage actions for the new chain. - Use Case: A Boundless team member needs to deploy services to Taiko mainnet (chain ID 167000). The Skill walks them through credential verification, stack creation, config overrides, and post-deploy service URL wiring. ## Quick Start Ask the assistant to add a new chain to Boundless infrastructure and provide the chain ID, contract addresses, and RPC URLs when prompted.