.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/butterbase-ai/butterbase
home/skills/butterbase-ai/butterbase
butterbase-ai avatar

butterbase

bybutterbase-ai· 41 skills

Stars

2.8k

Forks

146

Category

Backend & APIs

View on GitHub

TL;DR

AI-native, open-source backend-as-a-service with a built-in Model Context Protocol server. Postgres, auth, storage, functions, AI gateway.

How to install butterbase?

butterbase-ai/butterbase
$npx -y skills add butterbase-ai/butterbase --skill butterbase

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/butterbase-ai/butterbase" --skill "butterbase-ai/butterbase"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/butterbase-ai/butterbase" that are relevant to the current task. Run `npx skills add "https://github.com/butterbase-ai/butterbase"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1<p align="center">
2 <img src=".github/assets/logo.png" alt="Butterbase" width="420" />
3</p>
4 
5<p align="center"><strong>AI-native, open-source backend-as-a-service.</strong><br/>Postgres · Auth · Storage · Functions · AI Gateway · MCP server</p>
6 
7<p align="center">
8 <a href="./LICENSE"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache_2.0-blue.svg"></a>
9 <a href="https://github.com/butterbase-ai/butterbase/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/butterbase-ai/butterbase?style=social"></a>
10 <a href="https://github.com/butterbase-ai/butterbase/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/butterbase-ai/butterbase?style=social"></a>
11 <br/>
12 <a href="https://discord.gg/Aq7q5mqbrt"><img alt="Join Discord" src="https://img.shields.io/badge/Join-Discord-5865F2?logo=discord&logoColor=white"></a>
13 <a href="https://www.linkedin.com/company/butterbase/?trk=public_profile_following-company_profile-result-card_result-card_title"><img alt="Follow us on LinkedIn" src="https://img.shields.io/badge/Follow-LinkedIn-0A66C2?logo=linkedin&logoColor=white"></a>
14 <img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white">
15 <img alt="Postgres" src="https://img.shields.io/badge/Postgres-336791?logo=postgresql&logoColor=white">
16 <img alt="Docker" src="https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white">
17</p>
18 
19<p align="center">
20 <a href="https://butterbase.ai"><strong>Website</strong></a> ·
21 <a href="https://discord.gg/Aq7q5mqbrt"><strong>Discord</strong></a> ·
22 <a href="https://www.linkedin.com/company/butterbase/?trk=public_profile_following-company_profile-result-card_result-card_title"><strong>LinkedIn</strong></a> ·
23 <a href="./SETUP.md"><strong>Self-host</strong></a> ·
24 <a href="./docs"><strong>Docs</strong></a> ·
25 <a href="./ROADMAP.md"><strong>Roadmap</strong></a> ·
26 <a href="./Examples"><strong>Examples</strong></a> ·
27 <a href="./CONTRIBUTING.md"><strong>Contributing</strong></a>
28</p>
29 
30---
31 
32<!-- Drop a demo gif at .github/assets/demo.gif and uncomment:
33<p align="center"><img src=".github/assets/demo.gif" alt="Butterbase demo" width="720" /></p>
34-->
35 
36Butterbase gives you the building blocks for AI-driven applications without lock-in: a Postgres-backed backend with row-level security, serverless functions, an LLM gateway, realtime subscriptions, key-value store, file storage, RAG, durable per-key actors, and a built-in **Model Context Protocol (MCP) server** so agents can operate your backend with tools instead of glue code.
37 
38## Features
39 
40**Data**
41- **Postgres data plane** — per-app databases with declarative schema (`/schema`), automatic REST endpoints (`/auto-api`), and migrations.
42- **Row-Level Security** — first-class RLS policy management with user-isolation helpers (`/rls`).
43- **Key-Value store** — regional, quota-protected KV with TTL, audit trail, and dashboard expose rules (`/v1/:app/kv/*`). *New in v0.2.0.*
44- **File storage** — S3/R2-backed object storage with presigned URLs, ACLs, and async indexing (`/storage`).
45 
46**Compute**
47- **Serverless functions** — TypeScript functions executed on the Deno runtime (`/functions`).
48- **Durable Objects** — stateful per-key actors for chat rooms, multiplayer, rate limiters, long-running agents (`/durable-objects`).
49- **Realtime** — WebSocket subscriptions to table changes for live UIs and presence (`/realtime`).
50- **Edge SSR** — deploy Next.js / Remix / Astro edge handlers from source (`/edge-ssr`, `/edge-ssr-from-source`).
51- **Frontend hosting** — zip or build-from-source static / SPA deploys with custom domains (`/frontend`, `/custom-domains`).
52 
53**AI**
54- **AI gateway** — single endpoint for chat, embeddings, model listing; pluggable router adapters (`/gateway`, `/ai-config`).
55- **RAG** — managed collections, document ingestion, semantic search and synthesized answers (`/rag`).
56- **Integrations** — third-party too

Preview

butterbase-ai/butterbasebutterbase-ai/butterbase

$ npx -y skills add butterbase-ai/butterbase --skill butterbase

▸ installing to .claude/skills…

✓ butterbase ready

Repobutterbase-ai/butterbase
TypeSkills
CategoryBackend & APIs
ForDeveloperArchitectOps
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. microsoft avatarazure-messagingTroubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus.SkillsJul 2026473k1.3k
  2. larksuite avatarlark-openapi-explorer飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。SkillsJul 2026386k16k
  3. larksuite avatarlark-skill-maker创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。SkillsJul 2026385k16k
  4. mattpocock avatarimplementImplement a piece of work based on a spec or set of tickets.SkillsJul 2026237k189k
  5. supabase avatarsupabaseUse when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client…SkillsJul 2026188k2.4k
  6. firebase avatarfirebase-basicsProvides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI.SkillsJul 2026117k389