Claude Code plugin for Butterbase — 30+ guided skills and auto-configured MCP for the AI-native backend-as-a-service.
npx skills add https://github.com/butterbase-ai/butterbase-skills --skill butterbase-skills
Claude Code plugin for Butterbase — an AI-native backend-as-a-service with Postgres, auth, storage, serverless functions, an AI gateway, RAG, realtime, and durable objects.
This plugin gives Claude deep knowledge of Butterbase's 40+ MCP tools, ships 30+ guided skills, and auto-configures the MCP server connection.
.mcp.json points Claude at https://api.butterbase.ai/mcp with your BUTTERBASE_API_KEY. All Butterbase tools available immediately.CLAUDE.md teaches Claude Butterbase's environment, branding, tool shape, and core workflow./butterbase-skills:journey walks any idea from brainstorm → plan → schema → auth → functions → deploy → optional hackathon submission.schema-design, auth-setup, function-dev, deploy-frontend, debug-rls, storage, rag-dev, realtime, durable-objects, ai, migrations, substrate, integrations, payments, and more.# Add the marketplace
claude plugin marketplace add https://github.com/butterbase-ai/butterbase-skills
# Install the plugin
claude plugin install butterbase
Sign-in is OAuth — no API key copy-paste needed.
npx @butterbase/cli mcp install
The cli walks Claude Code, Cursor, VS Code, JetBrains, Codex, Gemini CLI, and the rest, and prints per-client OAuth hints.
/mcp (or claude mcp login butterbase).| Skill | What it does |
|-------|--------------|
| /butterbase-skills:journey | End-to-end orchestrator — idea → deployed app |
| /butterbase-skills:build-app | Build a complete app from scratch |
| /butterbase-skills:schema-design | Design Postgres schemas with the declarative DSL |
| /butterbase-skills:auth-setup | Configure OAuth providers, JWT, service keys |
| /butterbase-skills:function-dev | Develop and deploy serverless functions |
| /butterbase-skills:deploy-frontend | Deploy React / Next.js / static to a live URL |
| /butterbase-skills:debug-rls | Debug Row-Level Security access issues |
| /butterbase-skills:rag-dev | Build a RAG knowledge base with semantic search |
| /butterbase-skills:durable-objects | Stateful per-key actors (chat rooms, multiplayer, rate limiters) |
| /butterbase-skills:realtime | WebSocket subscriptions for live database changes |
| /butterbase-skills:integrations | Composio toolkits — email, Slack, GitHub, Notion, Linear, CRM |
| /butterbase-skills:payments | Stripe Connect via manage_billing — subscriptions, marketplace splits |
| /butterbase-skills:substrate | Per-user agent memory backend (entities, decisions, action ledger) |
See CLAUDE.md and the skills/ directory for the full set.
npx @butterbase/cli mcp install also covers it.npx @butterbase/cli mcp install writes the right config for each, then a single /mcp (or the client's equivalent) launches the OAuth flow in your browser.https://api.butterbase.ai/mcp directly — the server advertises OAuth 2.1 via the standard .well-known/oauth-protected-resource metadata. Or run the MCP server locally via @butterbase/mcp.MIT
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take butterbase-ai/butterbase-skills from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference npx.
Without those the skill loads but fails at the first command.