github.com/TencentCloudBase/CloudBase-AI-Toolkit
| Skill | Added | Review |
|---|---|---|
cloudbase-platform config/.claude/skills/cloudbase-platform/SKILL.md CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloudbase-platform plugin/cloudbase/skills/cloudbase-platform/SKILL.md CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloudbase-sites-runtime plugin/cloudbase-sites/skills/cloudbase-sites-runtime/SKILL.md Use when the user wants to develop, run, preview, save, deploy, or roll back a CloudBase Web app in this conversation as a Lovable/Codex-Sites-like vibe- coding session — i.e. any request that maps to "spin up a React+Vite project, see it live in the browser, iterate, save versions, deploy". Activate ONLY for browser-rendered Web projects based on the CloudBase official React (or Vue) + Vite template. Do NOT activate for: WeChat/Alipay mini-program, React Native / Flutter / Electron, pure cloud functions / CloudRun backends, or Next.js / Nuxt / Astro / Remix / SvelteKit (those frameworks are explicitly out of scope). | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloudbase-wechat-integration config/.claude/skills/cloudbase-wechat-integration/SKILL.md CloudBase WeChat integration guide for Mini Program WeChat Pay, Mini Program virtual payment (虚拟支付, wx.requestVirtualPayment), Official Account JSAPI Pay, Native QR-code Pay, Official Account OAuth, openid handling, payment callbacks, and CloudBase Integration Center generated functions. This skill should be used when users ask to add, debug, or extend WeChat payment, virtual payment, or official-account flows on CloudBase. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ef9f182 | |
cloudbase-wechat-integration plugin/cloudbase/skills/cloudbase-wechat-integration/SKILL.md CloudBase WeChat integration guide for Mini Program WeChat Pay, Mini Program virtual payment (虚拟支付, wx.requestVirtualPayment), Official Account JSAPI Pay, Native QR-code Pay, Official Account OAuth, openid handling, payment callbacks, and CloudBase Integration Center generated functions. This skill should be used when users ask to add, debug, or extend WeChat payment, virtual payment, or official-account flows on CloudBase. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ef9f182 | |
cloud-functions config/.claude/skills/cloud-functions/SKILL.md CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform APIs. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloud-functions config/source/skills/cloud-functions/SKILL.md CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform APIs. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloud-functions plugin/cloudbase/skills/cloud-functions/SKILL.md CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform APIs. | 63 63 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloudrun-development config/.claude/skills/cloudrun-development/SKILL.md CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, AI agent development, or migrating existing/GitHub apps that need VPC access to MySQL/PostgreSQL/Redis. Also use when diagnosing CloudRun container deploy failures (deploy_failed, readiness/probe failed, image won't start, docker.io pull loops) or a deploy stuck behind a running deploy task. For stateless HTTP services, prefer HTTP cloud functions. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloudrun-development plugin/cloudbase/skills/cloudrun-development/SKILL.md CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, AI agent development, or migrating existing/GitHub apps that need VPC access to MySQL/PostgreSQL/Redis. Also use when diagnosing CloudRun container deploy failures (deploy_failed, readiness/probe failed, image won't start, docker.io pull loops) or a deploy stuck behind a running deploy task. For stateless HTTP services, prefer HTTP cloud functions. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloud-storage-web config/.claude/skills/cloud-storage-web/SKILL.md Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloud-storage-web plugin/cloudbase/skills/cloud-storage-web/SKILL.md Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
cloud-storage-web config/source/skills/cloud-storage-web/SKILL.md Complete guide for CloudBase cloud storage using Web SDK (@cloudbase/js-sdk) - upload, download, temporary URLs, file management, and best practices. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
codebase-audit skills/codebase-audit/SKILL.md Perform a full codebase review, categorize findings by severity, file GitHub issues, then fix each issue in an isolated git worktree and submit PRs. Use this skill when the user asks to audit the codebase, do a comprehensive code review, find and fix security/quality/reliability issues, or run a proactive health check across the entire repository. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ef9f182 | |
data-model-creation config/.claude/skills/data-model-creation/SKILL.md [Deprecated] Optional advanced tool for complex data modeling. For simple MySQL table creation, use relational-database-tool directly; for PostgreSQL / CloudBase PG schema work, use postgresql-development. New environments should use PostgreSQL DDL via queryPgDatabase/managePgDatabase — see postgresql-development skill instead. | 48 48 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
data-model-creation plugin/cloudbase/skills/data-model-creation/SKILL.md [Deprecated] Optional advanced tool for complex data modeling. For simple MySQL table creation, use relational-database-tool directly; for PostgreSQL / CloudBase PG schema work, use postgresql-development. New environments should use PostgreSQL DDL via queryPgDatabase/managePgDatabase — see postgresql-development skill instead. | 45 45 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
doc-freshness-review skills/doc-freshness-review/SKILL.md Use when auditing repository documentation for drift, stale statements, broken references, or README mismatches, especially across published docs under `doc/` and key entry surfaces such as `README.md` (English default), `README.zh-CN.md`, `mcp/README.md`, and `mcp/README.zh-CN.md` during periodic maintenance or before preparing corrective PRs. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 | |
docs-workflows skills/docs-workflows/SKILL.md Documentation and extension workflows derived from local slash commands (docs, explanation, issues, prototypes, tutorials, MCP design review). | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ef9f182 | |
git-workflows skills/git-workflows/SKILL.md Reusable git delivery workflows derived from local slash commands (commit, push, PR, release notes, and GitHub Actions failure triage with worktree-based fixes). | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ef9f182 | |
http-api-cloudbase config/.claude/skills/http-api-cloudbase/SKILL.md CloudBase official HTTP API client guide. This skill should be used when backends, scripts, or non-SDK clients must call CloudBase platform APIs over raw HTTP instead of using a platform SDK or MCP management tool. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ef9f182 |