miniprogram-development

Configure, debug, preview, and deploy CloudBase-enabled WeChat Mini Programs.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/derek2035/talkbook --skill miniprogram-development-derek2035
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miniprogram-development
Source: https://github.com/derek2035/talkbook/tree/main/.agents/skills/cloudbase/references/miniprogram-development
Command: npx skills add https://github.com/derek2035/talkbook --skill miniprogram-development-derek2035

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

WeChat Mini Program development involves configuring project roots, enabling CloudBase integration, and navigating WeChat DevTools workflows from development to deployment. This skill provides a structured, CloudBase-aware approach to building, debugging, previewing, and publishing mini program projects.

Core Features & Use Cases

  • Project scaffolding and configuration checks for WeChat Mini Programs.
  • CloudBase integration guidance (wx.cloud usage, environment initialization, and functions).
  • Debug, preview, and deployment workflows with WeChat DevTools and miniprogram-ci.
  • Reference materials and best practices included under references for quick access during development.

Quick Start

Start with a WeChat Mini Program project and follow the CloudBase development guide to configure, debug, preview, and deploy.

Frequently Asked Questions about miniprogram-development

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

FAQPage Schema
How do I configure CloudBase in a WeChat Mini Program project?

To configure CloudBase in a WeChat Mini Program, initialize the wx.cloud module with your specific environment ID and ensure proper authentication models are set within the project.config.json file.

What is the best way to deploy a WeChat Mini Program using miniprogram-ci?

The best way to deploy a WeChat Mini Program with miniprogram-ci involves following a structured end-to-end release flow that automates preview and upload processes directly from your development environment.

Can I use WeChat DevTools workflows for debugging CloudBase-enabled mini programs?

Yes, WeChat DevTools workflows fully support debugging CloudBase-enabled mini programs by providing structured project scaffolding checks and integration guidance for cloud functions.

Why does my WeChat Mini Program fail to initialize CloudBase functions?

WeChat Mini Program CloudBase initialization fails when the project.config.json lacks correct project root configurations or the wx.cloud environment initialization parameters are improperly defined.

What do I need to set up before developing a WeChat Mini Program with CloudBase?

Before developing a WeChat Mini Program with CloudBase, you need a valid WeChat Mini Program project structure, proper project.config.json configuration, and an active CloudBase environment for integration.