Supabash
Description
A Claude Code skill that gives you direct psql access to Supabase — no MCP required. Claude Code skill that generates a project-specific bash CLI for direct Supabase PostgreSQL access. No MCP, no bloat — just psql with migrations, backups, and schema inspection tailored to your repo.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
supabash
A Claude Code skill that generates a **project-specific** `db-cli.sh` for full Supabase PostgreSQL access — direct `psql`, schema migrations, backups, restores. No MCP. No Supabase CLI install. ~200 lines of bash, tailored to your project's paths and schema.
You: set up supabase db access
Claude: [reads your repo structure]
Detected Next.js monorepo at apps/app/.env.local,
migrations at apps/app/supabase/migrations. Proceeding.
[generates db-cli.sh + DB_ACCESS_GUIDE.md, updates CLAUDE.md]
You: ./db-cli.sh tables
Why a skill, not an MCP?
- Zero runtime overhead — no server process, no memory footprint, no JSON-RPC handshakes. MCP tools take up context and resources every session.
- Auditable — the generated
db-cli.shis ~200 lines of plain bash sitting in your repo. You can read it, modify it, commit it, version it. - Works without Claude — once generated, the script runs fine in any terminal. Your future self (or a teammate) doesn't need an AI agent to use it.
- Per-project customization — the skill reads your actual env paths, migration dir, and schema, then bakes them into the script. No autodetection cruft in the generated output.
Install
As a Claude Code skill
git clone https://github.com/jeep15cba/supabash ~/.claude/skills/supabash
Then in any Supabase project, ask Claude Code:
"set up supabase db access" / "give me psql access to my database" / "generate a db cli for this project"
Claude will invoke the skill, inspect your project, and generate everything.
Without Claude Code
Read [`SPEC.md`](./SPEC.md) and ask any capable LLM (Claude.ai, ChatGPT, Cursor) to generate `db-cli.sh` for your project. Paste SPEC.md + a description of your env file path and migrations dir — the spec is self-contained.
What gets generated
In your project:
db-cli.shat the repo root — bash script with your paths hardcodedDB_ACCESS_GUIDE.mdat the r
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11