Claude Code Plugins

Community-maintained marketplace

Feedback

supabase-rpc-manager

@jgtolentino/insightpulse-odoo
0
0

Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name supabase-rpc-manager
description Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions

Supabase RPC Manager

Execute stored procedures, vector search, and real-time operations.

What This Does

  • PostgreSQL RPC calls
  • pgvector similarity search
  • Real-time subscriptions
  • Batch operations
  • Transaction management

Quick Example

result = supabase.rpc('get_trial_balance', {
    'agency': 'RIM',
    'period': '2025-10'
})

Getting Started

"Execute month-end closing RPC" "Vector search similar expenses"