taruvi-app-builder
Installation
SKILL.md
Taruvi app builder
Orchestrate end-to-end feature development on Taruvi. This skill sets context, routes to specialists, and verifies integration. For the actual provisioning / code-writing / UI-building work, this skill delegates to three specialists.
Core principles
- One layer at a time. Don't interleave MCP provisioning and Refine UI generation in the same step. Provision first, generate second, verify third.
- Always plan before executing. For any non-trivial feature, produce a short plan (entities, tables, policies, functions, pages) and have the user confirm before touching the platform.
- Verify against the platform, not memory. Call MCP tools (
get_datatable_schema,manage_policies(action="get"), etc.) to inspect current state before assuming. - The three specialist skills own the details. This skill is the orchestrator — it shouldn't duplicate specialist content. When in doubt about how to do something in a specific layer, route to the right specialist.
The three layers
See references/architecture-overview.md for the full model.