Surface the user's unknown unknowns before work starts. Use when the user is entering an unfamiliar codebase area, an unfamiliar domain (design, video, infra), or explicitly asks for a "blindspot pass" or to find their "unknown unknowns.
483 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
295
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
The user is about to work in territory they don't know well. Your job is not to do the task yet. Your job is to show them what they don't know they don't know, so their next prompt is better.
Steps
Ask (or infer from context) two things: what they're trying to do, and what their experience level is with this specific area. Their starting point changes everything.
Explore the relevant territory yourself: the module, its history, its conventions, prior art in the repo, and (if the domain is external) what practitioners consider table stakes.
Report back in four sections:
Landmines — the mistakes someone new here typically makes, and any repo-specific potholes (deprecated paths, misleading names, half-migrated patterns).
Hidden context — decisions already made that constrain the work (why the code is shaped this way, invariants that must hold).
What good looks like — 2-3 examples of the pattern done well, from this repo or elsewhere, so they can calibrate quality.
Questions you should be asking — the 3-5 questions an expert would ask before starting, with your best guess at each answer.
End with a rewritten version of their original request that incorporates what you found, so they can see the difference between their map and the territory.
Guardrails
Do not start implementing. This skill ends at understanding.
Prioritize unknowns that would change the architecture or the approach over trivia.
If the area turns out to be simpler than the user feared, say so plainly. "You have no significant blindspots here" is a valid and valuable result.
How to use it
Copy the folder
Take neeeophytee/blindspot-pass from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
Check the name does not clash
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.