agentsclimarketplace

Butterbase skills

Skill butterbase-ai/butterbase-skills

Plugin for Butterbase.ai

Install
npx -y skills add butterbase-ai/butterbase-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.5 KB, as published. Nobody here has run it

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:
    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.
  3. Trigger OAuth once per client. In Claude Code: restart, then run /mcp (or claude mcp login butterbase).

Headline skills

SkillWhat it does
/butterbase-skills:journeyEnd-to-end orchestrator — idea → deployed app
/butterbase-skills:build-appBuild a complete app from scratch
/butterbase-skills:schema-designDesign Postgres schemas with the declarative DSL
/butterbase-skills:auth-setupConfigure OAuth providers, JWT, service keys
/butterbase-skills:function-devDevelop and deploy serverless functions
/butterbase-skills:deploy-frontendDeploy React / Next.js / static to a live URL
/butterbase-skills:debug-rlsDebug Row-Level Security access issues
/butterbase-skills:rag-devBuild a RAG knowledge base with semantic search
/butterbase-skills:durable-objectsStateful per-key actors (chat rooms, multiplayer, rate limiters)
/butterbase-skills:realtimeWebSocket subscriptions for live database changes
/butterbase-skills:integrationsComposio toolkits — email, Slack, GitHub, Notion, Linear, CRM
/butterbase-skills:paymentsStripe Connect via manage_billing — subscriptions, marketplace splits
/butterbase-skills:substratePer-user agent memory backend (entities, decisions, action ledger)

See CLAUDE.md and the 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.