Chaac Skills
Knowledge packages that teach AI agents how to build and deploy on Tawa. Install as Claude Code rules or use as Cloud Chaac system prompts.
Authentication on Tawa
RuleWithout this, `BIO_CLIENT_ID` and `BIO_CLIENT_SECRET` are never injected. Your service cannot log users in.
Building a Tawa PlugIN
Ruletawa init my-plugin # full scaffold tawa sample --api my-plugin # alternative ```
Database Backups on Tawa
RuleEvery MongoDB database on the platform is backed up automatically every night, and you can take an on-demand backup of your own service's database any time.…
Databases on Tawa
RuleDeclare databases in `catalog-info.yaml`. The builder provisions connection strings and injects them as environment variables. Your code reads from…
Gas & Wallet Economics
RuleHow token economics work on Tawa — pod pricing, the deploy gate, gas metering, and wallet management.
Koko Data Access — Quickstart
RulePlatform databases (MongoDB, Redis, Neo4j) run inside the Kubernetes cluster and are not reachable from localhost. The `koko` CLI proxies all operations…
MCP Authentication & Bio-ID Identity
RuleJCI-MCP uses Bio-ID as its authorization server. All identity — `bioId`, `orgSlug`, and `roles` — flows from a Bio-ID JWT. That JWT drives which JCI role a…
Object Storage on Tawa
RuleDeclare a bucket in `catalog-info.yaml` (catalog `0.3.0`+). The builder provisions a MinIO bucket with a hard quota, and credentials are injected into your pod…
Passport — Enriched Identity, Branding & Permissions
RuleA Passport is a self-contained identity object that travels with a user across every Tawa service. It carries identity, org branding, and permissions — all…
Passport & Branding
Ruleinterface VaultBranding { // Self-serve (Claimed tier) displayName: string // shown on all surfaces — REQUIRED on first write tagline?: string // "Colorado's…
Service-to-Service Communication
RuleAll inter-service calls on the Tawa platform go through **Janus**. Direct pod-to-pod calls are blocked by NetworkPolicy. This gives the platform a single point…
Tawa Auth — Next.js Bio-ID Integration
CommandThe complete Bio-ID OAuth implementation for Next.js services on Tawa. Use this when building or debugging login flows.
Vault Branding — Org Identity on Every Surface
RuleEvery vault entity has a `profile.branding` record — the single source of truth for how an org appears across all Tawa surfaces. The Passport reads it at mint…
Showing 13 of 33 skills