miniprogram-development

Automate WeChat Mini Program development from setup to deployment via DevTools or miniprogram-ci.

2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill miniprogram-development-everettfield
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miniprogram-development
Source: https://github.com/EverettField/MatchMate-MiniProgram/tree/main/miniprogram-2/.codebuddy/skills/miniprogram-development
Command: npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill miniprogram-development-everettfield

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build, debug, preview, and publish WeChat Mini Programs efficiently, with safe CloudBase integration and toolkit guidance.

Core Features & Use Cases

  • Organizes mini program code structure and configuration for reliable project setup
  • Provides debugging, preview, and deployment workflows via WeChat DevTools or miniprogram-ci
  • Safely integrates CloudBase (wx.cloud) when needed, with best-practices guidance for authentication and environment setup

Quick Start

Begin with the standard mini program workflow and ask for help to build, debug, preview, or publish a WeChat Mini Program.

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 structure and configuration?

To set up a WeChat Mini Program, you need to organize the code structure and configure project.config.json with proper appid setup, routing, pages, and assets handling for reliable deployment.

What is the best way to debug and preview a WeChat Mini Program?

The best way to debug and preview a WeChat Mini Program is using WeChat DevTools or miniprogram-ci, which provide dedicated workflows for testing, previewing, and publishing your application efficiently.

How do I integrate CloudBase with wx.cloud in a WeChat Mini Program?

To integrate CloudBase, use wx.cloud for environment setup and authentication, following best-practices guidance to safely connect your WeChat Mini Program to cloud services.

Can I use miniprogram-ci to automate WeChat Mini Program deployment?

Yes, you can use miniprogram-ci to automate the end-to-end WeChat Mini Program deployment workflow, covering project structure checks, debugging, previewing, and publishing operations.

Why does my WeChat Mini Program project.config.json need an appid setup?

Your WeChat Mini Program project.config.json requires proper appid setup to satisfy configuration checks, enable correct routing, and ensure reliable project structure for development and deployment.