What problem does it solve? Setting up a multi-component application on Rainbond requires manually creating each component, wiring dependencies, configuring ports, envs, and storage. This Skill automates that initial topology bootstrap from a prepared manifest so the app reaches a state ready for troubleshooting or delivery verification. ## Core Features & Use Cases - Topology Creation: Creates or reuses Rainbond apps and components from rainbond.app.json, compose profiles, Git sources, or container images, applying minimum ports, dependencies, and startup configuration. - Dependency & Config Wiring: Wires explicit and env-inferred dependency edges, configures provider connection envs, build parameters, and persistent storage for stateful services. - Bounded Handoff: Stops at the first deeper runtime issue and hands off to troubleshooting or delivery verification with a structured BootstrapResult. - Use Case: After initializing a project with a manifest, ask the agent to create the app and component topology only, without entering fault diagnosis. ## Quick Start Ask the agent to create the Rainbond app and component topology for the current project from its manifest, without continuing into troubleshooting.