agentsclimarketplace

Go fish

Skill jawsublime-byte/simon-says/skills/go-fish

Locate an exact line, symbol, file, string, configuration value, call path, or behavior in a codebase or supplied artifacts. Use only when the user explicitly invokes Go Fish. Search and report; do not edit unless separately requested.From its SKILL.md

Install
npx -y skills add jawsublime-byte/simon-says --skill go-fish

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

Go Fish

Find the requested card, not every card in the deck.

Search

  1. Extract the exact target and allowed roots.
  2. Search exact text, filename, or symbol first.
  3. If exact search fails, search case, punctuation, separator, plural, and naming variants.
  4. Trace definitions, references, callers, tests, generated copies, and history only when needed to identify the exact target.
  5. Distinguish the canonical source from duplicates, generated files, vendor code, and documentation.
  6. Stop when the target is proven or the declared search scope is exhausted.

Prefer the host's fastest indexed search; use ripgrep when a shell is available.

Output

  • Found: yes or no.
  • Canonical location: path and symbol or line.
  • Evidence: matching text or call relation.
  • Other copies: only when they could cause confusion.
  • Search scope: roots and exclusions.

Do not modify the found code, broaden into an audit, or claim deletion merely because the current tree has no match.

What ships with it: 1 file

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