一键导入
plumber-help
Quick reference for plumber's modes and commands. One-shot display.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick reference for plumber's modes and commands. One-shot display.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | plumber-help |
| description | Quick reference for plumber's modes and commands. One-shot display. |
| homepage | https://github.com/akshatnerella/plumber |
| license | MIT |
Display this reference card when invoked. One-shot, do NOT change mode or persist anything.
| Level | Trigger | What changes |
|---|---|---|
| Lite | /plumber lite | Writes the fix, flags the cleaner redesign in one line. You decide. |
| Full | /plumber | Ladder enforced: root cause → design check → remove → simplest. Default. |
| Ultra | /plumber ultra | Won't write a line until root cause is identified. Challenges whether the problem should exist. |
Level sticks until changed or session end.
| Command | What it does |
|---|---|
/plumber [lite|full|ultra|off] | Toggle mode and intensity |
/plumber-diagnose | Explicit step-by-step root cause breakdown before acting |
/plumber-review | Review current diff for patchwork and complexity debt |
/plumber-audit | Whole-repo patchwork audit, ranked by impact |
/plumber-help | This card |
Say "stop plumber" or "normal mode". Resume anytime with /plumber.
/plumber off also works.
Full docs + examples: https://github.com/akshatnerella/plumber
Audit the whole repo for accumulated patches masking design flaws. Ranked by root cause impact.
Show explicit root cause diagnosis before writing any code.
Review a diff for patchwork. Finds design flaws being covered, phantom error handling, complexity fighting complexity.
Root cause first. Fixes the pipe, not the floor. Silent diagnostic before every code change.
Root cause first. Fixes the pipe, not the floor. Forces genuinely simple solutions over patchwork code.