Loading...
Loading...
Found 21 Skills
Creates/selects project; creates or selects an application only when scope or task requires it—not for simple website/function-only work.
Verifies a Taubyte Go function locally via the `taubyte/go-wasi` Docker recipe (preferred over `tau build`, with tmpfs+bind-mount-ro to avoid root-owned artifacts in the source tree), and verifies a function actually serves on Dream by curling the gateway with the right `Host:` header (plus `/etc/hosts` mapping for `*.localtau`). Use when locally compiling a Go function to WASM, when smoke-testing a function before pushing, or when probing a Dream-hosted HTTP function from the laptop.
Creates Taubyte resources non-interactively via `tau new` for domain, website, library, function, application, database, storage, messaging, and service. Encodes the project-vs-application scope rule, the database `min < max` constraint, the website/library `--generate-repository` + import sequence, and the forbidden `--generated-fqdn-prefix` flag. Use when adding any resource to a Taubyte project's config repo.
Safely add/update local hosts mappings for Dream/localtau domains so resources can be accessed by hostname.
Pushes config/code and verifies builds/logs. Includes website/library push handling with tau command first, git fallback.
Defines command mode policy. Non-interactive is default; interactive is opt-in.
Remote cloud workflow with explicit fqdn selection and deployment verification.
Recovery playbook for context drift, build failures, Dream issues, and path-conversion errors.
Selects cloud context. If no FQDN is provided, always use Dream local and ensure Dream is started.