taruvi-refine-providers
Installation
SKILL.md
Taruvi Refine providers (frontend)
Single frontend skill for Taruvi. Covers everything that runs in the browser: wiring @taruvi/refine-providers, all Refine hook usage against Taruvi, production-ready list/dashboard/dropdown/upload UX, auth flow, and access control.
If the task is provisioning resources or authoring Python function bodies, switch to taruvi-app-developer.
Provider map
| Provider | Refine key | Purpose |
|---|---|---|
dataProvider(client) |
default |
Datatable CRUD, filters, pagination, aggregation, graph |
storageDataProvider(client) |
storage |
File/object upload, list, download, delete |
appDataProvider(client) |
app |
Function/analytics execution, roles, settings, secrets (via useCustom / useList / useOne) |
userDataProvider(client) |
user |
User CRUD |
authProvider(client) |
authProvider prop |
Login, logout, token refresh, identity, permissions |
accessControlProvider(client) |
accessControlProvider prop |
Batched Cerbos checks for useCan / CanAccess |
Hook support matrix and meta options live in overview.md.