安装 Moyu Install Moyu

为你的 AI 编码助手安装反过度工程规则。Claude Code 一条命令,其他平台复制一个文件。 Install anti-over-engineering rules for your AI coding assistant. One command on Claude Code, one file copy everywhere else.

$ claude skill install --url https://github.com/uucz/moyu --skill moyu
Copied!

Claude Code

Claude Code、Codex CLI、Kiro、CodeBuddy、Antigravity、OpenCode 都使用 skill 安装模式: Claude Code, Codex CLI, Kiro, CodeBuddy, Antigravity and OpenCode all use skill-based installation:

claude skill install --url https://github.com/uucz/moyu --skill moyu

可选变体:moyu-lite(3 条规则)、moyu-strict(团队强制模式)、moyu-en(英文)、moyu-ja(日文)、moyu-ko(韩文)、moyu-fr(法文) Variants: moyu-lite (3 rules), moyu-strict (team enforcement), moyu-ja (Japanese), moyu-ko (Korean), moyu-fr (French)

其他平台:复制规则文件 Other Platforms: Copy the Rule File

从仓库复制左列文件到你项目里的右列路径即可,无需安装任何东西。 Copy the file on the left from the repo to the path on the right in your project. Nothing to install.

平台Platform 仓库文件Repo File 项目路径Project Path
Cursorcursor/rules/moyu.mdc.cursor/rules/moyu.mdc
VS Code / Copilotvscode/copilot-instructions.md.github/copilot-instructions.md
Windsurfwindsurf/rules/moyu.md.windsurf/rules/moyu.md
Clinecline/moyu.md.cline/rules/moyu.md
Codexcodex/moyu/SKILL.mdAGENTS.md
Kirokiro/steering/moyu.md.kiro/steering/moyu.md
Aideraider/CONVENTIONS.md.aider/CONVENTIONS.md
Continuecontinue/rules/moyu.md.continue/rules/moyu.md

英文版把文件名换成 -en 后缀即可,例如 cursor/rules/moyu-en.mdc For English variants, use the -en suffix, e.g. cursor/rules/moyu-en.mdc.

Moyu Linter (GitHub Action) Moyu Linter (GitHub Action)

自动检测 PR 中的过度工程信号。了解更多 Auto-detect over-engineering signals in pull requests. Learn more

- uses: uucz/moyu/linter@main with: github-token: ${{ secrets.GITHUB_TOKEN }}