Revanced ponytail debt
Skill ChloeVPin/revanced-ponytail/skills/revanced-ponytail-debt
Harvest every revanced-ponytail or ponytail debt marker into a ledger so deliberate shortcuts do not rot. Use when the user says "ponytail debt", "revanced-ponytail-debt", "/revanced-ponytail-debt", "what did we defer", or "list the shortcuts". One-shot report. Changes nothing unless asked to write a file.From its SKILL.md
npx -y skills add ChloeVPin/revanced-ponytail --skill revanced-ponytail-debtAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 21 days oldThe repository was created 21 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 341 tokens by cl100k_base, as published. Nobody here has run it
revanced-ponytail-debt
Collect deliberate shortcuts into one ledger.
Scan
Search the repo for comment markers. Skip node_modules, .git, and build output.
# Prefer ripgrep if available:
rg -n --glob '!node_modules' --glob '!.git' --glob '!dist' --glob '!build' \
'(#|//)\s*(revanced-)?ponytail:' .
# Or:
grep -rnE --exclude-dir=node_modules --exclude-dir=.git \
'(#|//)[[:space:]]*(revanced-)?ponytail:' .
Also accept:
revanced-ponytail: ceiling=...; upgrade=...
ponytail: ceiling=...; upgrade=...
Valid marker
Both parts required:
ceiling=the known limitupgrade=the trigger to revisit
Output
One row per marker, grouped by file:
<file>:<line> | <summary> | ceiling: <limit> | upgrade: <trigger>
Tags:
no-triggerif upgrade is missingno-ceilingif ceiling is missingokif both present
End with: <N> markers, <M> invalid.
Nothing found: No debt markers. Clean ledger.
Boundaries
- Read and report only by default.
- To persist, user must ask. Then write
REVANCED-PONYTAIL-DEBT.mdor a path they name. - One-shot.
- "stop ponytail" or "normal mode": revert.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.