☁️
DevOpsTypeScript

CloudBase

by TencentCloudBase

CloudBase is a DevOps skill for Claude Code, published by TencentCloudBase in CloudBase-AI-Toolkit.

1.1K stars134 forkson TencentCloudBase/CloudBase-AI-ToolkitAdded 2026/08/21Repository updated 2026/08/21
agent-skillsaiaicodingclaude-codecloudbasecursordatabasedsh-pluginmcpmcp-serverminiprogrampostgresqlsupabasetencentvibe-codingweb
Install in seconds
Install CloudBase
Copy CloudBase into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/tree/main/scripts/skills-repo-template/cloudbase-guidelines ~/.claude/skills/cloudbase-guidelines

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/TencentCloudBase/CloudBase-AI-Toolkit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
scripts/skills-repo-template/cloudbase-guidelines/SKILL.md in TencentCloudBase/CloudBase-AI-Toolkit
Installs to
~/.claude/skills/cloudbase-guidelines
Collection
One of 25 skills cataloged from this repository
Category
DevOps798 skills

What CloudBase does

CloudBase helps you develop, deploy, debug, migrate, and troubleshoot CloudBase projects across web, mini programs, and mobile apps. It covers auth, databases, cloud functions, CloudRun, storage, and built-in or third-party AI integrations.

CloudBase is cataloged under DevOps on DirSkills. CloudBase comes from a repository tagged agent-skills, ai, aicoding, claude-code and cloudbase.

Documentation

README

CloudBase Development Guidelines

Workflow

1. Exploration  →  Read the matching skill completely before writing any code.
                   Search with searchKnowledgeBase(mode="skill"), then Read full SKILL.md.
2. Implementation
   ├── 2a. Resource preparation → Prefer MCP; if MCP tools are missing in THIS session,
   │     configure MCP for next session and use `tcb` CLI now (see tooling-fallback.md)
   └── 2b. Frontend implementation → Write code, install deps, start server, test
3. Close-out  →  Run cloudbase-code-review, fix errors, declare done

Key constraints: Stage 2a must precede frontend code. Stage 3 is mandatory.

Activation Contract

This is the opening of the README. Read the full README on GitHub.

Frequently asked about CloudBase

  • What else does TencentCloudBase publish alongside CloudBase?

    CloudBase is one of 25 skills that DirSkills catalogs from TencentCloudBase/CloudBase-AI-Toolkit, the repository it ships in. Its siblings there include AI Model Web, API Contract Review and Add Skill. Each one is a separate skill with its own page in this directory, installs the same way CloudBase does, and is maintained by TencentCloudBase in that same repository. The rest of the collection is listed on the TencentCloudBase/CloudBase-AI-Toolkit page.

  • How does CloudBase compare to other DevOps skills?

    CloudBase ranks #423 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CloudBase against them. Open each page to compare what they document and how they install.

More from TencentCloudBase/CloudBase-AI-Toolkit

CloudBase is one of 25 skills cataloged on DirSkills from TencentCloudBase/CloudBase-AI-Toolkit.

See all 25 skills
🌐
1w ago

AI Model Web

AI Model Web calls CloudBase AI models from browser and frontend apps with @cloudbase/js-sdk. Use it for React, Vue, Next, Nuxt, SPAs, dashboards, or AI chat UIs that need generateText or streamText without a Node.js proxy.
AI Engineering
1.1K134
🧪
1w ago

API Contract Review

API Contract Review checks CloudBase API wrappers, MCP tools, and generated metadata against official docs. Use it when verifying action names, parameter shapes, casing, nesting, and contract tests before a corrective PR.
Quality
1.1K134
🧩
1w ago

Add Skill

Add Skill guides you through creating a new prompt rule for the CloudBase AI Toolkit. Use it when adding a skill, rule files, config entries, and generated docs.
AI Engineering
1.1K134
⚙️
1w ago

Cloud Functions

Cloud Functions guides building, deploying, and debugging CloudBase Event Functions and HTTP Functions for application runtime logic. Use it when you need custom server-side code on CloudBase, not when calling platform APIs directly.
DevOps
1.1K134
☁️
1w ago

Cloud Storage Web

Cloud Storage Web guides browser apps using @cloudbase/js-sdk to upload, download, list, and delete CloudBase storage files. Use it when frontend code needs temporary URLs, file management, or storage setup checks.
Automation
1.1K134
🤖
1w ago

CloudBase AI Model Node.js

CloudBase AI Model Node.js calls AI models from Node.js backends, cloud functions, and CloudRun via @cloudbase/node-sdk. It is used for server-side text generation, image generation, and agent workflows that keep secrets on the server.
AI Engineering
1.1K134