Skip to main content
Back to registry

supabase

alinaqi/claude-bootstrap

Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md]

Installs225
Install command
npx skills add https://github.com/alinaqi/claude-bootstrap --skill supabase
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md] Core concepts, CLI workflow, and patterns common to all Supabase projects. Sources: Supabase Docs | Supabase CLI Local-first, migrations in version control, never touch production directly. Develop locally with the Supabase CLI, capture all changes as migrations, and deploy through CI/CD. Use Drizzle (TypeScript) or SQLAlchemy (Python) - see framework-specific skills. - Direct production changes - Always use migrations - Disabled RLS - Enable on all user-data tables - Service key in client - Never expose service role key - No connection pooling - Use pooler for serverless - Committing .env - Add to .gitignore - Skipping migration review - Always check generated SQL - No seed data - Use seed.sql for consistent local dev

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does supabase do?

Load with: base.md + [supabase-nextjs.md | supabase-python.md | supabase-node.md]

Is supabase good?

supabase does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does supabase work with?

supabase currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to supabase?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install supabase?

npx skills add https://github.com/alinaqi/claude-bootstrap --skill supabase

Related skills

More from alinaqi/claude-bootstrap

Related skills

Alternatives in Software Engineering