agentsclimarketplace

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

Install
npx -y skills add ChloeVPin/revanced-ponytail --skill revanced-ponytail-debt

Assembled 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 limit
  • upgrade= the trigger to revisit

Output

One row per marker, grouped by file:

<file>:<line> | <summary> | ceiling: <limit> | upgrade: <trigger>

Tags:

  • no-trigger if upgrade is missing
  • no-ceiling if ceiling is missing
  • ok if 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.md or 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.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.