Back to skills
SkillHub ClubShip Full StackFull Stack
supabase-db
Imported from https://github.com/oimiragieo/agent-studio.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
17
Hot score
87
Updated
March 19, 2026
Overall rating
C3.2
Composite score
3.2
Best-practice grade
B75.1
Install command
npx @skill-hub/cli install oimiragieo-agent-studio-supabase-db
Repository
oimiragieo/agent-studio
Skill path: .claude/skills/supabase-db
Imported from https://github.com/oimiragieo/agent-studio.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: oimiragieo.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install supabase-db into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/oimiragieo/agent-studio before adding supabase-db to shared team environments
- Use supabase-db for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: supabase-db description: Supabase database, auth, and storage operations allowed-tools: [Bash, Read, WebFetch] --- # Supabase Skill ## Overview Supabase backend-as-a-service. 90%+ context savings. ## Requirements - SUPABASE_URL - SUPABASE_ANON_KEY or SUPABASE_SERVICE_KEY ## Tools (Progressive Disclosure) ### Database | Tool | Description | Confirmation | |------|-------------|--------------| | select | Query data | No | | insert | Insert rows | Yes | | update | Update rows | Yes | | delete | Delete rows | **REQUIRED** | | rpc | Call function | Yes | ### Auth | Tool | Description | |------|-------------| | list-users | List users | | get-user | Get user details | ### Storage | Tool | Description | Confirmation | |------|-------------|--------------| | list-buckets | List buckets | No | | upload | Upload file | Yes | | download | Download file | No | ### BLOCKED | Tool | Status | |------|--------| | delete-bucket | **BLOCKED** | ## Agent Integration - **developer** (primary): Backend development - **database-architect** (secondary): Schema design