wechat-miniprogramwechat-miniprogramOfficial·1 Agent Skills Included

ai-mode-skills

Convert WeChat mini-programs into callable skills with validation

Converts WeChat mini-program source code into atomic interfaces and components that the mini-program AI can call directly. Validates generated skills through static rule checks, real-device execution, and component rendering tests, then fixes errors in place. Eliminates manual interface extraction, auth migration, and repetitive debugging across the generate, validate, and evaluate workflow.
npx skills add wechat-miniprogram/ai-mode-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ai-mode-skills?

Run `npx skills add wechat-miniprogram/ai-mode-skills --all -g -y` in your terminal to install all three skills globally.

What does ai-mode-skills do?

It analyzes your WeChat mini-program source code, extracts network interfaces and JSAPI calls, and generates skill subpackages that the mini-program AI can invoke directly.

How do I validate generated mini-program skills?

Use the wxa-skills-validate skill, which runs static rule checks, real-device execution via WeChat DevTools CLI, and component rendering verification, then fixes errors automatically.

What do I need before using these skills?

You need Node.js 18 or higher, WeChat DevTools installed and logged in, and the service port enabled in the DevTools security settings.

Can it handle compressed or obfuscated mini-program code?

Yes. The generate skill can analyze minified source code, though it will first try formatting it and will ask you for the original source if key fields cannot be recovered.

Related Repositories in Software Engineering

View All in Software Engineering