cloudbase
Originally fromtencentcloudbase/cloudbase-skills
Installation
SKILL.md
CloudBase Development Guidelines
Workflow
Every CloudBase task follows this three-stage process:
1. Exploration → Read the matching skill completely before writing any code.
Search for it with searchKnowledgeBase(mode="skill"), then
Read the full SKILL.md content. Do not rely on search summaries.
2. Implementation
├── 2a. Resource preparation → Use MCP tools to prepare backend resources
│ (enable auth providers, create database tables, configure storage,
│ set up security rules — before writing any frontend code)
└── 2b. Frontend implementation → Write code, install deps, start server, test
3. Close-out → Run cloudbase-code-review, fix errors, declare done