agentsclimarketplace

Hungry hippos

Skill jawsublime-byte/simon-says/skills/hungry-hippos

Investigate excessive memory use, retained allocations, unbounded caches, data loss in transit, dropped records, buffer growth, or resource leaks. Use only when the user explicitly invokes Hungry Hippos for a bounded program or workflow.From its SKILL.md

Install
npx -y skills add jawsublime-byte/simon-says --skill hungry-hippos

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

  • 27 days oldThe repository was created 27 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.

SKILL.md

1.4 KB, 226 tokens by cl100k_base, as published. Nobody here has run it

Hungry Hippos

Find what keeps consuming resources or swallowing data.

Trace

  1. Define the resource or data symptom and a reproducible workload.
  2. Establish baseline memory, object counts, queue depth, record counts, throughput, and lifecycle as relevant.
  3. Trace allocation, ownership, retention, release, serialization, transfer, acknowledgement, retry, and cleanup boundaries.
  4. Measure growth or loss by stage instead of guessing from final totals.
  5. Test likely causes one at a time: unbounded cache, retained reference, missing close, duplicate retry, backpressure failure, queue growth, truncation, schema rejection, timeout, or swallowed error.
  6. Minimize the confirmed reproduction.
  7. Recommend the smallest repair and a regression measurement.

Do not optimize without a baseline. Do not label expected caching or buffering as a leak without lifecycle evidence.

Output

Report the baseline, growth or loss point, reproduction, evidence, root cause, minimum repair, and measurement that proves recovery.

Completion

Finish when resource ownership or data accounting balances, or when the exact unobserved boundary is identified.

What ships with it: 1 file

245 B alongside SKILL.md

agents/

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.