Command
Audit the whole repo for over-engineering, what can be deleted.
Command
Audit the whole repo for over-engineering, what can be deleted.
Command
Harvest ponytail: comments into a tracked debt ledger.
Command
Show ponytail's measured impact scoreboard (less code, cost, time).
Command
Quick reference for ponytail levels, skills, and commands.
Command
Review changes for over-engineering, what can be deleted.
Command
Switch ponytail intensity level (lite/full/ultra/off), or report the current level.
Skill Claude CodeCodex
Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…
Skill Claude CodeCodex
Harvest every ponytail: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-kimi:ponytail-debt", "what did ponytail defer", "list the shortcuts"…
Skill Claude CodeCodex
Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-kimi:ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".
Skill Claude CodeCodex
Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-kimi:ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".
Skill Claude CodeCodex
Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…
Skill Claude CodeCodex
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…