Agent Plugins Marketplace
All plugins

supabase-skills

v1.0.3

Supabase Postgres, JavaScript SDK, and CLI skills for migrations and local dev.

CodexClaude Code3 Skills

License: MIT1.1k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 28, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add supabase-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/fcakyon/claude-codex-settings

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/supabase-skills/.

Plugin files

plugins/supabase-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/supabase-cli/SKILL.md
├── skills/supabase-js/SKILL.md
└── skills/supabase-postgres-best-practices/SKILL.md

Included Skills3

supabase-cliskills/supabase-cli/SKILL.md

This skill should be used when user asks to "use supabase CLI", "supabase init", "supabase start", "run migrations", "deploy edge functions", "manage Supabase project", or works with the supabase command-line tool for local development and project management.

supabase-jsskills/supabase-js/SKILL.md

This skill should be used when user asks to "use supabase-js", "query Supabase database", "supabase auth", "supabase storage", "supabase realtime", "supabase edge functions", or works with the @supabase/supabase-js JavaScript/TypeScript SDK.

supabase-postgres-best-practicesskills/supabase-postgres-best-practices/SKILL.md

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design, migrations and declarative schema files, RLS policies and the tests that verify them, indexes, triggers, database functions, queues and scheduled jobs (pg_cron, pgmq), vector/semantic search (pgvector), and restoring dumps (pg_restore) or importing data. Also load it when diagnosing slow queries, high CPU, timeouts, EXPLAIN plans, connection exhaustion, locking, bloat, or rows visible to the wrong user or tenant. This is not just a performance guide — schema, migration, security, and SQL authoring tasks need these rules too, even for a one-column change or a single query.

Plugin manifests2

plugins/supabase-skills/.codex-plugin/plugin.json
{
  "name": "supabase-skills",
  "version": "1.0.3",
  "description": "Supabase Postgres, JavaScript SDK, and CLI skills for migrations and local dev.",
  "license": "MIT"
}
plugins/supabase-skills/.claude-plugin/plugin.json
{
  "name": "supabase-skills",
  "version": "1.0.3",
  "description": "Supabase Postgres, JavaScript SDK, and CLI skills for migrations and local dev.",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[supabase-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/supabase-skills)