plan
Stage 2 of the journey: translate the idea + capability map into a concrete Butterbase plan (tables, RLS, auth, functions, storage, frontend).
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/butterbase-ai/butterbase-skills/HEAD/commands/plan.md -o ~/.claude/commands/plan.mdplan.md
Invoke the `butterbase-skills:journey-plan` skill via the Skill tool, passing any arguments the user provided after the command.
Claude Code plugin for Butterbase — 30+ guided skills and auto-configured MCP for the AI-native backend-as-a-service.
Use when calling the app's AI gateway from agent tools — chat completions, embeddings, listing models, configuring defaults or BYOK, reading token/cost usage
Configure OAuth providers, auth hooks, JWT lifetimes, and service keys for a Butterbase app
Use when building a new Butterbase app from scratch, creating a full-stack application, or when the user asks to set up a complete backend with database, auth, and deployment
Use when users report access denied errors, see wrong data, RLS policies are not working, or when troubleshooting Row-Level Security issues in Butterbase
Deploy a frontend (React, Next.js, or static HTML) to a live URL on Butterbase
Use when building stateful per-key actors — chat rooms, multiplayer rooms, rate limiters, long-running agents, leaderboards — that need persistent in-memory + storage state across requests
Develop, deploy, or debug a Butterbase serverless function