원클릭으로
buntime
buntime에는 djalmajr에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.