SKILL_MD
ponytail-help
by DietrichGebert
84

Quick reference for ponytail's modes, skills, and commands. One-shot display.

Safe-ishScanned
SKILL_MD
ponytail-debt
by DietrichGebert
80

Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report.

Safe-ishScanned
SKILL_MD
ponytail
by DietrichGebert
80

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…

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail-gain
by DietrichGebert
80

Show ponytail measured impact as a scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display.

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail
by DietrichGebert
80

Lazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail-review
by DietrichGebert
80

Review a diff for over-engineering. Finds what to delete: reinvented stdlib, needless deps, speculative abstractions. One line per finding.

Safe-ishScanned
SKILL_MD
ponytail-review
by DietrichGebert
76

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 w…

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail-gain
by DietrichGebert
76

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 scoreboar…

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail-audit
by DietrichGebert
76

Audit the whole repo for over-engineering. A ranked list of what to delete, simplify, or replace with stdlib or native features.

Safe-ishScanned
SKILL_MD
ponytail-help
by DietrichGebert
76

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

Safe-ishScanned
SKILL_MD
ponytail-audit
by DietrichGebert
72

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 thi…

Coding / 软件开发Safe-ishScanned
SKILL_MD
ponytail-debt
by DietrichGebert
72

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", …

Coding / 软件开发Safe-ishScanned