What problem does it solve? Writing integration tests for Lens Studio Lenses requires knowing the LEAF framework's APIs, the exact scene object names, and correct interactor selection. This Skill automates the full authoring workflow: exploring the scene, writing scenarios with verified assertions, registering them in LeafIndex, and attaching the index to the scene. ## Core Features & Use Cases - Scene Exploration: Queries the Lens Studio scene hierarchy via MCP tools to record exact object names, components, and expected values before writing any assertions. - Scenario Authoring: Generates LEAF scenario classes using the correct interactor (DefaultLeafInteractor, LeafHandInteractor, or IK interactor) with relative/delta assertions instead of guessed absolute values. - Registration & Bootstrap: Writes or updates LeafIndex.ts with the @scenariosIndex decorator and attaches it to a new SceneObject via the Lens Studio MCP server. - Use Case: Ask the agent to add tests for a Lens with a coin-collection interaction; it inspects the scene, writes scenarios covering the interaction loop and HUD state changes, adds IK reachability coverage for buttons, and compiles a clean build. ## Quick Start Ask the agent to write LEAF test scenarios for the current Lens project covering its main interaction flow.