Route Supabase tasks to specialists
supabase-orchestratorskillsetup L2★0
Sheshiyer/skill-clusters ↗What it does
Route Supabase tasks to specialist skills
Best for
Routing tasks to specialist skills beats writing monolithic documentation.
Inputs
- · file or document content
- · configuration JSON
- · natural language query/prompt
- · session or state context
- · database schema or SQL
- · specification or requirements document
Outputs
- · task list or implementation plan
- · code, migrations, or SQL
- · database schema definition
- · active session handle
- · design specifications or mockups
- · routing decision with delegation path
Requires
- · MCP servers (standard)
- · Supabase API and CLI
- · PostgreSQL database
Preconditions
- · Tool/MCP installed and configured
- · Authentication credentials present
- · Database accessible with required permissions
- · Input file exists and is readable
- · Specification or requirements document prepared
- · Relevant context provided by user
- · Input type must be classifiable to one route
Failure modes
- · Authentication failure or expired credentials
- · Timeout or rate limit exceeded on external calls
- · Input cannot be classified to any route
- · Network or API service unavailable
- · Input file missing or malformed
- · Validation fails on input or output
- · MCP server unreachable or schema mismatch
Trust signals
- · Open-source repo available: Sheshiyer/skill-clusters
- · Version and compatibility specified
- · Concrete usage examples provided
- · Verification/testing guidance included