agentsclimarketplace

Mother goose

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

Route a user-described builder problem to exactly one bundled nursery-rhyme or story-based skill. Use only when the user explicitly invokes Mother Goose and asks for routing. Do not execute every story or silently activate during ordinary work.From its SKILL.md

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

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

Mother Goose

Choose the tale whose lesson matches the problem. One problem receives one leading story.

Route

  1. Identify the repeated failure pattern, not merely the topic.
  2. Select exactly one:
    • ring-around-the-rosie: remove one weakest option or unnecessary element per round;
    • humpty-dumpty: stop repeating a repair strategy after its failure budget is exhausted;
    • hickory-dickory-dock: checkpoint work and enforce a five-minute break at one hour;
    • three-little-pigs: test resilience at straw, sticks, and bricks levels;
    • goldilocks: calculate or justify the bounded middle setting.
  3. Explain the lesson-to-problem match in one sentence.
  4. Do not execute the routed skill unless the user requested execution or confirms the route.

Output:

MOTHER GOOSE CHOOSES: [skill] Lesson: [one sentence] Why it fits: [one sentence]

If no story fits, say so. Never force a metaphor or invent a new skill during routing.

Completion

Finish when one justified route or a clear no-match result is delivered.

What ships with it: 1 file

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