mpx
Build mini-programs, web apps, and React Native apps from one codebase
All Skills in This Repository (12)
Pure Emerald Level Indicatorsnetwork-proxy
Apply proxy environment variables to resolve network connectivity issues for command-line tools.
mpx-rn-style-guide
Document Mpx component styling best practices for React Native output.
doc-add-simple-hash
Generate URL-friendly hash anchors for Chinese markdown titles.
changelog-generator
Generate structured changelogs from Git commit history and code differences between releases.
mpx-development-guides
Guide Mpx framework development covering project structure, syntax, and cross-platform deployment.
mpx2rn-simple
Guides Mpx cross-platform code adaptation and validation for React Native output.
mpx2rn
Adapt Mpx single-file components for cross-platform React Native output.
mpx-mode-migration
Audits Mpx projects for mode/srcMode semantic migration issues after framework upgrades.
skill-creator
Create, evaluate, and iteratively improve Claude skills with benchmark testing.
review-loop
Orchestrates planner, reviewer, and coder subagents through stateful plan and code review loops.
karpathy-guidelines
Applies behavioral guidelines to reduce common LLM coding mistakes during code writing and review.
skill2gene
Convert document-oriented procedural skills into compact strategy gene control units.
Frequently Asked Questions
FAQPage SchemaHow to install Mpx skills?βΌ
Run `npx skills add didi/mpx --all -g -y` in your terminal to install all skills in this suite globally.
What is the Mpx framework used for?βΌ
Mpx lets you write one Vue-style codebase and compile it to WeChat, Alipay, Baidu and other mini-programs, as well as Web and React Native apps for iOS, Android, and Harmony.
How do I adapt an Mpx mini-program component for React Native?βΌ
Use the mpx2rn skill, which checks your template, script, style, and JSON blocks against RN capability references and applies cross-platform compatible fixes with compile validation.
Can AI help migrate my project after an Mpx upgrade?βΌ
Yes. The mpx-mode-migration skill scans your project for old mode/srcMode semantics, classifies each finding, and produces a minimal migration report.
Do these skills work with Claude Code and Codex?βΌ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core