From butterbase-skills
Configures OAuth providers and auth hooks as the third build stage of the Butterbase journey. Delegates to auth-setup for provider setup and seed user creation. Skipped if no end-user auth is planned.
How this skill is triggered — by the user, by Claude, or both
Slash command
/butterbase-skills:journey-authThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage 3c of the guided journey. Configure OAuth providers and (optionally) auth hooks.
Stage 3c of the guided journey. Configure OAuth providers and (optionally) auth hooks.
journey when current_stage: auth./butterbase-skills:journey-auth.(n/a) in 00-state.md) if the plan has no end-user auth.If docs/butterbase/03-preflight.md is missing, older than 24 hours, or 00-state.md has app_id: null, invoke butterbase-skills:journey-preflight first. Wait for it to return successfully before proceeding.
docs/butterbase/02-plan.md — the Auth section.docs/butterbase/00-state.md — for app_id.Refresh docs. Call butterbase_docs with topic: "auth". For provider-specific setup (Google/GitHub/Apple), also WebFetch https://docs.butterbase.ai/auth. Skip if cache is fresh.
Read the Auth section of 02-plan.md. Print it back: "About to configure auth: providers=<list>, demo_user=<yes/no>. Proceed?". Wait for yes.
Invoke butterbase-skills:auth-setup via the Skill tool, passing the Auth plan and app_id. The wrapped skill will prompt for each provider's client ID/secret and call manage_oauth action: configure. If a demo user is requested, it seeds one via insert_row on the users table.
After it returns, run manage_oauth action: get to confirm and print the redirect URLs the user must register with each provider.
Append one line to docs/butterbase/04-build-log.md:
<ISO timestamp> auth manage_oauth ok
Tick - [x] auth in 00-state.md, set current_stage: to the next unchecked stage.
Return to journey orchestrator (or ask "Continue to the next stage? (yes/no)").
04-build-log.md.npx claudepluginhub butterbase-ai/butterbase-skills --plugin butterbase-skillsConfigures OAuth providers (Google, GitHub, Apple, X, etc.), sets up post-login auth hooks, tunes JWT lifetimes, and generates service API keys for Butterbase.
Configure Supabase authentication providers (OAuth, JWT, email). Use when setting up authentication, configuring OAuth providers (Google/GitHub/Discord), implementing auth flows, configuring JWT settings, or when user mentions Supabase auth, social login, authentication setup, or auth configuration.
Configure OAuth authentication providers for Clerk (Google, GitHub, Discord, Apple, Microsoft, Facebook, LinkedIn, Twitter, and 11+ more). Use when setting up social login, configuring OAuth providers, implementing authentication flows, generating redirect URLs, testing OAuth connections, or when user mentions Clerk OAuth, social authentication, provider setup, or multi-provider auth.