| name | goodvibes-hygiene |
| description | On-demand code minimalism audit using ponytail commands. Wraps /ponytail-review (diff audit) and /ponytail-audit (whole-repo scan) with goodvibes context. Ponytail's always-on rules are already active via CLAUDE.md. Use these commands for explicit on-demand audits. Use when user says "review for over-engineering", "audit for complexity", "check for bloat", "is this over-engineered", or invokes /ponytail-review or /ponytail-audit directly.
|
goodvibes hygiene
Ponytail rules are already always-on in your CLAUDE.md. These commands add
explicit on-demand audits.
Setup
Using Cursor, Windsurf, Kiro, Copilot, Antigravity, Amazon Q, Cline, Continue.dev, Devin Desktop, or another IDE?
The minimalism rules are already embedded in your project's IDE rule file
(.cursor/rules/goodvibes.mdc, GEMINI.md, .windsurfrules, .kiro/steering/goodvibes.md, AGENTS.md, .clinerules/goodvibes.md, .amazonq/rules/goodvibes.md, .continue/rules/goodvibes.md, .devin/rules/goodvibes.md)
and activate automatically — no plugin setup needed. The /ponytail-review and
/ponytail-audit commands below are Claude Code CLI terminal only and are not
available in other IDEs.
Ponytail commands require the ponytail plugin. Install it in Claude Code CLI terminal:
/plugin marketplace add DietrichGebert/ponytail
/plugin install ponytail@ponytail
(Desktop app: Customize → + by personal plugins → Create plugin → Add from repository →
enter https://github.com/DietrichGebert/ponytail)
Commands
/ponytail-review — Review the current diff for over-engineering. One line per
finding: location, what to cut, what replaces it.
/ponytail-audit — Scan the entire repo for unnecessary complexity. Ranked list,
biggest cut first.
What the always-on rules already do
Every response already applies the ponytail decision ladder (from your CLAUDE.md):
simplest solution that works, stdlib before custom code, deletion before addition.
The commands above are for explicit audit reports — use them when you want a
structured review, not just session behavior.