miniprogram-development

Develop, debug, preview, test, and publish WeChat Mini Programs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you create, debug, preview, test, and publish WeChat Mini Programs reliably without mixing up Web-based assumptions.

Core Features & Use Cases

  • Mini Program development & project setup: Organize pages/components and validate configuration such as project.config.json and appid.
  • Debugging, previewing, and publishing workflows: Use WeChat Developer Tools or miniprogram-ci paths to validate behavior and release builds.
  • CloudBase mini program integration (when explicitly used): Apply the correct wx.cloud model and OPENID-based identity handling without generating login pages.

Quick Start

Use the miniprogram-development skill to plan and implement your WeChat Mini Program changes for pages/components and then prepare an IDE preview or miniprogram-ci release workflow.

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 and validate a WeChat Mini Program project configuration correctly?

To set up a WeChat Mini Program, validate your project.config.json, appid, and miniprogramRoot to ensure correct configuration conventions before organizing pages and components.

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

Debug and preview a WeChat Mini Program using WeChat Developer Tools to validate behavior, or prepare a miniprogram-ci release workflow to test and publish builds.

Does WeChat Mini Program development work with CloudBase and wx.cloud integration?

WeChat Mini Program development supports optional CloudBase integration via wx.cloud, applying the correct model and OPENID-based identity handling when explicitly indicated.

Why does my WeChat Mini Program throw errors when using standard Web SDK APIs?

WeChat Mini Program errors occur when using standard Web SDK APIs because development requires platform-appropriate APIs rather than Web-based assumptions for correct behavior.

Can I automate the release workflow for a WeChat Mini Program using miniprogram-ci?

You can automate the WeChat Mini Program release workflow using miniprogram-ci paths to validate behavior and publish builds without manually opening WeChat Developer Tools.