https://github.com/tencentcloudbase/cloudbase-skills
A collection of AI agent skills for building full-stack applications with Tencent CloudBase. This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more.
https://github.com/tencentcloudbase/cloudbase-skills
Last synced: about 1 month ago
JSON representation
A collection of AI agent skills for building full-stack applications with Tencent CloudBase. This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more.
- Host: GitHub
- URL: https://github.com/tencentcloudbase/cloudbase-skills
- Owner: TencentCloudBase
- License: mit
- Created: 2026-03-11T07:55:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-08T06:32:13.000Z (about 1 month ago)
- Last Synced: 2026-05-08T08:32:31.577Z (about 1 month ago)
- Homepage:
- Size: 398 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudBase Agent Skills
A collection of AI agent skills for building full-stack applications with [Tencent CloudBase](https://cloudbase.net). This skill gives your coding agent deep knowledge of CloudBase APIs, authentication patterns, database operations, cloud functions, and more — so it can write correct, idiomatic CloudBase code without guessing.
## Installation
```bash
npx skills add TencentCloudBase/cloudbase-skills
```
Once installed, the skill is automatically applied when the agent detects relevant CloudBase tasks.
---
## Skill
### `cloudbase`
Comprehensive guidance for CloudBase development across Web, Mini Program, and Native App platforms. Covers:
- Platform detection and SDK selection
- Authentication flows per platform (Web, WeChat Mini Program, Node.js)
- Database operations — NoSQL and MySQL
- Cloud functions and CloudRun deployment
- Cloud storage
- AI model integration
- UI design guidelines
- Standard development workflow
---
## Recommended: CloudBase MCP
For the best experience, install the [CloudBase MCP](https://github.com/TencentCloudBase/cloudbase-mcp) server alongside this skill. MCP provides live tools for environment management, function deployment, database operations, and more.
```json
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["@cloudbase/cloudbase-mcp@latest"]
}
}
}
```
**Config file locations by editor:**
| Editor | Location |
|---|---|
| Cursor | `.cursor/mcp.json` |
| Claude Code | `.mcp.json` |
| Windsurf | `~/.codeium/windsurf/mcp_config.json` |
---
## License
MIT