원클릭으로
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 직업 분류 기준
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.
| 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