What problem does it solve? Setting up a full-stack SaaS starter with Clerk authentication, Convex backend, webhooks, and billing requires many manual dashboard steps that are error-prone and time-consuming. This Skill automates the entire installation by following the README instructions and driving browser-based configuration. ## Core Features & Use Cases - Automated Environment Setup: Installs npm dependencies, generates CSRF secrets, and configures .env.local variables per the README. - Browser-Driven Dashboard Configuration: Uses Playwright MCP to create Clerk applications, JWT templates, Convex projects, webhooks, and billing plans across separate browser tabs. - End-to-End Verification Testing: Tests the landing page, authentication flow, protected routes, subscription checkout with a test card, and webhook data in the Convex database. - Use Case: A developer clones the Secure Vibe Coding OS repository and asks the AI to install the app; the Skill walks through Clerk and Convex setup, enables billing, and confirms a successful $9.99 test subscription appears in the paymentAttempts table. ## Quick Start Ask the AI to install this app from the README and it will automate the full Clerk, Convex, webhook, and billing setup with Playwright.