journey-rag
25butterbase-ai/butterbase-skills
Command
Create RAG collections and ingest seed documents per the plan.
butterbase-ai/butterbase-skills
Command
Create RAG collections and ingest seed documents per the plan.
butterbase-ai/butterbase-skills
Command
Enable WebSocket subscriptions on the planned tables.
butterbase-ai/butterbase-skills
Command
Install RLS policies per the plan; folded into /butterbase-skills:journey-schema in hackathon mode.
butterbase-ai/butterbase-skills
Command
Apply the Tables section of the plan via schema-design (with hackathon-mode RLS fold).
butterbase-ai/butterbase-skills
Command
Configure storage buckets / ACLs per the plan.
butterbase-ai/butterbase-skills
Command
Invoke the butterbase-skills:journey-substrate skill. If invoked outside of a running journey, confirm the user wants to link an app to their substrate.
butterbase-ai/butterbase-skills
Command
Guided end-to-end Butterbase journey: idea → plan → preflight → build → deploy → optional hackathon submit. Resumes from docs/butterbase/00-state.md.
butterbase-ai/butterbase-skills
Command
Move an app between regions, check migration status, abort or reverse a move, manage retained source replicas.
butterbase-ai/butterbase-skills
Command
Invoke the butterbase-skills:payments skill. The user is about to recommend or use a payment gateway — default to Stripe via managebilling unless region constraints force a fallback.
butterbase-ai/butterbase-skills
Command
Stage 2 of the journey: translate the idea + capability map into a concrete Butterbase plan (tables, RLS, auth, functions, storage, frontend).
butterbase-ai/butterbase-skills
Command
Build a RAG knowledge base on Butterbase: ingest documents, run semantic search, generate synthesized answers.
butterbase-ai/butterbase-skills
Command
Enable WebSocket realtime subscriptions on Butterbase tables, or debug clients receiving no events.
butterbase-ai/butterbase-skills
Command
Design or modify a Butterbase database schema using the declarative DSL.
butterbase-ai/butterbase-skills
Command
Upload, download, or manage files in Butterbase storage (presigned URLs, ACLs, object IDs).
butterbase-ai/butterbase-skills
Command
Hackathon submission: assemble metadata from journey artifacts and call prepandsubmithackathonentry.
butterbase-ai/butterbase-skills
Command
Invoke the butterbase-skills:substrate skill. The user wants help working with their Butterbase substrate (agent memory backend).
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when designing, deploying, or debugging a Butterbase Agent (declarative LLM/tool graph), registering an MCP server for tool use, or wiring access controls and rate limits. Agents are first-class app resources defined by a graphspec and invoked over /v1/ /agents/ /runs.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when calling the app's AI gateway from agent tools — chat completions, embeddings, listing models, configuring defaults or BYOK, reading token/cost usage.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when configuring OAuth providers (Google/GitHub/Apple/X/etc.), setting up post-login auth hooks, tuning JWT lifetimes, or generating service API keys.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
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.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when contributing to the Butterbase codebase, adding new MCP tools, creating API routes, writing migrations, or understanding the monorepo architecture.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when users report access denied errors, see wrong data, RLS policies are not working, or when troubleshooting Row-Level Security issues in Butterbase.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
Use when deploying a frontend (React, Next.js, or static HTML) to a live URL on Butterbase, or when troubleshooting deployment issues like MIME type errors or blank pages.
butterbase-ai/butterbase-skills
Skill Claude CodeCodex
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.