LABS — the FULL Convex quickstart experience: scaffold a running Next.js + shadcn app from one sentence with passkey (WebAuthn) sign-in and a live in-app Chef feedback panel pre-baked, build the idea live narrating through the panel, then PUBLISH it to a public https://<app>.convex.app URL (with the user's confirmation before publishing). For a plain local-only scaffold, use the quickstart skill instead.
$npx -y skills add get-convex/convex-backend-skill --skill labs-quickstartInstalls into the current project.
Run `npx skills use "https://github.com/get-convex/convex-backend-skill" --skill "get-convex/convex-backend-skill/labs-quickstart"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/get-convex/convex-backend-skill" that are relevant to the current task. Run `npx skills add "https://github.com/get-convex/convex-backend-skill"` and select the relevant skills, then follow their instructions.