tb_sys_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 tb_sdk_go_*.


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:

    | Command | Use for |

Related skills

More from taubyte/skills

Installs
2
Repository
taubyte/skills
First Seen
Apr 28, 2026