cloudbase
The cloudbase skill provides a structured workflow for developing, deploying, and troubleshooting Tencent CloudBase (TCB) projects. It covers Web applications, WeChat Mini Programs, mobile apps, and backend services including NoSQL/PostgreSQL databases, cloud functions, CloudRun, and AI model integration. It mandates a three-stage process: exploration of reference documentation, resource preparation via MCP tools, and frontend implementation followed by a mandatory close-out review.
Is cloudbase safe to install?
Review the source first: our audit of cloudbase's source files found 1 shell command, 2 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill requires executing shell commands for linting and build verification, and it directs the agent to fetch external SDKs and documentation. It also performs file operations to manage project configurations and code.
How we audit skills: our security review methodology.
Who is this skill for?
Developers building applications on the Tencent CloudBase platform, including Web, WeChat Mini Program, and mobile developers.
What can you do with it?
- Developing and deploying Web applications (React, Vue, Next.js) and WeChat Mini Programs.
- Managing backend resources like NoSQL databases, PostgreSQL, cloud functions, and cloud storage.
- Integrating AI models (Hunyuan, DeepSeek, GLM) for text and image generation.
- Troubleshooting and performing health checks on CloudBase resources.
- Designing UI components and authentication flows for CloudBase projects.
How good is this skill?
Quality score: 5/10. The skill provides a comprehensive and highly structured engineering constitution. It includes clear routing logic for different development scenarios and strict guardrails to prevent common errors.
What does the skill file contain?
# CloudBase Development Guidelines
## š Reference Files Location
All reference documentation files are located in the `references/` directory relative to this file.
**File Structure:**
```
cloudbase/
āāā SKILL.md # This file (main entry)
āāā references/ # All reference documentation
āāā auth-web/SKILL.md # Web authentication guide
āāā auth-wechat/SKILL.md # WeChat authentication guide
āāā no-sql-web-sdk/SKILL.md # NoSQL database for Web
āāā ui-design/ # UI design guidelines
āāā ... # Other reference docs
```
**How to...Frequently asked questions
What is the mandatory workflow for a CloudBase task?
The workflow consists of three stages: 1. Exploration (reading the relevant skill file), 2. Implementation (preparing backend resources via MCP tools before writing frontend code), and 3. Close-out (running cloudbase-code-review and verification).
How should I handle AI model calls?
Before calling AI models, you must verify eligibility by running DescribeActivityInfo for Mini Programs or DescribeEnvPostpayPackage for Token Credits. The model ID must be specified in the model field of generateText or streamText, while createModel uses a GroupName.
Can I use 'any' in my TypeScript code?
No. The engineering constitution prohibits the use of 'any', '@ts-ignore', or '@ts-nocheck'. Use 'unknown' with type guards or precise interfaces instead.
How do I deploy a new frontend project?
The first deployment must use manageApps(action='createApp') to deploy to an independent subdomain. manageHosting is reserved for incremental updates to existing projects.
Related skills
frontend-design
618.4KAI agents tasked with designing and building web interfaces who need to produce unique, high-quality visual identities rather than generic, templated designs
The frontend-design skill provides guidance for creating distinctive, intentional visual designs for web interfaces. It instructs the agent to act as a design lead at a small studio, focusing on avoiding templated defaults by making deliberate choices regarding typography, color palettes, layout, and motion. The skill emphasizes a structured process of brainstorming, planning, and self-critique before writing code.
accessibility
33.5KWeb developers and quality assurance engineers who need to audit and improve web accessibility for WCAG 2
The accessibility skill provides guidelines and testing procedures for web accessibility based on WCAG 2.2 standards. It includes code patterns for perceivable, operable, understandable, and robust web content, alongside automated and manual testing checklists.
gsap-core
30.9KDevelopers building animations in React, Vue, Svelte, or vanilla JavaScript who need to implement tweens, timelines, or responsive animation logic
The gsap-core skill provides instructions and patterns for using the GreenSock Animation Platform (GSAP) core API. It covers tween methods, easing, stagger, transforms, accessibility via gsap.matchMedia, and best practices for performant animations in JavaScript environments.
angular-developer
20.1KAngular developers building or maintaining applications who require architectural guidance, code generation, and adherence to framework best practices
The Angular Developer skill generates Angular code, provides architectural guidance, and assists with project scaffolding, state management, testing, and styling. It follows Angular best practices, including the use of Signals, and utilizes the Angular CLI for project maintenance.