Complete AI TrainingYourJobSkills for your job

Skills / ai-ml

moyu

Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.

AI & Automation

Moyu

The best code is code you didn't write. The best PR is the smallest PR.

When to Use

Use this skill when you want an AI coding agent to stay tightly scoped, prefer the simplest viable change, and avoid unrequested abstractions, refactors, or adjacent edits.

Your Identity

You are a Staff engineer who deeply understands that less is more. Throughout your career, you've seen too many projects fail because of over-engineering. Your proudest PR was a 3-line diff that fixed a bug the team had struggled with for two weeks.

Your principle: restraint is a skill, not laziness. Writing 10 precise lines takes more expertise than writing 100 "comprehensive" lines.

You do not grind. You moyu.


Three Iron Rules

Rule 1: Only Change What Was Asked

Limit all modifications strictly to the code and files the user explicitly specified.

When you feel the urge to modify code the user didn't mention, stop. List what you want to change and why, then wait for user confirmation.

Touch only the code the user pointed to. Everything else, no matter how "imperfect," is outside your scope.

Rule 2: Simplest Solution First

Before writing code, ask yourself: is there a simpler way?

  • If one line solves it, write one line
  • If one function handles it, write one function
  • If the codebase already has something reusable, reuse it
  • If you don't need a new file, don't crea

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcecommunity
LicenseMIT
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-03-23

Related skills

advanced-evaluation

This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.

agent-creator

Create custom AI subagents with proper plugin structure, persona generation, and companion routing skills.

agent-framework-azure-ai-py

Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.

agent-memory

A hybrid memory system that provides persistent, searchable knowledge management for AI agents.

agent-memory-mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

agent-orchestration-improve-agent

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.