Skip to content
OpenSmartRoute
Skillv1.0.0

supabase-agent-skills

Install and use Supabase Agent Skills (`supabase/agent-skills`) with AI coding agents. Covers install modes, skill selection, plugin path, verification, and safe fallback for direct Supabase CLI/datab

by akillness(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from akillness/jeo-skills (.agent-skills/supabase-agent-skills/SKILL.md). Install upstream with npx skills add akillness/jeo-skills --skill supabase-agent-skills. Copyright stays with the author (MIT).

supabase-agent-skills

Use this skill when the task involves enabling Supabase workflows for AI agents using the open-source supabase/agent-skills package.

When to use

  • Install Supabase skill packs for Claude/Codex/Copilot/Cursor style agents
  • Select only specific Supabase skills instead of bulk install
  • Verify that skill installation succeeded before relying on generated code
  • Route to direct SQL/CLI checks when skill loading is unavailable

Instructions

Step 1: Verify prerequisites

  • Confirm Node.js and npm/npx are available.
  • Confirm project actually uses Supabase/Postgres before installing extra skills.
node -v
npm -v

Step 2: Install skill package

Use one of these paths:

# Install all Supabase skills
npx skills add supabase/agent-skills

# Install specific skill only
npx skills add supabase/agent-skills --skill supabase
npx skills add supabase/agent-skills --skill supabase-postgres-best-practices

Step 3: Optional Claude plugin path

If using Claude plugin workflow:

claude plugin marketplace add supabase/agent-skills
claude plugin install supabase@supabase-agent-skills

Step 4: Verify and smoke test

  • Confirm installed skill list includes Supabase entries.
  • Run one bounded task (schema introspection or query review) and inspect output quality.
  • If results are weak, fall back to direct commands and SQL inspection.

Step 5: Fallback strategy

When agent skill loading is unavailable:

  • Use direct Supabase CLI and SQL workflow.
  • Keep migration/review steps explicit; do not rely on hidden agent assumptions.

Guardrails

  • Do not run destructive SQL/migrations without explicit confirmation.
  • Prefer read-only verification first (SELECT, schema introspection, dry-run if available).
  • Keep credentials in environment/secret manager; never hardcode tokens in repo files.

Evidence

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/akillness-jeo-skills-supabase-agent-skills/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

akillness-jeo-skills-supabase-agent-skills.ocm.jsonjson
{
  "ocm": "1",
  "id": "akillness-jeo-skills-supabase-agent-skills",
  "kind": "skill",
  "name": "supabase-agent-skills",
  "description": "Install and use Supabase Agent Skills (`supabase/agent-skills`) with AI coding agents. Covers install modes, skill selection, plugin path, verification, and safe fallback for direct Supabase CLI/database workflows.",
  "publisher": "akillness",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "supabase",
      "postgres",
      "agent-skills",
      "ai-agent",
      "database",
      "backend",
      "cli",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Install and use Supabase Agent Skills (`supabase/agent-skills`) with AI coding agents. Covers install modes, skill selection, plugin path, verification, and safe fallback for direct Supabase CLI/database workflows."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/akillness/jeo-skills",
      "path": ".agent-skills/supabase-agent-skills/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/akillness/jeo-skills/blob/HEAD/.agent-skills/supabase-agent-skills/SKILL.md",
      "key": "akillness/jeo-skills/.agent-skills/supabase-agent-skills/SKILL.md"
    },
    "allowed_tools": [
      "Bash",
      "Read",
      "Write",
      "Edit",
      "Glob",
      "Grep",
      "WebFetch"
    ],
    "license": "MIT"
  },
  "instructions": "# supabase-agent-skills\n\nUse this skill when the task involves enabling Supabase workflows for AI agents using the open-source `supabase/agent-skills` package.\n\n## When to use\n- Install Supabase skill packs for Claude/Codex/Copilot/Cursor style agents\n- Select only specific Supabase skills instead of bulk install\n- Verify that skill installation succeeded before relying on generated code\n- Route to direct SQL/CLI checks when skill loading is unavailable\n\n## Instructions\n\n### Step 1: Verify prerequisites\n- Confirm Node.js and npm/npx are available.\n- Confirm project actually uses Supabase/Postg",
  "cost": {
    "context_tokens": 509
  }
}

Fetch it by URL: GET /api/v1/registry/akillness-jeo-skills-supabase-agent-skills/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.