One-click install
npx skills add https://github.com/uucz/moyu --skill moyu-en
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moyu-en
Source: https://github.com/uucz/moyu/tree/main/codex/moyu-en
Command: npx skills add https://github.com/uucz/moyu --skill moyu-en

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps engineers avoid over-engineering by restricting edits to only what the user explicitly asked for and guiding minimal, targeted changes.

Core Features & Use Cases

  • Enforces strict scope: edits stay within the requested files and scope
  • Guides on avoiding unnecessary abstractions, dependencies, and rewrites
  • Encourages proactive clarification when the scope is unclear
  • Improves team velocity by reducing review time and churn

Quick Start

Limit edits to only the files and scopes the user explicitly specified, and ask for confirmation before making any non-essential changes.

Frequently Asked Questions about moyu-en

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

FAQPage Schema
How do I prevent over-engineering when applying code edits and refactoring?

To prevent over-engineering in code edits, restrict modifications strictly to what was explicitly requested, ensuring minimal, traceable diffs without introducing unnecessary abstractions or dependencies.

What is the best way to enforce scope control during small bug fixes?

The best way to enforce scope control during bug fixes is to limit changes to the requested files and require clarification when the scope is unclear, avoiding unsolicited architectural rewrites.

How do I make minimal diffs for feature tweaks without altering the architecture?

Achieve minimal diffs for feature tweaks by applying strict scope discipline that forbids new dependencies or architectural changes unless explicitly requested by the user.

Why does my code editing introduce unsolicited new dependencies during simple refactors?

Code editing introduces unsolicited dependencies during simple refactors when scope discipline is lacking; enforcing explicit scope boundaries prevents adding non-essential architectural changes.

When should I ask for clarification before modifying files outside the requested scope?

You should ask for clarification before modifying files outside the requested scope whenever the scope is unclear or non-essential changes seem necessary to complete the task.