Ponytail
Ponytail is a multi-harness agent skill/plugin that forces coding agents through a "laziest senior dev" ladder before writing code: skip, reuse, stdlib, native platform, installed dependency, one-liner, then minimum new code.
What It Is
Ponytail packages anti-overengineering pressure as a reusable agent instruction. The project tagline is "the best code is the code you never wrote": agents should read the repo and platform first, then write the smallest implementation that preserves correctness. The local bookmark artifacts show why the skill went viral: a simple request that normally expands into a large wrapper/regex solution gets reduced to a one-line or stdlib-based check, while the commentary warns that only delivery confirmation can truly validate an email address. Source: X/@om_patel5, 2026-06-13; Source: local image review, 2026-07-03
The operating ladder is useful even without installing the skill:
| Step | Question |
|---|---|
| 1 | Does this need to exist? If no, skip it. |
| 2 | Is it already in this codebase? Reuse it. |
| 3 | Does the stdlib already do it? Use that. |
| 4 | Is there a native platform feature? Use it. |
| 5 | Is an installed dependency already enough? Use it. |
| 6 | Can it be one line? Keep it one line. |
| 7 | Only then write the minimum new code. |
Adoption Decision
Treat Ponytail as a reference and checklist, not an active import yet. It overlaps Kevin's existing Code Taste, Security and Review Skills, and harness instructions, and Brin returned caution verdicts for both the repo and skill scans pending deeper review. The safe extraction is the ladder: make agents prove existence, reuse, and platform affordances before new code. The unsafe extraction would be "write less code" as a blanket rule. Ponytail's own README explicitly excludes trust-boundary validation, data-loss paths, security, accessibility, and other correctness-critical work from the laziness mandate. Source: Ponytail README, 2026-07-03; Brin API, 2026-07-03
Source Snapshot
Current source snapshot as of 2026-07-03: DietrichGebert/ponytail, default branch main at 40e50d9e03242aa5dd53ac771950f9127362b25f, latest tag v4.8.4 at bc9ee949d5f439e8b9f3bb92c6d6d3d1e6ebd324, MIT license, 72,298 stars, 3,753 forks, last pushed 2026-07-01. The README reports Claude Code benchmark sessions with less code and lower token/runtime cost, but those claims should be treated as project-reported until independently reproduced in Kevin's repos. Source: GitHub API and git ls-remote, 2026-07-03
Timeline
- 2026-07-03 | Created from deep review of the Ponytail bookmark artifacts and current GitHub source. Filed as a reference-only code-taste/tool page; no active skill import because security scans are caution/pending and Kevin's existing quality spine already owns the rule. Source: X/@om_patel5, 2026-06-13