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 scoreboard".
ponytail-debt
ponytail-debt is an open-source integrations skill for Claude Code and compatible agents, published by DietrichGebert. Its author describes it as: “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 "p…”. The project has 105k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add DietrichGebert/ponytail`.
What ponytail-debt does
Every deliberate ponytail shortcut is marked with a `ponytail:` comment naming its ceiling and upgrade path. This collects them into one ledger so a deferral can't quietly become permanent.
Installation
Add ponytail-debt to your agent with:
/plugin marketplace add DietrichGebert/ponytail Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for ponytail-debt is organised into these sections:
- Scan
- Output
- Boundaries
When to use it
Reach for ponytail-debt when you want integrations help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in DietrichGebert/ponytail, an established project with 105,253 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ponytail-debt do?
- 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", "ponytail ledger", or "what did we mark to do later". One-shot report, changes nothing.
- How do I install ponytail-debt?
- Run /plugin marketplace add DietrichGebert/ponytail in your agent, then reload your skills. Review the source at https://github.com/DietrichGebert/ponytail before installing.
- Is ponytail-debt free to use?
- Yes. ponytail-debt is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does ponytail-debt come from?
- ponytail-debt ships inside DietrichGebert/ponytail, a repository that contains 6 catalogued skills in total. The repository's 105,253 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Integrations →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".
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 over-engineered", "simplify review", or invokes /ponytail-review. Complements correctness-focused review, this one only hunts complexity.
Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.