From context-map
Use when a task may span multiple files, when dependencies or tests are unclear, or when you need a pre-edit map of likely files and patterns before planning or implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-map:context-mapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the next step is figuring out what to read or touch before changing code.
Use this skill when the next step is figuring out what to read or touch before changing code.
implementation-planner or workflow-contracts.reverse-prompt first.| Situation | Use this skill? | Route instead |
|---|---|---|
| Multi-file task, but likely files/tests/patterns are still unclear | Yes | - |
| User asks "what files do you need to see first?" while the brief is still under-specified | No | reverse-prompt |
| The code surface is known and the user wants a full execution plan | No | implementation-planner |
| A narrow single-file edit is already well scoped | No | execute directly |
Required before mapping
answer, plan, or implement.Helpful if present
Only investigate if encountered
references/search-playbook.md to discover candidate files in a consistent order.references/output-shape.md.## Reference files.node skills/skill-authoring/scripts/validate-skill-library.mjs skills/context-map/SKILL.md.Before editing, map the files, tests, and patterns involved in adding retry logic to @extensions/lore/Update the typo in @README.mdBefore you touch anything, map the files, tests, and reference patterns involved in adding a new Lore memory tool.Create a context map for this refactor before we plan it: split the shared validation helper across @skills/ and @extensions/.What files are likely involved in this multi-package TypeScript error, and which tests should I read first?references/output-shape.md - the required sections and example structure for a context-map responsereferences/search-playbook.md - discovery order for candidate files, dependencies, tests, patterns, and risksassets/examples.md - concrete request examples showing when the skill should triggerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub matt-riley/lucky-hat --plugin context-map