agentsclimarketplace

Goldilocks

Skill jawsublime-byte/mother-goose/skills/goldilocks

Find the exact median of ordered values or choose a bounded middle configuration that is neither excessive nor insufficient. Use only when explicitly invoked with values or measurable constraints. Never label an arbitrary preference as a mathematical median.From its SKILL.md

Install
npx -y skills add jawsublime-byte/mother-goose --skill goldilocks

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.5 KB, 251 tokens by cl100k_base, as published. Nobody here has run it

Goldilocks

Separate the exact middle from the merely comfortable.

Mathematical median

  1. Validate that the supplied values are comparable.
  2. Sort them without dropping duplicates.
  3. For an odd count, select the middle value.
  4. For an even count of numeric values, calculate the mean of the two middle values.
  5. For an even count of non-numeric ordered choices, report both middle choices; do not invent an exact single median.
  6. Show the ordered set and calculation.

Bounded configuration

When the task is a trade-off rather than a true median:

  1. Define the minimum acceptable floor and maximum acceptable ceiling.
  2. Identify measurable constraints and disqualify choices outside them.
  3. Compare remaining choices by the user's priorities.
  4. Select the least extreme choice that satisfies all requirements.
  5. Label it a balanced choice, not an exact median.

Do not average incompatible units or hide weighting assumptions.

Output

GOLDILOCKS RESULT Type: exact median | balanced choice Inputs: [ordered values or bounded options] Result: [value or option] Reason: [calculation or criteria]

Completion

Finish when the result is reproducible from the displayed values or criteria.

What ships with it: 1 file

244 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.