What problem does it solve? Porting an existing web application to mobile normally means manually rewriting screens, re-implementing auth, and hoping the result matches the original spec. This Skill drives the AgentMarvel CLI to generate a React Native (Expo) app from a web repo plus a controls document, then independently verifies the result with blind test authoring, a locked test suite, and an automated judge. ## Core Features & Use Cases - Automated web-to-mobile porting: Runs the full AgentMarvel pipeline (ingest, design, plan, generate, build, verify, judge, repair) from a single CLI command. - Independent verification gates: A blind test author, sha256-locked Maestro test suite, and typed verdict contracts ensure the generated app actually matches the controls doc. - Flexible run modes: Supports incremental screen-by-screen builds, supervised self-healing runs, environment pinning for multi-tenant APIs, and focused iteration on cached screens. - Use Case: A developer has a React web dashboard and a controls document describing its screens. They run the Skill with --repo and --controls to produce a verified Expo app on an Android emulator, with failures classified and repaired automatically. ## Quick Start Ask the agent to run AgentMarvel against your web repo and controls document, for example: port the web app in ./my-web-app to mobile using the controls doc at ./controls.md.