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-authenticated sdk_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:

Installs
73
First Seen
Apr 16, 2026
taruvi-app-developer — taruvi-ai/taruvi-skills