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.
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow
- Scope
- Activation Contract
- Use this first when
- Do this before broad exploration
- Route quickly to the minimum needed skills
- High-yield guardrails
- Do NOT use this as
- Working rules
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.
