🔐
DevOps

Auth Setup

by butterbase-ai

Auth Setup is a DevOps skill for Claude Code, published by butterbase-ai in butterbase-skills.

532 stars40 forkson butterbase-ai/butterbase-skillsAdded 2026/08/26Repository updated 2026/06/28
agent-skillsai-agentsbackend-as-a-servicebutterbaseclaudeclaude-codemcpskills
Install in seconds
Install Auth Setup
Copy Auth Setup into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/butterbase-ai/butterbase-skills/tree/main/skills/auth-setup ~/.claude/skills/auth-setup

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/butterbase-ai/butterbase-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/auth-setup/SKILL.md in butterbase-ai/butterbase-skills
Installs to
~/.claude/skills/auth-setup
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What Auth Setup does

Auth Setup configures OAuth providers, JWT lifetimes, post-login hooks, and service API keys for Butterbase apps. Use it when setting up end-user sign-in or auth-related backend behavior.

Auth Setup is cataloged under DevOps on DirSkills. Auth Setup comes from a repository tagged agent-skills, ai-agents, backend-as-a-service, butterbase and claude.

Documentation

README

Butterbase Auth Setup

Two umbrella tools cover end-user authentication:

  • manage_oauth — provider configuration (Google, GitHub, Apple, X, custom)
  • manage_auth_config — auth hooks, JWT lifetimes, service key generation

For broad app build-out, see also butterbase-skills:build-app. This skill is the deep dive.


1. The role model

Every request runs under one of three database roles:

Auth header Role current_user_id() RLS
none butterbase_anon NULL enforced; default deny
End-user JWT (issued by manage_oauth or email login) butterbase_user user UUID enforced
Service key (bb_sk_*) butterbase_service NULL bypassed

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Auth Setup

  • What else does butterbase-ai publish alongside Auth Setup?

    Auth Setup is one of 25 skills that DirSkills catalogs from butterbase-ai/butterbase-skills, the repository it ships in. Its siblings there include Build App, Butterbase AI Gateway and Butterbase Agents. Each one is a separate skill with its own page in this directory, installs the same way Auth Setup does, and is maintained by butterbase-ai in that same repository. The rest of the collection is listed on the butterbase-ai/butterbase-skills page.

  • How does Auth Setup compare to other DevOps skills?

    Auth Setup ranks #682 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Auth Setup against them. Open each page to compare what they document and how they install.

More from butterbase-ai/butterbase-skills

Auth Setup is one of 25 skills cataloged on DirSkills from butterbase-ai/butterbase-skills.

See all 25 skills
🛠️
5d ago

Build App

Build App walks through creating a complete Butterbase app, including backend provisioning, schema design, RLS, and deployment. Use it when starting a new app or setting up auth and database-backed features.
DevOps
53240
🤖
5d ago

Butterbase AI Gateway

Butterbase AI Gateway lets agents call an app's AI gateway for chat completions, embeddings, model listing, config updates, and usage reporting. Use it to manage defaults, BYOK keys, and token or cost usage.
AI Engineering
53240
🤖
5d ago

Butterbase Agents

Butterbase Agents helps design, deploy, and debug declarative LLM/tool graphs for Butterbase apps. Use it for stateful multi-step workflows, MCP tool registration, access controls, limits, and agent run debugging.
AI Engineering
53240
5d ago

Butterbase Preflight

Butterbase Preflight checks that a Butterbase account, MCP connection, API key, and app_id are in place before platform-touching actions. Use it to verify setup and write the results to preflight state files.
DevOps
53240
🧩
5d ago

Butterbase Skills

Butterbase Skills gives Claude Code guided workflows for Butterbase, including app building, schema design, auth, functions, deploys, and debugging. It also auto-configures the Butterbase MCP connection and context.
AI Engineering
53240
🛠️
5d ago

Contributing

Contributing covers the Butterbase monorepo layout, coding conventions, and the steps for adding MCP tools, API routes, and database migrations. Use it when working on the codebase or extending the control API and MCP server.
Writing
53240