Ponytail: the AI coding skill that makes your agent write less code Ponytail, an open-source skill for AI coding agents, aims to reduce code bloat by enforcing a 'ladder' of rules that prioritize reuse and minimal code. The project, created by Dietrich Gebert, works with Claude Code, Codex, Cursor, and other agents, and includes commands like /ponytail-review to audit diffs for over-engineering. The original benchmark claimed 80-94% less code, though a GitHub issue raised questions about the methodology. You ask your AI agent for a date picker. It installs flatpickr, writes a wrapper component, adds a stylesheet, sets up a theme override, and then starts explaining timezone handling to you. Four hundred lines later you have a date picker. The senior dev sitting two desks over would have written this: