Build and deploy full-stack apps on the Butterbase platform: design schemas, configure auth and RLS, deploy serverless functions and frontends, manage AI gateways and RAG knowledge bases, and orchestrate a guided journey from idea to hackathon submission.
Use the app's AI gateway: chat completions, embeddings, list models, configure defaults and BYOK, check usage
Configure OAuth providers, auth hooks, JWT lifetimes, and service keys for a Butterbase app
Build a complete Butterbase app from scratch (init → schema → RLS → auth → functions → deploy)
Learn how to contribute to the Butterbase codebase (add MCP tools, routes, migrations)
Debug Row-Level Security issues (access denied, users seeing wrong data, policy problems)
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 `graph_spec` and invoked over `/v1/<app_id>/agents/<name>/runs`.
Use when calling the app's AI gateway from agent tools — chat completions, embeddings, listing models, configuring defaults or BYOK, reading token/cost usage
Use when configuring OAuth providers (Google/GitHub/Apple/X/etc.), setting up post-login auth hooks, tuning JWT lifetimes, or generating service API keys
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 contributing to the Butterbase codebase, adding new MCP tools, creating API routes, writing migrations, or understanding the monorepo architecture
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub butterbase-ai/butterbase-skills --plugin butterbase-skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for Butterbase — the AI-Native Backend-as-a-Service.
This plugin gives Claude deep knowledge of Butterbase's 42+ MCP tools, guides you through common workflows, and auto-configures the MCP server connection.
claude plugin add @butterbase/skills
Sign-in is OAuth — no API key copy-paste needed.
Sign up at butterbase.ai.
Install the MCP server across every detected client with one command:
npx @butterbase/cli mcp install
This walks Claude Code, Cursor, VS Code, JetBrains, Codex, Gemini CLI, and the rest, and prints per-client OAuth follow-up hints.
Trigger OAuth once per client. In Claude Code: restart, then run /mcp (or claude mcp login butterbase). The cli's output covers every other client.
The plugin auto-loads its skills and CLAUDE.md context as soon as Claude Code starts. All 42+ tools available immediately after consent.
| Skill | Description | Example prompts |
|---|---|---|
butterbase:build-app | Build a complete app from scratch | "Build me a blog with auth and comments" |
butterbase:schema-design | Design database schemas | "Design a schema for an e-commerce app" |
butterbase:deploy-frontend | Deploy frontends to live URLs | "Deploy my React app to production" |
butterbase:debug-rls | Debug Row-Level Security | "Users are seeing each other's data" |
butterbase:function-dev | Develop serverless functions | "Create a cron job to clean up expired sessions" |
butterbase:contributing | Contribute to Butterbase | "How do I add a new MCP tool?" |
.mcp.json — Auto-configures the Butterbase MCP server connection (HTTPS endpoint)CLAUDE.md — Always-on context: environment variables, workflows, patterns, documentation referencesIf you're running the Butterbase monorepo locally, the MCP server URL defaults to http://localhost:4000/mcp. Set this in your environment:
export CONTROL_API_URL=http://localhost:4000
butterbase_docs MCP tool — Call with any topic (auth, storage, functions, etc.) for comprehensive reference docsMIT
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
The backend platform for AI-native developers. A Postgres-based backend with auth, storage, compute, hosting, and AI gateway — built for coding agents. This plugin gives agents the full InsForge surface: database CRUD with RLS, authentication, storage, edge functions, AI, realtime, Stripe payments, and deployments. Includes CLI infrastructure management, debugging diagnostics, and integration guides for third-party auth providers (Auth0, Clerk, Kinde, Stytch, WorkOS).
Vibes is for people who use Claude Code, but don't know how to code.
Enhances Claude for developing full-stack web apps with Wasp (React, Node.js, Prisma)
Tencent CloudBase MCP Server - AI-powered development toolkit for building and deploying full-stack applications, mini-programs, and cloud functions to Tencent CloudBase platform