home / skills / jgtolentino / insightpulse-odoo / supabase-rpc-manager

supabase-rpc-manager skill

/docs/claude-code-skills/community/supabase-rpc-manager

npx playbooks add skill jgtolentino/insightpulse-odoo --skill supabase-rpc-manager

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
567 B
---
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
```python
result = supabase.rpc('get_trial_balance', {
    'agency': 'RIM',
    'period': '2025-10'
})
```

## Getting Started
"Execute month-end closing RPC"
"Vector search similar expenses"