Skip to main content
DietrichGebert

DietrichGebert

GitHub profile for DietrichGebert1 skill

Are you DietrichGebert? Claim your skills.

Verified badgeInstall analyticsFork attributionSecurity scoreGitHub sync

DietrichGebert DietrichGebert / ponytail-audit

110.2K

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 t...

100

DietrichGebert DietrichGebert / ponytail-debt

110.2K

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-debt", "what did ponytail defer", "list the shortcuts"...

100

DietrichGebert DietrichGebert / ponytail-gain

110.2K

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-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scorebo...

100

DietrichGebert DietrichGebert / ponytail-help

110.2K

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

claudeclaude-code
95

DietrichGebert DietrichGebert / ponytail-review

110.2K

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...

100

DietrichGebert DietrichGebert / ponytail

5.03
110.2K

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 befo...

100