agentsclimarketplace

Hide and seek

Skill jawsublime-byte/simon-says/skills/hide-and-seek

Search for hidden defects, silent failures, conflicting configuration, unreachable code, syntax traps, overlooked edge cases, or causes outside the obvious error location. Use only when the user explicitly invokes Hide and Seek for a bounded codebase, workflow, or artifact.From its SKILL.md

Install
npx -y skills add jawsublime-byte/simon-says --skill hide-and-seek

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

Hide and Seek

Assume the visible failure may be where the defect appears, not where it hides.

Search

  1. Define the allowed search scope and observed symptom.
  2. Reproduce or establish the symptom before hunting causes when possible.
  3. Trace inputs, transformations, state, boundaries, configuration, and outputs.
  4. Search exact error text, affected symbols, related configuration, callers, tests, and recent changes.
  5. Inspect hidden paths: default branches, error swallowing, stale state, shadowed config, unreachable code, boundary values, ordering, concurrency, and cleanup.
  6. Prove each finding with direct evidence.
  7. Stop after every relevant path in scope is accounted for or a precise blocker remains.

Finding format

For each confirmed defect report:

  • Location: exact file, symbol, or step.
  • Trigger: condition that exposes it.
  • Evidence: code, log, check, or reproduction.
  • Effect: observable consequence.
  • Minimum repair: smallest change that addresses the cause.

Separate confirmed findings from suspicions. Do not modify anything unless the user requested a fix.

Completion

Finish when the hidden cause is reproduced and evidenced, or when the report identifies the searched scope, eliminated causes, and the exact missing evidence.

What ships with it: 1 file

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