agentsclimarketplace

Fog scout

Skill leoncuhk/defog/skills/fog-scout

Sweep unfamiliar territory for unknown unknowns before the plan hardens. Use when the user enters an unfamiliar codebase area or domain, asks for a blindspot pass, or a FOG.md item is tagged → scout.From its SKILL.md

Install
npx -y skills add leoncuhk/defog --skill fog-scout

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

Fog Scout

Go look for what the user doesn't know exists: the module and its history, conventions and half-migrated patterns, documented limits of load-bearing dependencies, prior art in and out of the repo. The territory is read-only — record findings, never repair them.

Deliver the report in your reply, four sections, items ranked within each by how much they would change the plan:

  • Landmines — mistakes a newcomer here typically makes.
  • Hidden constraints — decisions already made that bound the work; invariants that must hold.
  • What good looks like — 2–3 concrete examples to calibrate against.
  • Questions an expert would ask — with your best-guess answer for each.

Then write the findings into the ledger (fog skill): territory facts to Resolved with their why, defaults to Assumed, remaining questions to Open with resolvers — including new UU?s for a deeper scout. Confirmed-safe areas are dropped unless a later step would act differently knowing them.

End by rewriting the user's original request as the territory shows it should read, and make it the ledger's # FOG: title — the map, corrected.

Scouting ends at understanding — no implementation. "No significant fog here" is a valid, valuable report.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.