supabase-postgres-best-practices — community patrimonio-pwa, community, ide skills, Claude Code, Cursor, Windsurf

v1.1.0

Об этом навыке

Идеально подходит для агентов оптимизации баз данных, которым требуются продвинутые возможности настройки производительности Postgres и автоматизированная оптимизация запросов. Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Lrmdom Lrmdom
[0]
[0]
Updated: 3/4/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

Идеально подходит для агентов оптимизации баз данных, которым требуются продвинутые возможности настройки производительности Postgres и автоматизированная оптимизация запросов. Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Зачем использовать этот навык

Наделяет агентов возможностью оптимизировать производительность базы данных Postgres, применяя лучшие практики в 8 категориях, включая автоматизированную оптимизацию запросов и проектирование схемы, используя пулинг подключений и масштабирование, а также определяя приоритеты правил по воздействию для обеспечения эффективных операций с базой данных.

Подходит лучше всего

Идеально подходит для агентов оптимизации баз данных, которым требуются продвинутые возможности настройки производительности Postgres и автоматизированная оптимизация запросов.

Реализуемые кейсы использования for supabase-postgres-best-practices

Автоматизировать оптимизацию запросов для улучшения производительности базы данных
Проектировать эффективные схемы для крупномасштабных приложений
Просматривать и решать проблемы производительности базы данных с помощью функций, специфичных для Postgres

! Безопасность и ограничения

  • Требует обслуживания и обновлений Supabase для лучших практик
  • Требуется совместимость с базой данных Postgres
  • Знание запросов SQL и проектирования схемы необходимо для эффективного применения

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is supabase-postgres-best-practices?

Идеально подходит для агентов оптимизации баз данных, которым требуются продвинутые возможности настройки производительности Postgres и автоматизированная оптимизация запросов. Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

How do I install supabase-postgres-best-practices?

Run the command: npx killer-skills add Lrmdom/patrimonio-pwa. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for supabase-postgres-best-practices?

Key use cases include: Автоматизировать оптимизацию запросов для улучшения производительности базы данных, Проектировать эффективные схемы для крупномасштабных приложений, Просматривать и решать проблемы производительности базы данных с помощью функций, специфичных для Postgres.

Which IDEs are compatible with supabase-postgres-best-practices?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for supabase-postgres-best-practices?

Требует обслуживания и обновлений Supabase для лучших практик. Требуется совместимость с базой данных Postgres. Знание запросов SQL и проектирования схемы необходимо для эффективного применения.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Lrmdom/patrimonio-pwa. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use supabase-postgres-best-practices immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

supabase-postgres-best-practices

Install supabase-postgres-best-practices, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with...

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Supabase Postgres Best Practices

Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.

When to Apply

Reference these guidelines when:

  • Writing SQL queries or designing schemas
  • Implementing indexes or query optimization
  • Reviewing database performance issues
  • Configuring connection pooling or scaling
  • Optimizing for Postgres-specific features
  • Working with Row-Level Security (RLS)

Rule Categories by Priority

PriorityCategoryImpactPrefix
1Query PerformanceCRITICALquery-
2Connection ManagementCRITICALconn-
3Security & RLSCRITICALsecurity-
4Schema DesignHIGHschema-
5Concurrency & LockingMEDIUM-HIGHlock-
6Data Access PatternsMEDIUMdata-
7Monitoring & DiagnosticsLOW-MEDIUMmonitor-
8Advanced FeaturesLOWadvanced-

How to Use

Read individual rule files for detailed explanations and SQL examples:

references/query-missing-indexes.md
references/schema-partial-indexes.md
references/_sections.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect SQL example with explanation
  • Correct SQL example with explanation
  • Optional EXPLAIN output or metrics
  • Additional context and references
  • Supabase-specific notes (when applicable)

References

Связанные навыки

Looking for an alternative to supabase-postgres-best-practices or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик