supabase-rpc-manager
Supabase PostgreSQL RPC, pgvector operations, and real-time subscriptions
$ Installieren
git clone https://github.com/jgtolentino/insightpulse-odoo /tmp/insightpulse-odoo && cp -r /tmp/insightpulse-odoo/docs/claude-code-skills/community/supabase-rpc-manager ~/.claude/skills/insightpulse-odoo// tip: Run this command in your terminal to install the skill
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"
Repository

jgtolentino
Author
jgtolentino/insightpulse-odoo/docs/claude-code-skills/community/supabase-rpc-manager
1
Stars
0
Forks
Updated2d ago
Added1w ago