Agent skill · DevOps & Cloud

supabase-cli

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.

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill supabase-cli --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 50
SKILL.md size: 6 KB
Bundled scripts: none
Path: plugins/supabase-skills/skills/supabase-cli/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Supabase CLI Skill Skill for local development, migrations, edge functions, and project management with the `supabase` CLI. Official docs: https://supabase.com/docs/reference/cli/about ## Installation ```bash # macOS / Linux (Homebrew) brew install supabase/tap/supabase # npm npm install -g supabase # Windows (Scoop) scoop bucket add supabase https://github.com/supabase/scoop-bucket.git scoop install supabase ``` ## Authentication ```bash # Login with access token from https://supabase.com/dashboard/account/tokens supabase login # Link to a project supabase link --project-ref <project-id> ``` ## Quick Decision Trees ### "I need local development" ``` Local dev? ├─ Initialize project → supabase init ├─ Start local stack → supabase start │ ├─ Without specific services → supabase start -x studio,imgproxy │ └─ Status → supabase status ├─ Stop local stack → supabase stop │ └─ Clean up data → supabase stop --no-backup ├─ View service URLs → supabase status └─ Bootstrap from template → supabase bootstrap ``` ### "I need database migrations" ``` Migrations? ├─ Create new migration → supabase migration new <name> ├─ Apply pending migrations → supabase migration up │ └─ Rollback → supabase

What's inside
Steps it walks through
  1. Installation
  2. Authentication
  3. Quick Decision Trees
  4. "I need local development"
  5. "I need database migrations"
  6. "I need edge functions"
  7. "I need to manage secrets"
  8. "I need code generation"
  9. "I need to inspect the database"
  10. "I need project management"
  11. Common Workflows
  12. New project setup
  13. Migration workflow
  14. Edge function development
Ships with 24 files
  • references/commands/functions.md
  • references/commands/gen.md
  • references/commands/init.md
  • references/commands/link.md
  • references/commands/login.md
  • references/commands/projects.md
  • references/commands/secrets.md
  • references/commands/start.md
  • references/commands/status.md
  • references/commands/stop.md
  • references/config/push.md
  • references/db/diff.md
  • references/db/dump.md
  • references/db/lint.md
  • references/db/pull.md
  • references/db/push.md
  • references/db/reset.md
  • references/db/schema-declarative-generate.md
  • references/db/schema-declarative-sync.md
  • references/domains/activate.md
  • references/examples.yaml
  • references/functions/new.md
  • references/functions/serve.md
  • references/inspect/db-bloat.md
first 24 of 50
Commands it runs
macOS / Linux (Homebrew)
brew install supabase/tap/supabase
npm
npm install -g supabase
Windows (Scoop)
scoop bucket add supabase https://github.com/supabase/scoop-bucket.git
scoop install supabase
Login with access token from https://supabase.com/dashboard/account/tokens
supabase login
Link to a project
More from claude-codex-settings
All skills →
About this skill
What does the supabase-cli skill do?

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.

How do I install it?

Run `npx skills add fcakyon/claude-codex-settings --skill supabase-cli --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going