agentsclimarketplace

Three little pigs

Skill jawsublime-byte/mother-goose/skills/three-little-pigs

Test a user-authorized build at three escalating resilience levels — straw, sticks, and bricks — before calling it robust. Use only when explicitly invoked with a bounded target and safe test environment.From its SKILL.md

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

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

Three Little Pigs

Test the same required behavior against three stronger winds.

Safety gate

Define the target, contract, environment, fixtures, resource ceiling, prohibited effects, and stop conditions. Default to a sandbox. Never run destructive or uncontrolled tests against production or third parties.

Straw

Test ordinary operation and light faults:

  • expected input;
  • one invalid or missing value;
  • clean restart;
  • normal timeout or cancellation.

Record failures before advancing.

Sticks

Test compound and operational stress:

  • dependency delay or temporary failure;
  • retry and duplicate delivery;
  • moderate concurrency or load;
  • ordering and partial completion;
  • recovery after interruption.

Bricks

Test the declared worst credible conditions:

  • adversarial but authorized input;
  • resource ceiling;
  • repeated dependency failure;
  • crash and recovery;
  • integrity, authorization, and fail-closed behavior;
  • rollback or restoration.

Use only cases relevant to the target. Escalation never authorizes scope expansion.

Output

For each level report cases, expected results, actual results, evidence, failures, and recovery. Classify the build by the highest fully passed level.

Completion

Finish when all declared cases are recorded, cleanup succeeds, and the resilience claim names the highest passed house.

What ships with it: 1 file

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