Skip to content

sigilco/agentplugins-ponytail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentplugins-ponytail

The lazy senior dev, inside your agent. One line. It works.

A port of DietrichGebert/ponytail for the agentplugins CLI. All the rules, skills, and benchmarks live in the original — this is the plugin wrapper.


Quick start

# install via agentplugins
pnpm dlx agentplugins install agentplugins-ponytail

# activate in session
/skill:ponytail

What you get

Rules YAGNI-first coding philosophy; skips, reuses, stdlib, native, then writes minimum
Commands /ponytail [lite|full|ultra|off], /ponytail-review, /ponytail-audit, /ponytail-debt, /ponytail-gain
Benchmarks Real agent sessions on FastAPI + React, measured on LOC, tokens, cost, time

How it works

Before writing code, the agent stops at the first rung that holds:

1. Does this need to exist?   → no: skip it (YAGNI)
2. Already in this codebase?  → reuse it, don't rewrite
3. Stdlib does it?            → use it
4. Native platform feature?   → use it
5. Installed dependency?      → use it
6. One line?                  → one line
7. Only then: the minimum that works

Trust-boundary validation, error handling, security, and accessibility are never on the chopping block.

Why it matters

~54% less code on real tasks. Benchmarks, full methodology, and the full story: original README.

Learn more

License

MIT — same as the original.

About

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages