AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Butterbase Skills

skill-butterbase-ai-butterbase-skills-butterbase-skills · by butterbase-ai

Claude Code plugin for Butterbase — 30+ guided skills and auto-configured MCP for the AI-native backend-as-a-service.

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-butterbase-ai-butterbase-skills-butterbase-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-butterbase-ai-butterbase-skills-butterbase-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Butterbase Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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.

What you get

  • Auto-configured MCP server.mcp.json points Claude at https://api.butterbase.ai/mcp with your BUTTERBASE_API_KEY. All Butterbase tools available immediately.
  • Always-on contextCLAUDE.md teaches Claude Butterbase's environment, branding, tool shape, and core workflow.
  • Guided journey/butterbase-skills:journey walks any idea from brainstorm → plan → schema → auth → functions → deploy → optional hackathon submission.
  • Per-capability skillsschema-design, auth-setup, function-dev, deploy-frontend, debug-rls, storage, rag-dev, realtime, durable-objects, ai, migrations, substrate, integrations, payments, and more.

Install

# Add the marketplace
claude plugin marketplace add https://github.com/butterbase-ai/butterbase-skills

# Install the plugin
claude plugin install butterbase

Setup

Sign-in is OAuth — no API key copy-paste needed.

  1. Sign up at butterbase.ai.
  2. Install the MCP server across every detected client:

``bash 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.

  1. Trigger OAuth once per client. In Claude Code: restart, then run /mcp (or claude mcp login butterbase).

Headline skills

| 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](./CLAUDE.md) and the [skills/](./skills/) directory for the full set.

Supported AI assistants

  • Claude Code (primary) — installed via the plugin marketplace command above; npx @butterbase/cli mcp install also covers it.
  • Claude Desktop / Cursor / VS Code / JetBrains / Codex / Gemini CLI / othersnpx @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.
  • Any other MCP-capable client can connect to 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.

Related

License

MIT

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.