Unified CloudBase execution guide for all-in-one skill installs. Use this as the first entry point for CloudBase app tasks, especially existing applications that already contain TODOs, fixed pages, and active handlers.
src/lib/backend.*src/lib/auth.*src/lib/*service.*TaskCreate / TaskUpdate when the task is a single targeted repair. Read the active files and edit them directly../web-development/SKILL.md./auth-tool/SKILL.md./auth-web/SKILL.md./no-sql-web-sdk/SKILL.md./cloud-storage-web/SKILL.md./cloudbase-platform/SKILL.mdEnvId explicitly in code, configuration, and command examples when initializing CloudBase clients or manager operations. Do not rely on the current CLI-selected environment or implicit defaults.JSON.stringify(result, null, 2) and write that string as the file content.content expected a string but received an object, do not retry with the same raw object. Serialize the object first, then retry once with the serialized text, and make sure the retried call actually passes the serialized string rather than the original object.Existing application with TODOs:
Auth tasks:
admin, editor, or another string without @, treat usernamePassword login as a blocking prerequisite.queryAppAuth(action=\"getLoginConfig\").loginMethods.usernamePassword !== true, immediately call manageAppAuth(action=\"patchLoginStrategy\", patch={ usernamePassword: true }).auth.signUp({ username, password }) and auth.signInWithPassword({ username, password }).signUpWithEmailAndPassword or signInWithEmailAndPassword for these username-style account flows.Database and storage tasks:
app, auth, db, and storage helpers instead of creating parallel SDK wrappers.Targeted repair tasks:
Glob / broad search across the whole project.