taubyte-build-runtime-config

Installation
SKILL.md

Build runtime config

When to use

Use whenever a resource needs server-side build logic, runtime environment variables, or deployment-time setup. For Go functions, also load taubyte-go-sdk-constraints.


How builds are triggered

  1. Resource code and config are pushed to GitHub (normal git push workflow for the function, website, or library repo as appropriate).

  2. Remote cloud
    After the push, the cloud is reached from GitHub (webhook). Builds trigger automatically — no extra inject step on your machine.

  3. Local Dream
    GitHub cannot call into your laptop, so webhooks do not drive Dream the same way. After pushing to GitHub you must trigger the build from the local machine using Dream inject:

Installs
11
Repository
taubyte/skills
GitHub Stars
1
First Seen
Apr 22, 2026
taubyte-build-runtime-config — taubyte/skills