with one click
buntime
buntime contains 2 collected skills from djalmajr, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Install/bootstrap a Buntime runtime from scratch (Kubernetes via the bundled Helm chart, or local/Docker) and understand its API-key auth model — the root key vs generated `btk_*` keys, roles/namespaces, and how the cpanel (browser) and the MCP/CLI authenticate (cookie+CSRF vs `X-API-Key`+`Origin`). Use when standing up a new Buntime environment, generating/scoping API keys, or wiring the MCP or cpanel against a runtime. After install, use the `buntime-provision-app` skill to deploy apps.
Provision a Buntime app's full footprint onto a runtime from its manifest `deploy:` spec — required plugins, proxy redirects, the worker, and the app-shell role — in one deterministic, idempotent pass. Use when installing or re-provisioning a Buntime app (e.g. front-manager) on an environment, after a teardown, or when an app does not work because a dependency (plugin/redirect/ shell) is missing.