Agent skill · Security

cloudbase-all-in-one

Unified CloudBase execution guide for all-in-one skill installs. Use this first for CloudBase app tasks, especially existing apps with TODOs, fixed pages, or active handlers. Routes PostgreSQL / CloudBase PG / app.rdb() / queryPgDatabase / managePgDatabase work away from legacy NoSQL and old auth patterns.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 121
SKILL.md size: 10 KB
Bundled scripts: none
Version: 2.21.1
Path: config/source/skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# CloudBase All-In-One ## Workflow Every CloudBase task follows this three-stage process: ``` 1. Exploration → Read the matching skill completely before writing any code. Search for it if needed, then Read the full SKILL.md content. Only start implementing after understanding the API patterns, pitfalls, and correct usage from the skill document. 2. Implementation ├── 2a. Resource preparation → Use MCP tools to prepare backend resources │ (enable auth providers, create database tables, configure storage domains, │ set up security rules — before writing frontend code) └── 2b. Frontend implementation → Write code, install deps, start server, test 3. Close-out → Run cloudbase-code-review, fix all errors, declare done ``` **Key constraints:** - **Stage 2a (resource preparation) must come before frontend code.** Always use MCP tools to prepare backend resources first. Don't write frontend code that depends on uncreated resources (tables, auth providers, storage buckets) — the grader will fail. - **Do not skip Stage 3.** The close-out catches known pitfalls that agents commonly miss during implementation. ## Scope Only handle tasks that are part of building, integrating, or maintaining a

What's inside
Steps it walks through
  1. Workflow
  2. Scope
  3. Activation Contract
  4. Use this first when
  5. Do this before broad exploration
  6. Route quickly to the minimum needed skills
  7. High-yield guardrails
  8. Do NOT use this as
  9. Working rules
Ships with 24 files
  • ai-model-nodejs/SKILL.md
  • ai-model-web/SKILL.md
  • ai-model-wechat/SKILL.md
  • auth-nodejs-cloudbase/SKILL.md
  • auth-tool-cloudbase/SKILL.md
  • auth-tool-cloudbase/checklist.md
  • auth-tool-cloudbase/references/extended-guide.md
  • auth-web-cloudbase/SKILL.md
  • auth-web-cloudbase/references/extended-guide.md
  • auth-wechat-miniprogram/SKILL.md
  • auth-wechat-miniprogram/references/extended-guide.md
  • cloud-functions/SKILL.md
  • cloud-functions/checklist.md
  • cloud-functions/references.md
  • cloud-functions/references/event-functions.md
  • cloud-functions/references/http-function-credentials.md
  • cloud-functions/references/http-functions-custom-image.md
  • cloud-functions/references/http-functions.md
  • cloud-functions/references/operations-and-config.md
  • cloud-functions/references/vpc-and-tcp-database.md
  • cloud-storage-web/SKILL.md
  • cloudbase-agent/SKILL.md
  • cloudbase-agent/py/adapter-coze.md
  • cloudbase-agent/py/adapter-development.md
first 24 of 121
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the cloudbase-all-in-one skill do?

Unified CloudBase execution guide for all-in-one skill installs. Use this first for CloudBase app tasks, especially existing apps with TODOs, fixed pages, or active handlers. Routes PostgreSQL / CloudBase PG / app.rdb() / queryPgDatabase / managePgDatabase work away from legacy NoSQL and old auth patterns.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going