WeChat Mini Program development skill for building, debugging, previewing, testing, publishing, optimizing, and promoting mini program projects. This skill should be used when users ask to create, develop, modify, debug, preview, test, deploy, publish, launch, review, optimize, or promote WeChat Mini Programs, mini program pages, components, `tabBar`, routing, navigation, icon assets, project structure, project configuration, `project.config.json`, `appid` setup, device preview, real-device validation, WeChat Developer Tools Nightly workflows, `wechatide` CLI, WeChat IDE Skills/MCP, console/network debugging, `miniprogram-ci` preview/upload flows, or mini program release processes. It should also be used when users ask about mini program SEO / search optimization / search promotion (小程序 SEO、搜索优化、微信搜索收录、搜索推广、页面收录、关键词排名、被搜索到) or page indexing by the WeChat search crawler (`mpcrawler`). when users explicitly mention CloudBase, `wx.cloud`, Tencent CloudBase, 腾讯云开发, 微信云开发, or 云开发 in a mini program project.
69
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Sibling CloudBase skills ship beside this skill. Use local relative paths such as ../auth-tool-cloudbase/SKILL.md.
If a referenced sibling skill file is missing from this environment, ask the user to install the full CloudBase plugin (or the missing skill). Do not HTTP-fetch remote skill or protocol markdown into the agent context.
Cross-cutting protocols (required before code changes or deployments):
../cloudbase-platform/references/protocols/change-safety-protocol.md../cloudbase-platform/references/protocols/deployment-gate.mdwx.cloud, CloudBase mini programs, OPENID, mini program deployment/debug workflows, Nightly DevTools, wechatide, or WeChat IDE Skills.../auth-wechat-miniprogram/SKILL.md../cloudbase-document-database-in-wechat-miniprogram/SKILL.md../cloudbase-wechat-integration/SKILL.md (official docs: https://docs.cloudbase.net/integration/wechat-pay-miniprogram/index.md)../ui-design/SKILL.md firstcloudbase-wechat-integration for those scenarios.wx.cloud projects.wechatide (it may not).wechatide already works.wechatide tool names or flags instead of using --help / Nightly tools.yaml.cloud_*_msg_push is exposed (see message-push-customer-service.md).cloud.openapi.customerServiceMessage.send).cloudbase-platform/references/protocols/change-safety-protocol.md).cloudbase-platform/references/protocols/deployment-gate.md.Use this skill for WeChat Mini Program development when you need to:
Do NOT use for:
web-development)cloudrun-development or cloud-functions as appropriate)ui-design)Start with the general mini program workflow
Follow mini program project conventions
index.jsonproject.config.json before suggesting preview or IDE workflowsRoute by scenario
wechatide, read debug and preview reference firstwx.cloud, cloud functions, CloudBase database/storage, or CloudBase identity handling, read CloudBase integration referencetabBar, icon assets, or label spacing, prefer the text-only custom tabBar default below unless the user explicitly requires iconsUse CloudBase rules only when applicable
Recommend the right preview/debug/cloud-ops path
wechatide when available — see devtools-debug-preview.mdwechatide is unavailable, fall back to miniprogram-ci for preview/upload and CloudBase MCP for cloud resourcesProject Structure
project.config.json.json configuration filesConfiguration Checks
project.config.json before opening, previewing, or publishing a projectappid is available when a real preview, upload, or WeChat Developer Tools workflow is requiredminiprogramRoot and related path settings are correctResource Handling
tabBar, prefer a text-only custom tabBar by default when the user does not explicitly need icons. This avoids icon asset handling, removes reserved icon space, and makes the label area easier to align.iconPath / selectedIconPath when the user explicitly asks for tab icons or the design requires them.tabBarUse tabBar.custom = true, keep only pagePath and text in app.json, and render text-only items in the custom component so there is no icon slot and no extra blank area above the label.
app.json
{
"tabBar": {
"custom": true,
"list": [
{ "pagePath": "pages/index/index", "text": "首页" },
{ "pagePath": "pages/travel/travel", "text": "行程" },
{ "pagePath": "pages/my/my", "text": "我的" }
]
}
}Keep the custom tabBar layout text-only, and use flex centering or matching height and line-height to remove the blank area above the label. Switch to downloaded local icons only when the user explicitly wants icon-based tabs.
wx.cloud, Tencent CloudBase, 腾讯云开发, or 云开发, follow the CloudBase integration referencewx.cloud APIs and CloudBase environment configuration appropriatelywechatide for open project, compile, simulator, console/network debug, preview, upload, and daily cloud ops (WeChat login — no separate Tencent Cloud login)-c <clientName>, absolute --project, valid appid, and cloud env when neededwechatide is not available, use miniprogram-ci as the fallback for preview/upload/npm, and CloudBase MCP for cloud resources; tell the user to install Nightly for full Skills/MCP微信生态专章:消息推送 / 客服自动回复细节以中文 reference 为准(术语保留英文 API 名)。
cloud_query_msg_push / cloud_manage_msg_push are not yet exposed (track 9109db6b).cloud_fn_deploy and --remote-npm-install; bind (MsgType, Event) → one cloud function in the IDE message-push panel until CLI tools land.cloud.openapi.customerServiceMessage.send plus config.json openapi permissions — function return values alone do not reply.app.js
App({
onLaunch() {
console.log("Mini Program launched");
},
});pages/index/index.js
Page({
data: {
message: "Hello CloudBase Mini Program",
},
});pages/index/index.wxml
<view class="page">
<text>{{message}}</text>
</view>pages/index/index.json
{
"navigationBarTitleText": "Home"
}project.config.json
{
"appid": "your-mini-program-appid",
"projectname": "cloudbase-mini-program",
"miniprogramRoot": "./",
"compileType": "miniprogram"
}wechatide paths, required context, and no-Nightly fallbackscloud_*_msg_push)mpcrawler, URL reachability, navigator jumps, titles & thumbnails)f07c33c
Also appears in
since Jul 28, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.