bootstrapping-taubyte-projects
Installation
SKILL.md
Bootstrapping Taubyte Projects
When to use
- "Create a new Taubyte project"
- "Import an existing project into this cloud"
tau validate configfails with/config.yaml:2:7: invalid variable nametauis on a cloud but doesn't see the project you expect- First-time project setup on Dream or remote
Snake_case naming rule (critical)
tau validates the project name as a YAML variable inside the config repo. Use snake_case (or lowercase_alnum_underscores) — never dashes.
| Project name | Outcome |
|---|---|
my_project |
OK — tau validate config passes |
team_app_v2 |
OK |
my-project |
FAILS — /config.yaml:2:7: invalid variable name |