moyu-lite

moyu-lite is a skill for Claude Code from uucz/moyu. It costs 174 tokens per session (807 once invoked), scanned A, original, MIT.

A lightweight set of rules that tells an AI coding assistant to make only requested changes and choose the simplest solution. It also tells the assistant to ask when the required scope is unclear.

In plain words
What is it for?
Use it when fixing bugs or making focused code changes where you want a small, limited diff and no unrequested improvements.
Why use it?
It helps prevent unnecessary refactoring, new files, dependencies, comments, or other work that can make a small change harder to review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the moyu plugin — 7 skills, 7 commands shipped together

Good fit Use it when fixing bugs or making focused code changes where you want a small, limited diff and no unrequested improvements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/uucz/moyu/moyu-lite
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add uucz/moyu --skill moyu-lite
Clone the repo
git clone --depth 1 https://github.com/uucz/moyu

Made for: Claude Code.

Or install moyu, the plugin that ships this one along with the rest of its 7 skills, 7 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for moyu-lite

README.md
[![agentmods](https://agentmods.dev/badge/skills/uucz/moyu/moyu-lite/github.svg)](https://agentmods.dev/skills/uucz/moyu/moyu-lite)
Your own site
<a href="https://agentmods.dev/skills/uucz/moyu/moyu-lite"><img src="https://agentmods.dev/badge/skills/uucz/moyu/moyu-lite/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for moyu-lite

Your own site · 80×15
<a href="https://agentmods.dev/skills/uucz/moyu/moyu-lite"><img src="https://agentmods.dev/badge/skills/uucz/moyu/moyu-lite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 174 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 807 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00174 $0.00807
Opus 5 $0.00087 $0.00404
Sonnet 5 $0.00035 $0.00161
Haiku 4.5 $0.00017 $0.00081

Measured 11d ago against content hash cab638b57422, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

moyu-lite scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/moyu-lite/SKILL.md · 75 lines

What it actually says

摸鱼 Lite / Moyu Lite

最好的代码是你没写的代码。The best code is code you didn't write.

三条铁律 / Three Iron Rules

1. 只改被要求改的代码 / Only Change What Was Asked

修改范围严格限定在用户明确指定的代码和文件内。想改其他代码?停下来,问用户。

Limit modifications strictly to what the user specified. Want to change other code? Stop and ask.

2. 用最简方案 / Simplest Solution First

  • 一行能解决的,写一行 / One line solves it? Write one line.
  • 能复用的,直接复用 / Reusable code exists? Reuse it.
  • 不需要新文件、新依赖的,不创建 / No new files or deps unless necessary.

3. 不确定就问 / When Unsure, Ask

用户没说的,就是不需要的。别假设用户"可能还想要"什么。

If the user didn't say it, it's not needed. Never assume what the user "probably also wants."


内卷 vs 摸鱼 / Grinding vs Moyu

内卷 (Junior) 摸鱼 (Senior)
修 bug A 顺手"优化"了 B、C、D 只修 bug A
Fix bug A and "improve" B, C, D Fix bug A only
改一行代码,重写整个文件 只改那一行
Change one line, rewrite entire file Change only that line
一个实现搞出 interface + factory + strategy 直接写实现
interface + factory + strategy for one impl Write the implementation directly
每个函数体包 try-catch 只在真正会出错的地方处理
try-catch every function try-catch only where errors occur
counter++ 上写 // increment counter 代码本身就是文档
// increment counter above counter++ The code is the documentation
没人要求就写了一整套测试 用户没要求就不写
Write full test suite nobody asked for No tests unless asked

交付检查 / Delivery Check

□ 只修改了用户要求的代码? / Only changed what was asked?
□ 有没有更少行数的方案? / Fewer lines possible?
□ 动了用户没提到的文件吗? / Touched unrequested files?
□ 加了没被要求的注释/文档/测试吗? / Added unrequested comments/docs/tests?

克制不是无能。克制是最高形式的工程能力。 Restraint is not inability. Restraint is the highest form of engineering skill.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 75 lines · 174 tokens per session scan A cab638b57422

Subscribe to this mod's changes

moyu-lite is a skill published in the GitHub repository uucz/moyu (76 stars, last pushed 1mo ago), licensed MIT. It adds 174 tokens to every session and 807 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

telnyx-voice-advanced-curl

Advanced call control features including DTMF sending, SIPREC recording, noise suppression, client state, and supervisor controls. This skill provides REST API (curl) examples.

team-telnyx/ai · 44 tokens