← Cloud Chaac

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.

All SkillsDeployProvisionConfigureTroubleshootPlatform

Authentication on Tawa

Rule

Without this, `BIO_CLIENT_ID` and `BIO_CLIENT_SECRET` are never injected. Your service cannot log users in.

provision~2,433 tokens

Building a Tawa PlugIN

Rule

tawa init my-plugin # full scaffold tawa sample --api my-plugin # alternative ```

provision~738 tokens

Database Backups on Tawa

Rule

Every 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.…

provision~1,219 tokens

Databases on Tawa

Rule

Declare databases in `catalog-info.yaml`. The builder provisions connection strings and injects them as environment variables. Your code reads from…

provision~1,245 tokens

Gas & Wallet Economics

Rule

How token economics work on Tawa — pod pricing, the deploy gate, gas metering, and wallet management.

provision~579 tokens

Koko Data Access — Quickstart

Rule

Platform databases (MongoDB, Redis, Neo4j) run inside the Kubernetes cluster and are not reachable from localhost. The `koko` CLI proxies all operations…

provision~1,477 tokens

MCP Authentication & Bio-ID Identity

Rule

JCI-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…

provision~2,358 tokens

Object Storage on Tawa

Rule

Declare 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…

provision~1,400 tokens

Passport — Enriched Identity, Branding & Permissions

Rule

A Passport is a self-contained identity object that travels with a user across every Tawa service. It carries identity, org branding, and permissions — all…

provision~2,313 tokens

Passport & Branding

Rule

interface VaultBranding { // Self-serve (Claimed tier) displayName: string // shown on all surfaces — REQUIRED on first write tagline?: string // "Colorado's…

provision~2,321 tokens

Service-to-Service Communication

Rule

All 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…

provision~2,179 tokens

Tawa Auth — Next.js Bio-ID Integration

Command

The complete Bio-ID OAuth implementation for Next.js services on Tawa. Use this when building or debugging login flows.

provision~1,584 tokens

Vault Branding — Org Identity on Every Surface

Rule

Every 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…

provision~826 tokens

Showing 13 of 33 skills