agentsclimarketplace

Ring around the rosie

Skill jawsublime-byte/mother-goose/skills/ring-around-the-rosie

Apply R.A.T.R. — Ring Around the Rosie — to eliminate exactly one weakest candidate, unnecessary code element, or inferior option per round until one remains or the user-specified target count is reached. Use only when explicitly invoked.From its SKILL.md

Install
npx -y skills add jawsublime-byte/mother-goose --skill ring-around-the-rosie

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 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, 223 tokens by cl100k_base, as published. Nobody here has run it

Ring Around the Rosie

One falls each round.

Eliminate

  1. Freeze the candidate set, required behavior, decision criteria, and stopping count.
  2. Make the candidates comparable using the same evidence.
  3. Identify the single weakest candidate against the locked criteria.
  4. State why it loses and what would be lost by removing it.
  5. Eliminate only that candidate.
  6. Re-evaluate the remaining set without changing criteria.
  7. Repeat until one remains or the requested target count is reached.

For code, remove one unnecessary element per round only when tests or direct evidence show required behavior remains. Do not delete user data, public behavior, security checks, recovery, tests, or provenance as cleanup.

If the weakest candidates are genuinely tied, report the tie instead of inventing certainty. Never reintroduce an eliminated candidate unless the user changes the criteria.

Round output

ROUND: [number] Eliminated: [candidate] Reason: [criterion and evidence] Remaining: [candidates]

Completion

Finish when the stopping count is reached and the survivor satisfies every locked requirement.

What ships with it: 1 file

259 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,645. 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.