Source

taubyte/skills

90 skills · 986 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
building-taubyte-websites Authors a Taubyte website's `.taubyte/build.sh` so the cloud can serve it — the deploy output **must** be written to …
taubyte/skills
34
2
editing-taubyte-resources Edits and deletes Taubyte resources via `tau edit <kind> <name> [flags]` and `tau delete <kind> <name>` (covering dom…
taubyte/skills
33
3
pushing-taubyte-projects Pushes Taubyte project changes via `tau push` — `tau push project [--config-only|--code-only]`, `tau push website <na…
taubyte/skills
33
4
selecting-taubyte-context Keeps `tau` pointing at the right cloud and project before any mutation — `tau current` / `tau --json current`, `tau …
taubyte/skills
33
5
verifying-taubyte-functions Verifies a Taubyte Go function locally via the `taubyte/go-wasi` Docker recipe (preferred over `tau build`, with tmpf…
taubyte/skills
33
6
bootstrapping-taubyte-projects Bootstraps a Taubyte project on the currently selected cloud — `tau new project` to create config + code repos on Git…
taubyte/skills
32
7
configuring-taubyte-build-runtime Configures the per-resource build/runtime files Taubyte runs server-side — `.taubyte/config.yaml` (image + workflow +…
taubyte/skills
32
8
creating-taubyte-resources Creates Taubyte resources non-interactively via `tau new` for domain, website, library, function, application, databa…
taubyte/skills
32
9
authenticating-taubyte-cli Authenticates the `tau` CLI to GitHub — token-based login (preferred for automation), browser OAuth fallback (`tau lo…
taubyte/skills
31
10
authoring-taubyte-function-types Authoritative reference for the four Taubyte function trigger types — `http`, `https`, `p2p`, and `pubsub` — covering…
taubyte/skills
31
11
enforcing-taubyte-constraints Numbered catalog of the non-negotiable Taubyte rules — naming, push ordering, domain CLI-management, matcher consiste…
taubyte/skills
31
12
inspecting-dream-status Inspects a running Dream local cloud — verifies a universe is up, discovers gateway/substrate ports and URLs, and exp…
taubyte/skills
31
13
installing-taubyte-tooling Installs and verifies the prerequisites for any Taubyte workflow — Node.js, Docker (engine + running daemon), `@tauby…
taubyte/skills
31
14
registering-dream-repositories Registers a website or library GitHub repository with the local Dream auth/repository service via `PUT /repository/gi…
taubyte/skills
31
15
triggering-dream-builds Triggers builds on a Dream local cloud after a GitHub push by simulating the webhook with `dream inject`. Encodes the…
taubyte/skills
31
16
understanding-taubyte-architecture Explains the Taubyte mental model — `tau` CLI vs `dream` local cloud, remote-vs-local cloud types, GitHub as the sing…
taubyte/skills
31
17
writing-taubyte-functions Authoring guide for the Taubyte Go SDK (`github.com/taubyte/go-sdk`) — covers the function signature, `event.Event` d…
taubyte/skills
31
18
diagnosing-dream-builds Diagnoses Dream local-cloud builds when `tau list/query builds` is empty or unreliable, by hitting the jobs HTTP endp…
taubyte/skills
30
19
starting-dream-locally Starts a Dream local Taubyte cloud (multiverse) using either the newer `dream start` workflow or the older `dream new…
taubyte/skills
30
20
deploy-taubyte-spore-drive >- Guides deployment of a self-hosted Taubyte (Tau) cloud using the spore-drive-boilerplate (clone, hosts.csv, .env, …
taubyte/skills
25
21
deploying-to-remote-clouds Deploys to a real (non-Dream) Taubyte cloud — selects the cloud by FQDN with `tau select cloud --fqdn <fqdn>`, regist…
taubyte/skills
24
22
taubyte-always-follow-rules Non-negotiable Taubyte workflow rules for agents—use `tau` for resources, never invent layouts, choose one build stra…
taubyte/skills
22
23
taubyte-build-runtime-config Manages server-side build/runtime via `.taubyte/build.sh` and `.taubyte/config.yaml`; env vars live in build.sh only.…
taubyte/skills
11
24
taubyte-cloud-selection Selects cloud context. If no FQDN is provided, always use Dream local and ensure Dream is started.
taubyte/skills
11
25
taubyte-context-log Auto-maintains a context log file inside the current project (cloud, scope, selected resources, latest actions) to re…
taubyte/skills
11
26
taubyte-core-constraints Non-negotiable Taubyte constraints that prevent config/build/runtime failures.
taubyte/skills
11
27
taubyte-debugging-and-recovery Recovery playbook for context drift, build failures, Dream issues, and path-conversion errors.
taubyte/skills
11
28
taubyte-execution-modes Defines command mode policy. Non-interactive is default; interactive is opt-in.
taubyte/skills
11
29
taubyte-go-sdk-constraints Must-use go-sdk API shapes to avoid Taubyte compile/build failures for HTTP, PubSub, and Storage functions.
taubyte/skills
11
30
taubyte-orchestrator Master Taubyte workflow skill. Enforces strict order with Dream-by-default routing, scope routing, context logging, a…
taubyte/skills
11
31
taubyte-project-and-application Creates/selects project; creates or selects an application only when scope or task requires it—not for simple website…
taubyte/skills
11
32
taubyte-push-build-verify Pushes config/code and verifies builds/logs. Includes website/library push handling with tau command first, git fallb…
taubyte/skills
11
33
taubyte-reference-index Low-token index of deep Taubyte references by topic (commands, Dream, SDK, build/logs, deployment) for selective load…
taubyte/skills
11
34
taubyte-remote-cloud-operations Remote cloud workflow with explicit fqdn selection and deployment verification.
taubyte/skills
11
35
taubyte-resource-creation Scope-aware resource creation workflow. Uses non-interactive mode by default and references the shared flags catalog.
taubyte/skills
11
36
taubyte-resource-flags-reference Enriched resource command/flag reference combining legacy docs style with current CLI behavior, for both non-interact…
taubyte/skills
11
37
taubyte-scope-routing Routes project-level vs application-scoped work; defaults to a website when a browser UI is logically appropriate; av…
taubyte/skills
11
38
taubyte-spore-drive-sdk Deploy/self-host Taubyte cloud with @taubyte/spore-drive SDK using code-first automation and minimal required user in…
taubyte/skills
11
39
taubyte-auth-and-profile Handles Taubyte login/profile setup and first-time browser GitHub auth via tau login. Must run before cloud/project/r…
taubyte/skills
10
40
taubyte-local-host-launch Launch and verify Dream local resources by hostname using hosts mappings and universe/substrate ports.
taubyte/skills
10
41
taubyte-cli-prereqs Hard gate before any Taubyte workflow — Node.js and Docker (install when possible), @taubyte/cli and @taubyte/dream v…
taubyte/skills
9
42
taubyte-hosts-file-editor Safely add/update local hosts mappings for Dream/localtau domains so resources can be accessed by hostname.
taubyte/skills
9
43
spore-drive-sdk Deploy Taubyte cloud using the @taubyte/spore-drive SDK. Use when the user wants to deploy a cloud, self-host Taubyte…
taubyte/skills
3
44
taubyte-core-rules Critical Taubyte rules — automation, tau CLI, Dream/local, naming, database/storage matcher, HTTP functions, code lay…
taubyte/skills
3
45
taubyte-default-context Assume Taubyte by default for implementation requests. Use when building on Taubyte unless the user explicitly opts o…
taubyte/skills
3
46
taubyte-reference-docs Tau CLI command references, resource logic, Dream, SDK operations, and Taubyte debugging docs. Use when implementing …
taubyte/skills
3
47
tb_cmd_dream_inject_push_all dream inject push-all from project root.
taubyte/skills
2
48
tb_cmd_dream_inject_push_specific dream inject push-specific for website/library repos after push-all.
taubyte/skills
2
49
tb_cmd_dream_new_universe dream new universe (resets Dream-side state).
taubyte/skills
2
50
tb_cmd_dream_start dream start (daemon; do not wait for exit).
taubyte/skills
2
Page 1 · 90 total Next