# Add to your Claude Code skills
git clone https://github.com/butterbase-ai/butterbase-skillsGuides for using ai agents skills like butterbase-skills.
Last scanned: 6/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-02T08:38:09.675Z",
"npmAuditRan": true,
"pipAuditRan": true
}butterbase-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by butterbase-ai. Plugin for Butterbase.ai. It has 533 GitHub stars.
Yes. butterbase-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/butterbase-ai/butterbase-skills" and add it to your Claude Code skills directory (see the Installation section above). butterbase-skills ships a SKILL.md manifest, so compatible agents can discover and load it automatically.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh butterbase-skills against similar tools.
No comments yet. Be the first to share your thoughts!
name: butterbase-skills description: Claude Code plugin for Butterbase — 30+ guided skills and auto-configured MCP for the AI-native backend-as-a-service. license: MIT supported_assistants:
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
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