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.
Artifact Promotion
RuleTawa uses artifact promotion to move builds through environments without rebuilding. Build once in sandbox, promote the same image to UAT, then to production.
Build & Deploy Pipeline
RuleThe iec-builder executes a fixed, ordered pipeline for every `tawa deploy`. Understanding each step — what it does, when it fails hard vs. fails open, and what…
Builder Logs — Redaction, Rotation & Admin API
RuleThe iec-builder runs under PM2 on the builder host and writes structured pino logs to `~/.pm2/logs/iec-builder-out.log` and `-error.log`. Because pino-http…
catalog-info.yaml
RuleThe single source of truth for how the builder deploys your service. Every deploy reads this file. The builder generates Dockerfiles, provisions databases,…
Deploy Anti-Patterns
RuleWhat you must NEVER do when deploying on Tawa, and the correct alternatives.
Next.js on Tawa
RuleNext.js frontend services deployed on Tawa have a critical constraint: **environment variables injected by the platform are only available at runtime, not at…
Showing 6 of 33 skills