Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use…
Frontend CloudBase Relational Database client initialization with Supabase-compatible query API. Provides canonical synchronous initialization pattern using @cloudbase/js-sdk for browser-based apps (React, Vue, vanilla JS) Returns a shared db client that uses identical method names and patterns to Supabase for queries, inserts, updates, and deletes Enforces single-client reuse across components; prohibits lazy-loading, async wrappers, and re-initialization Handles only frontend database access; separate skills cover backend Node access and MCP/agent management Standalone Install Note If this environment only installed the current skill, start from the CloudBase main entry and use the published cloudbase/references/... paths for sibling skills. CloudBase main entry: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/SKILL.md Current skill raw source: https://cnb.cool/tencent/cloud/cloudbase/cloudbase-skills/-/git/raw/main/skills/cloudbase/references/relational-database-web/SKILL.md Keep local references/... paths for files that ship with the current skill directory. When this file points to a sibling skill such as auth-tool or web-development, use the standalone fallback URL shown next to that reference. CloudBase Relational Database Web SDK Activation Contract Use this first when A browser or Web app must access CloudBase Relational Database through @cloudbase/js-sdk. The task is specifically about frontend initialization and browser-side query usage. Read before writing code if
don't have the plugin yet? install it then click "run inline in claude" again.