Минимальный код — YAGNI-подход для Claude Code
★ 7.5 · vibe-coding
ponytail is a Claude Code skill that enforces the laziest solution that actually works — YAGNI first, then the standard library, then native platform features, then one line instead of fifty. At its core is a seven-rung ladder: from "does this need to exist at all?" down to "the minimum code that works", climbed only after fully reading and tracing the problem. Three intensity levels are supported: lite (names the lazier alternative, user decides), full (ladder enforced, shortest diff — the default), and ultra (YAGNI extremist, deletion before addition, one-liner shipped with the requirement challenged). Works on any coding task — writing, refactoring, bug fixing, code review, and dependency choices; activated via `/ponytail` or phrases like "be lazy", "simplest solution", or "do less". Not for non-coding requests.
- #lazy-coding
- #yagni
- #code-minimization
- #refactoring
- #dependency-reduction