ponytail-lite
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 19 GitHub stars
Code Warn
- Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Stop agents from over-engineering. Inspired by Ponytail, but without the plugin madness.
Ponytail Lite
One file. No hooks. He would have wanted it this way.
"Ponytail Lite" is Ponytail without the plugin madness.
Not to be confused with Ponytail's lite mode. This is a separate one-file version:
No plugin. No hooks. No MCP. No commands. No mode switching. Just copy AGENTS.md into the place your agent reads instructions. That's it.
The Joke
Ponytail is a beautiful contradiction: an anti-overengineering tool delivered as a whole plugin ecosystem, with lifecycle hooks, slash commands, MCP, statuslines, adapter tests, and enough install paths to make a senior engineer stare silently at the wall.
Ponytail Lite is what happens after that senior engineer comes back from coffee:
AGENTS.md
Why This Exists
Could you just copy AGENTS.md from Ponytail? Yes.
This repo exists so you do not have to walk past the plugin machinery to find the one file.
The AGENTS.md here is not a byte-for-byte copy. It is an opinionated cleanup of the original: same lazy senior dev idea, less plugin baggage, and guardrails rewritten for people who just want the file.
Install
Copy AGENTS.md, or copy the same text into whatever your agent calls "project instructions" or "rules".
| Agent | Put the Ponytail Lite text here |
|---|---|
| Aider | Your project instructions / conventions file |
| Antigravity CLI | AGENTS.md or .agents/rules/ponytail.md |
| Claude Code | CLAUDE.md or project instructions |
| Cline | .clinerules/ponytail.md |
| CodeWhale | AGENTS.md |
| Codex | AGENTS.md or Settings > Personalization > Custom instructions |
| Cursor | .cursor/rules/ponytail.mdc |
| Devin CLI | Custom instructions / project instructions |
| Gemini CLI | AGENTS.md |
| GitHub Copilot | .github/copilot-instructions.md |
| GitHub Copilot CLI | AGENTS.md, .github/copilot-instructions.md, or ~/.copilot/copilot-instructions.md |
| Hermes Agent | Custom instructions / system prompt |
| Kiro | .kiro/steering/ponytail.md |
| OpenClaw | Custom skill / instruction file |
| OpenCode | AGENTS.md or OpenCode instructions |
| Pi agent | Custom instructions / system prompt |
| Swival | AGENTS.md or ~/.config/swival/AGENTS.md |
| Windsurf | .windsurf/rules/ponytail.md |
| Zed | Custom instructions / rules |
Uninstall
Delete the file you copied.
If you pasted the text into a global instructions file, delete that paragraph.
No cleanup script. No leftover mode flag. No statusline entry. No hidden MCP server still thinking about your dependency graph.
What It Does
Before writing code, the agent climbs this ladder:
- Does this need to exist?
- Does it already exist in the codebase?
- Does the standard library do it?
- Does a native platform feature cover it?
- Does an installed dependency solve it?
- Can this be one line?
- Only then, write the minimum code that works.
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found