0xwilliamortiz
ponytail-improved
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
Documentation snapshot
README 快照
本页保存的是公开项目资料快照,阅读过程不需要连接 GitHub。
Ponytail
He says nothing. He writes one line. It works.
Install · Before / after · How it works · Numbers · Commands · FAQ
You know him. Long ponytail. Oval glasses. Been at the company longer than the version control. You show him fifty lines; he says nothing and replaces them with one.
Ponytail puts him inside your AI agent. Skills plus two lifecycle hooks, installed in one command.
Before / after
You ask for a date picker.
How it works
Before writing code, the agent stops at the first rung that holds.
Text version
1 does this need to exist? → no. skip it (yagni)
2 is it already in this repo? → reuse it
3 does the stdlib do it? → use it
4 does the platform do it? → use it
5 does an installed dep do it? → use it
6 can it be one line? → write the line
7 nothing above held → the minimum that works
The ladder runs after it understands the problem, not instead of it. Lazy about the solution, never about reading.
Lazy, not negligent. Validation, error handling, security, and accessibility are never on the chopping block.
Numbers
Real Claude Code sessions on a real repo.
| Code written | ~54% less (up to 94% where the agent over-builds) |
| Cost | ~20% cheaper |
| Time | ~27% faster |
| Safety guards kept | 100% |
Full writeup
Install
node ponytail.js -i
Pick your agent, copy the commands, done.
Works with Claude Code Codex Copilot CLI OpenCode Pi Antigravity Hermes OpenClaw and more.
The plugins run two tiny Node.js lifecycle hooks, so node needs to be on your PATH. If it isn’t, the skills still work and the always-on activation just stays quiet.
Commands
Once installed, in a skill-capable host:
| Command | What it does |
|---|---|
/ponytail [lite | full | ultra | off] | Set the intensity, or turn it off. |
/ponytail-review | Review the current diff for over-engineering. |
/ponytail-audit | Audit the whole repo, not just the diff. |
/ponytail-debt | Collect the shortcuts you deferred into a ledger. |
/ponytail-help | Quick reference. |
FAQ
What if I really need the 120-line cache class? You don’t. Insist anyway and he’ll build it. Slowly. Correctly. While looking at you.
Why “ponytail”? You know exactly why.
License
MIT. The shortest license that works.
He says nothing. He writes one line. It works.
Official distribution
获取与安装
暂未发现可确认的官方软件包地址
当前 README 快照没有出现 npm、PyPI、Crates.io、pub.dev 等官方包页链接。本站不会根据仓库名称猜测下载地址。
本站不托管项目文件;需要安装时,请以项目维护者发布的官方文档为准。
Before installing
使用前核验
本站保存公开资料用于阅读,不代表安全审计或功能背书。安装前请核对许可证、依赖来源和发布签名,不要直接运行来源不明的二进制文件或高权限脚本。