taruvibase-claude-plugin
v1.0.0
Published
Claude Code plugin for building on Taruvi Backend-as-a-Service — includes MCP servers (taruvi + context7) and agent skills (taruvi-app-developer, taruvi-refine-providers).
Maintainers
Readme
Claude Plugin — Taruvibase BaaS
Claude Code plugin for building on Taruvi Backend-as-a-Service. Includes all MCP servers and agent skills from the official taruvi-hacks-template.
What's Included
MCP Servers
| Server | What it does |
|------------|---------------------------------------------------------------|
| taruvi | Full BaaS tooling — schema, datatables, auth, file storage |
| context7 | Live docs for Refine v5, MUI, Taruvi SDK — always up to date |
Skills
| Skill | What it does |
|---------------------------|-----------------------------------------------------|
| taruvi-app-developer | Main skill router — SDK patterns, MCP tool usage |
| taruvi-refine-providers | Refine v5 data providers, DataGrid, auth wiring |
Setup
1. Copy env vars
cp .env.example .envFill in TARUVI_SITE_URL, TARUVI_APP_SLUG, and TARUVI_API_KEY from your Taruvi Console.
2. Install skills
npx skills add Taruvi-ai/taruvi-skills3. Configure Claude Code
Open Claude Code and point it at this folder as your project root.
The .mcp.json and CLAUDE.md are picked up automatically.
4. Set MCP env vars
Make sure TARUVI_SITE_URL, TARUVI_APP_SLUG, and TARUVI_API_KEY are in your shell
environment so Claude Code can pass them to the Taruvi MCP server.
Files
Claude Plugin/
├── CLAUDE.md — Claude's instructions & preflight rules
├── .mcp.json — MCP server config (taruvi + context7)
├── skills-lock.json — Pinned skill versions
├── .env.example — Env var template
└── README.md — This fileSource
Derived from Taruvi-ai/taruvi-hacks-template (MIT).
