taruvi-app-developer
Installation
SKILL.md
Taruvi app developer (backend)
Single backend skill for Taruvi. Covers two layers:
- Control plane (MCP) — provisioning datatables, policies, roles, buckets, secrets, function metadata, analytics queries, audited raw SQL.
- Data plane (function runtime) — Python bodies with signature
def main(params, user_data, sdk_client)running on Celery workers with a pre-authenticatedsdk_client.
If the task is wiring React/Refine providers or hooks on the frontend, switch to taruvi-refine-providers.
Decision: function or just MCP provisioning?
Provisioning alone is enough for: schema changes, policy/role/user management, bucket creation, secret management, registering analytics queries, one-shot admin SQL.
You need a function body when the task involves any of: