wechat-miniprogram-skills
React effect reviews, parallel task orchestration, simple explanations
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install wechat-miniprogram-skills?โผ
Run `npx skills add whinc/wechat-miniprogram-skills --all -g -y` in your terminal to install all skills in this collection globally.
How to fix React useEffect anti-patterns?โผ
The react-effects skill reviews any component with useEffect, flags 12 common misuse patterns like derived state and effect chains, and rewrites them with simpler alternatives such as render-time computation or useMemo.
How to run multiple coding tickets in parallel?โผ
The implement-team skill reads your PRD, spec, and ticket files, then dispatches them concurrently to a coordinated agent team following a dependency graph, with independent verification of each result.
Does this work with Claude Code and CodeBuddy?โผ
Yes. All skills follow the standard SKILL.md format and can be installed via the Skills CLI or the Claude Code plugin marketplace.
Can beginners use these skills without deep expertise?โผ
Yes. The eli12 skill explains any topic in plain language with visuals, and the other skills run from simple natural-language requests after a one-line install.
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