Generate a map of all files relevant to a task before making changes
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill context-map --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Map?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-context-map-the-mega-skill-library)More formats (shields.io, HTML) on the badges page.
---
name: context-map
description: "Generate a map of all files relevant to a task before making changes"
category: general-purpose
source_repo: github/awesome-copilot
source_path: "skills/context-map/SKILL.md"
source_url: https://github.com/github/awesome-copilot/blob/HEAD/skills/context-map/SKILL.md
---
# Context Map
Before implementing any changes, analyze the codebase and create a context map.
## Task
{{task_description}}
## Instructions
1. Search the codebase for files related to this task
2. Identify direct dependencies (imports/exports)
3. Find related tests
4. Look for similar patterns in existing code
## Output Format
```markdown
## Context Map
### Files to Modify
| File | Purpose | Changes Needed |
|------|---------|----------------|
| path/to/file | description | what changes |
### Dependencies (may need updates)
| File | Relationship |
|------|--------------|
| path/to/dep | imports X from modified file |
### Test Files
| Test | Coverage |
|------|----------|
| path/to/test | tests affected functionality |
### Reference Patterns
| File | Pattern |
|------|---------|
| path/to/similar | example to follow |
### Risk Assessment
- [ ] Breaking changes to public API
- [ ] Database migrations needed
- [ ] Configuration changes required
```
Do not proceed with implementation until this map is reviewed.
---
**Source:** [`github/awesome-copilot`](https://github.com/github/awesome-copilot) → `skills/context-map/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!