miniprogram-development

Build and maintain WeChat Mini Programs with CloudBase integration.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/AYin-Z/class_mansys --skill miniprogram-development-ayin-z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miniprogram-development
Source: https://github.com/AYin-Z/class_mansys/tree/main/.trae/skills/cloudbase/references/miniprogram-development
Command: npx skills add https://github.com/AYin-Z/class_mansys --skill miniprogram-development-ayin-z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill guides developers through building, debugging, previewing, and releasing WeChat Mini Programs that integrate with Tencent CloudBase, enabling smoother workflows and consistent configuration across tools.

Core Features & Use Cases

  • Provides end-to-end mini program development guidance including project structure, configuration checks, and CloudBase integration patterns.
  • Supports debugging, preview, and publishing workflows with WeChat Developer Tools or miniprogram-ci, and covers CloudBase-specific scenarios.
  • Use Case: When starting a new mini program that relies on wx.cloud APIs and CloudBase environment setup, follow this skill to initialize, configure, and validate the project across local development and cloud deployment.

Quick Start

Create a WeChat Mini Program project configured for CloudBase integration and verify proper mini program workflow with devtools.

Frequently Asked Questions about miniprogram-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a WeChat Mini Program project for CloudBase integration?

To set up a WeChat Mini Program for CloudBase integration, configure the correct project structure using miniprogramRoot, handle appid in project.config.json, and initialize wx.cloud APIs to validate the environment for local development and cloud deployment.

What is the best way to configure project.config.json for a WeChat Mini Program?

Configuring project.config.json for a WeChat Mini Program requires proper appid handling and defining the miniprogramRoot directory, ensuring consistent configuration across WeChat Developer Tools and streamlining end-to-end release pipelines with CloudBase.

How do I use miniprogram-ci to automate WeChat Mini Program publishing?

Automating WeChat Mini Program publishing with miniprogram-ci involves configuring the release pipeline to handle previewing and deployment, streamlining workflows without relying manually on WeChat Developer Tools for end-to-end cloud deployment.

Does this workflow support debugging CloudBase features using wx.cloud APIs?

Debugging CloudBase features using wx.cloud APIs is fully supported within the WeChat Developer Tools workflow, allowing developers to test, preview, and validate CloudBase integration patterns directly during local development.

Why does my WeChat Mini Program deployment fail during CloudBase environment setup?

WeChat Mini Program deployment may fail during CloudBase setup if the project structure lacks a valid miniprogramRoot, project.config.json contains an invalid appid, or wx.cloud APIs are not properly initialized for the cloud environment.

Can I use WeChat Developer Tools to test and publish Mini Programs with CloudBase?

WeChat Developer Tools can test, debug, preview, and publish Mini Programs with CloudBase, providing an end-to-end workflow that validates configuration and streamlines release pipelines for projects using wx.cloud APIs.