What problem does it solve?
Starting a new full-stack project on Tencent CloudBase involves many decisions: verifying the environment is ready, choosing between document databases and PostgreSQL, picking the right auth model for mini programs versus Web apps, and knowing which CloudBase capability applies to each scenario. This Skill removes that guesswork by providing readiness checks, proven architecture templates, and a capability routing map.
Core Features & Use Cases
- Environment Readiness Checks: A checklist script that guides the AI agent through verifying the CloudBase connector, login state, and EnvId resolution before any code is written.
- Full-Stack Architecture Templates: Two reference architectures—mini program with wx.cloud and document database, and Web system with CloudBase PostgreSQL plus RLS—including resource preparation order and SQL examples.
- Capability Map & Routing: A scenario-to-skill routing table covering auth, databases, cloud functions, CloudRun, and UI, with common pitfalls and fixes.
- Use Case: When a user asks to build a SaaS admin dashboard, the agent runs the readiness check, follows the Web + PG architecture template, prepares auth providers and RLS policies via MCP, then scaffolds the code.
Quick Start
Ask the AI to check my CloudBase environment readiness and bootstrap a full-stack Web app with PostgreSQL using this skill.