AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Supabase Postgres Best Practices

skill-drubleat-mobile-stack-skills-supabase-postgres-best-practices · by drubleat

>-

— No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-drubleat-mobile-stack-skills-supabase-postgres-best-practices

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-drubleat-mobile-stack-skills-supabase-postgres-best-practices)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Supabase Postgres Best Practices? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Supabase Postgres Best Practices

20+ production rules organized by category. Each rule file has an impact rating — load CRITICAL and HIGH rules first for any task, then drill into specifics.

Rule categories

| Prefix | Category | Load when… | |---|---|---| | query-* | Query performance | Writing or reviewing SQL queries | | conn-* | Connection management | Configuring clients or seeing connection errors | | security-* | RLS + auth security | Writing RLS policies or auth logic | | schema-* | Table & index design | Designing or altering tables | | lock-* | Concurrency & locking | Seeing deadlocks or migration issues | | monitor-* | pgstat diagnostics | Investigating slow queries or high load | | ext-* | Extensions (pgvector, pgcron, pg_net, pgmq) | Using Postgres extensions |

Quick routing

  • Slow query → [query-indexes.md](rules/query-indexes.md), [query-rls-performance.md](rules/query-rls-performance.md), [monitor-pg-stat.md](rules/monitor-pg-stat.md)
  • Connection errors / pooling → [conn-pooling.md](rules/conn-pooling.md), [conn-client-config.md](rules/conn-client-config.md)
  • RLS / security → [security-rls-patterns.md](rules/security-rls-patterns.md), [security-auth-uid.md](rules/security-auth-uid.md), [security-service-key.md](rules/security-service-key.md)
  • Schema / migrations → [schema-conventions.md](rules/schema-conventions.md), [schema-indexes.md](rules/schema-indexes.md), [lock-migrations.md](rules/lock-migrations.md)
  • Vector search → [ext-pgvector.md](rules/ext-pgvector.md)
  • Scheduled jobs → [ext-pg-cron.md](rules/ext-pg-cron.md)
  • HTTP from Postgres → [ext-pg-net.md](rules/ext-pg-net.md)
  • Message queues → [ext-pgmq.md](rules/ext-pgmq.md)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.