一条命令,为你的 AI 编码助手安装反过度工程规则。 One command to install anti-over-engineering rules for your AI coding assistant.
CLI 自动检测当前目录下的 AI 工具,从 GitHub 获取对应的规则文件并安装。零依赖。 The CLI auto-detects AI tools in your project directory, fetches the matching rule files from GitHub, and installs them. Zero dependencies.
| 平台Platform | 检测标记Detect Marker | 安装路径Install Path |
|---|---|---|
| Cursor | .cursor/ | .cursor/rules/moyu.mdc |
| VS Code / Copilot | .vscode/ | .github/copilot-instructions.md |
| Windsurf | .windsurf/ | .windsurf/rules/moyu.md |
| Cline | .cline/ | .cline/rules/moyu.md |
| Codex | AGENTS.md | AGENTS.md |
| Kiro | .kiro/ | .kiro/steering/moyu.md |
| Aider | .aider/ | .aider/CONVENTIONS.md |
| Continue | .continue/ | .continue/rules/moyu.md |
--all为所有支持的工具安装(不仅是检测到的)Install for all supported tools, not just detected ones--lang en安装英文版规则(默认中文)Install English variants (default: Chinese)--list列出所有支持的平台Show all supported platforms--claude显示 Claude Code 安装命令Show Claude Code install commandClaude Code 使用 skill 安装模式: Claude Code uses skill-based installation:
可选变体:moyu-lite(3 条规则)、moyu-strict(团队强制模式)、moyu-en(英文)、moyu-ja(日文)
Variants: moyu-lite (3 rules), moyu-strict (team enforcement), moyu-ja (Japanese), moyu-ko (Korean), moyu-fr (French)
自动检测 PR 中的过度工程信号。了解更多 Auto-detect over-engineering signals in pull requests. Learn more