moyu
Stops over-engineering and enforces minimal code changes
All Skills in This Repository (7)
Pure Emerald Level Indicatorsmoyu
Detect over-engineering patterns in code edits and apply minimal targeted changes.
moyu-en
Restrict code edits to explicitly requested scope and files.
moyu-ko
Suppress over-engineering by applying only user-requested changes during reviews and edits.
moyu-fr
Enforce scope-limited software edits by applying Moyu principles.
moyu-strict
Enforce scoped code edits with a 20-line diff cap.
moyu-ja
Detect and suppress overengineering patterns in code reviews and PR workflows.
moyu-lite
Restrict code edits to the user-specified scope during patch reviews.
Frequently Asked Questions
FAQPage SchemaHow to install Moyu?βΌ
Run `npx skills add uucz/moyu --all -g -y` in your terminal to install all Moyu skill variants globally.
How to stop AI from over-engineering code?βΌ
Moyu activates automatically when it detects unrequested changes, forcing the assistant to only modify what you asked for with the simplest possible solution.
What is the difference between Moyu, Moyu Lite, and Moyu Strict?βΌ
Moyu is the standard version, Lite keeps only the three core rules, and Strict requires confirmation before any edit with a 20-line diff cap for team enforcement.
Does Moyu work with Cursor, Copilot, and Claude Code?βΌ
Yes. Moyu ships rule files for Claude Code, Cursor, Copilot, Codex, Windsurf, Cline, Kiro, and more, and activates automatically once installed.
Can Moyu be used together with PUA?βΌ
Yes. PUA stops the assistant from doing too little while Moyu stops it from doing too much, so they complement each other without conflict.
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