.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-skills
home/skills/butterbase-ai/butterbase-skills
butterbase-ai avatar

butterbase-skills

bybutterbase-ai· 41 skills

Installs

3

Stars

532

Forks

40

Category

Code Review & Refactor

View on GitHub

TL;DR

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

How to install butterbase-skills?

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

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-skills" --skill "butterbase-ai/butterbase-skills"` 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-skills" that are relevant to the current task. Run `npx skills add "https://github.com/butterbase-ai/butterbase-skills"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# Butterbase Skills
2 
3Claude Code plugin for [Butterbase](https://butterbase.ai) — the AI-Native Backend-as-a-Service.
4 
5This plugin gives Claude deep knowledge of Butterbase's 42+ MCP tools, guides you through common workflows, and auto-configures the MCP server connection.
6 
7## Installation
8 
9```bash
10claude plugin add @butterbase/skills
11```
12 
13## Setup
14 
15Sign-in is OAuth — no API key copy-paste needed.
16 
171. **Sign up** at [butterbase.ai](https://butterbase.ai).
18 
192. **Install the MCP server across every detected client** with one command:
20 ```bash
21 npx @butterbase/cli mcp install
22 ```
23 This walks Claude Code, Cursor, VS Code, JetBrains, Codex, Gemini CLI, and the rest, and prints per-client OAuth follow-up hints.
24 
253. **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.
26 
27The plugin auto-loads its skills and CLAUDE.md context as soon as Claude Code starts. All 42+ tools available immediately after consent.
28 
29## Available Skills
30 
31| Skill | Description | Example prompts |
32|-------|-------------|-----------------|
33| `butterbase:build-app` | Build a complete app from scratch | "Build me a blog with auth and comments" |
34| `butterbase:schema-design` | Design database schemas | "Design a schema for an e-commerce app" |
35| `butterbase:deploy-frontend` | Deploy frontends to live URLs | "Deploy my React app to production" |
36| `butterbase:debug-rls` | Debug Row-Level Security | "Users are seeing each other's data" |
37| `butterbase:function-dev` | Develop serverless functions | "Create a cron job to clean up expired sessions" |
38| `butterbase:contributing` | Contribute to Butterbase | "How do I add a new MCP tool?" |
39 
40## What's Included
41 
42- **`.mcp.json`** — Auto-configures the Butterbase MCP server connection (HTTPS endpoint)
43- **`CLAUDE.md`** — Always-on context: environment variables, workflows, patterns, documentation references
44- **6 skills** — Guided workflows for building, deploying, debugging, and contributing
45 
46## Local Development
47 
48If you're running the Butterbase monorepo locally, the MCP server URL defaults to `http://localhost:4000/mcp`. Set this in your environment:
49 
50```bash
51export CONTROL_API_URL=http://localhost:4000
52```
53 
54## Also Available
55 
56- **[@butterbase/sdk](https://www.npmjs.com/package/@butterbase/sdk)** — TypeScript SDK for client-side and server-side use
57- **[@butterbase/cli](https://www.npmjs.com/package/@butterbase/cli)** — CLI tool for project scaffolding and backend management
58- **`butterbase_docs` MCP tool** — Call with any topic (auth, storage, functions, etc.) for comprehensive reference docs
59 
60## License
61 
62MIT

Preview

butterbase-ai/butterbase-skillsbutterbase-ai/butterbase-skills

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

▸ installing to .claude/skills…

✓ butterbase-skills ready

Repobutterbase-ai/butterbase-skills
TypeSkills
CategoryCode Review & Refactor
ForDeveloper
UpdatedJun 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. mattpocock avatarimprove-codebase-architectureScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.SkillsJul 2026566k189k
  2. mattpocock avatardomain-modelingBuild and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision,…SkillsJul 2026275k189k
  3. juliusbrussee avatarcaveman-reviewUltra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix.SkillsJul 2026270k93k
  4. mattpocock avatarcodebase-designShared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a…SkillsJul 2026266k189k
  5. mattpocock avatarcode-reviewReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding…SkillsJul 2026201k189k
  6. mattpocock avatarresolving-merge-conflictsUse when you need to resolve an in-progress git merge/rebase conflict.SkillsJul 2026183k189k