miniprogram-development

Builds WeChat Mini Programs with CloudBase integration, project structure, authentication, and deployment workflows.

1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/binggg/GALAXY-VORTEX --skill miniprogram-development-binggg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: miniprogram-development
Source: https://github.com/binggg/GALAXY-VORTEX/tree/main/.claude/skills/miniprogram-development
Command: npx skills add https://github.com/binggg/GALAXY-VORTEX --skill miniprogram-development-binggg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to developing WeChat Mini Programs with CloudBase integration, guiding developers through project structure, authentication model, and deployment workflows.

Core Features & Use Cases

  • Project structure guidance: Keeps mini program code organized under miniprogram and cloudfunctions directories, and ensures the base library version is up to date.
  • CloudBase integration rules: Explains how to connect to CloudBase services (database, storage, functions) with best practices and secure data handling.
  • WeChat ecosystem workflows: Instructions for debugging, previewing, and publishing via WeChat Developer Tools, including environment configuration and appid handling.
  • Use Case: Build a mini program that stores user data in CloudBase, retrieves openid in cloud functions, and deploys to production.

Quick Start

Create a minimal WeChat Mini Program project using miniprogram and cloudfunctions directories, configure CloudBase with env details, and prepare for local preview and deployment.

Frequently Asked Questions about miniprogram-development

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

FAQPage Schema
How do I build a WeChat Mini Program with CloudBase integration?

To build a WeChat Mini Program with CloudBase, organize code under miniprogram and cloudfunctions directories, configure CloudBase environment details, and use WeChat Dev Tools for local preview and deployment workflows.

What is the correct project structure for WeChat Mini Programs using cloud functions?

The correct project structure for WeChat Mini Programs using cloud functions separates code into miniprogram and cloudfunctions directories, ensuring the base library version is up to date and validating appid in project.config.json.

Can I use TypeScript for WeChat Mini Program development with CloudBase?

TypeScript can be used for WeChat Mini Program development with CloudBase, applying structured project conventions for page creation, authentication handling, cloud functions, and deployment workflows.

How do I retrieve openid in cloud functions for a WeChat Mini Program?

To retrieve openid in cloud functions for a WeChat Mini Program, utilize CloudBase integration rules within the cloudfunctions directory to handle secure data processing and authentication workflows.

Does CloudBase support user authentication and database storage for WeChat Mini Programs?

CloudBase supports user authentication and database storage for WeChat Mini Programs by connecting to CloudBase services with best practices for secure data handling and environment configuration.

Why does my WeChat Mini Program fail to deploy with CloudBase?

WeChat Mini Program deployment with CloudBase fails if the project structure is misconfigured, the base library is outdated, or the appid and environment configuration in project.config.json lack proper validation.