◆SkillAgentic capabilityFree
Ponytail
Makes your AI agent think like the laziest senior dev — the best code is the code you never wrote (YAGNI-first).
Установки30k
Рейтинг★ 4.1
Отзывы858
Ponytail
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote. Before writing anything, the agent stops at the first rung that holds:
- Does this need to exist? → no: skip it (YAGNI)
- Stdlib does it? → use it
- Native platform feature? → use it
- Installed dependency? → use it
- One line? → one line
- Only then: the minimum that works
Lazy, not negligent — trust-boundary validation, data-loss handling, security and accessibility are never on the chopping block.
Reported impact vs a no-skill agent: 80–94% less code, 47–77% less cost, 3–6× faster across models.
Install
Portable across Claude Code, Codex, Gemini CLI, OpenCode and more (SKILL-based). With the skills CLI:
npx skills add DietrichGebert/ponytail
Or add it via your agent's plugin/marketplace system. See the repository for exact per-client steps.
- Repo: https://github.com/DietrichGebert/ponytail
- License: MIT