What problem does it solve? Connecting a website, app, or service to Overlens login requires OAuth expertise that founders, product owners, and non-technical users do not have. This Skill acts as the entry point: it interviews the user in plain language, detects the tech stack from the repository, and routes the integration to the correct specialist guide without requiring any jargon knowledge. ## Core Features & Use Cases - Guided interview and stack detection: Asks one plain-language question at a time and inspects repository files (next.config, vite.config, app.json, nest-cli.json) to identify the system type before routing. - Routing to specialist guides: Directs the integration to the right path for Next.js, Vite SPA with backend, generic web frameworks, mobile apps, token-validating APIs, machine-to-machine services, or generic OIDC libraries. - OAuth client registration request generation: Produces a validated POST /admin/clients JSON payload plus a ready-to-send pt-BR message for the Overlens team to register the production client. - Sandbox-first verification loop: Integrates against the hosted test environment with fixture credentials, runs a conformance test suite and a doctor check, and ends with a production-readiness checklist. - Use Case: A site owner says "quero adicionar login da Overlens no meu sistema"; the wizard detects a Next.js app, collects the production and localhost URLs, generates the registration request, and drives the integration until tests pass. ## Quick Start Tell the assistant you want to add Overlens login to your system and answer its questions one at a time.