agency-wechat-mini-program-developer

Build WeChat Mini Programs with payment, messaging, and compliance features.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-wechat-mini-program-developer-omeraltn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-wechat-mini-program-developer
Source: https://github.com/omeraltn/ice_cream_website_testing/tree/main/.antigravity/agency-wechat-mini-program-developer
Command: npx skills add https://github.com/omeraltn/ice_cream_website_testing --skill agency-wechat-mini-program-developer-omeraltn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and teams navigate WeChat Mini Program platform constraints, performance pitfalls, and compliance hurdles so they can deliver fast, review-ready mini apps that integrate payments, messaging, and social features.

Core Features & Use Cases

  • Platform-aware architecture: guidance on app.json routing, subpackage planning, and lifecycle patterns to minimize startup time and package size.
  • WeChat integrations: templates and best practices for WeChat login, WeChat Pay, subscription messages, and Official Account linking.
  • Performance & compliance: setData optimizations, network/domain whitelist handling, HTTPS enforcement, and review-preparation checklists.
  • Use Case: Build an e-commerce Mini Program that preloads product data, integrates WeChat Pay for checkout, and passes WeChat review on first submission.

Quick Start

Create an architecture and implementation plan for a WeChat Mini Program e-commerce app that includes app.json routes, a unified request wrapper, WeChat Pay integration, and subpackage splitting for performance.

Frequently Asked Questions about agency-wechat-mini-program-developer

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

FAQPage Schema
How do I optimize WeChat Mini Program performance and reduce package size?

Set up WeChat Mini Program architecture by defining app.json routes, planning subpackages to minimize startup time, and establishing lifecycle patterns. This foundation enables fast mini app delivery and prepares the structure for platform integrations.

How do I integrate WeChat Pay prepay flow into a Mini Program?

Integrate WeChat Pay by implementing the platform's prepay flow, which involves configuring your unified request wrapper, handling the payment API calls, and ensuring HTTPS and domain whitelist requirements are met for secure checkout transactions.

What are the WeChat Mini Program compliance requirements for passing review on first submission?

WeChat Mini Program review compliance requires enforcing HTTPS, configuring the network domain whitelist, and following a review-preparation checklist. Meeting these technical requirements ensures your mini app passes platform review on the first attempt.

When do I need to use subscription messaging in a WeChat Mini Program?

Use WeChat Mini Program subscription messaging when you need to send users scheduled or event-triggered notifications. Implementing these messaging flows correctly ensures compliant user engagement within the WeChat platform ecosystem.

Does WeChat Mini Program development require HTTPS and domain whitelist configuration?

Yes, WeChat Mini Program development requires HTTPS enforcement and domain whitelist configuration for all network requests. Handling these constraints correctly ensures secure data transmission and prevents review submission failures.