What problem does it solve? Connecting an application's tests to Veris service twins requires choosing an execution tier, creating environments, building images, and proving traffic reaches the sandbox. This Skill performs that wiring once and records the working command so later build and fix runs reuse it. ## Core Features & Use Cases - Session and machine checks: Detects plugin-managed sessions, runs veris doctor, and resolves login, Docker, and sandboxing issues before wiring anything. - Tier selection and environment creation: Chooses between direct, container, and hosted execution tiers based on how the code calls vendors, then creates or adopts a Veris environment with the required services. - Proving run and handoff: Runs the smallest vendor-calling test through veris run, validates the receipt ledgers, and writes .veris/twin.yaml, .veris/NOTES.md, and .veris/setup.json for later tasks. - Use Case: An engineer adds Veris to a repository that calls Stripe and Google Calendar; the Skill identifies the vendor hostnames, creates the environment, proves a test run reaches both twins, and saves the verified command. ## Quick Start Ask the assistant to run the Veris setup command to wire this repository and verify one application test run against the service twins.