# Map

> Use when you need the Codex Copilot equivalent of Claude Copilot /map: produce or refresh a concise codebase map for agent navigation.

- Skill: `everyone-needs-a-copilot/map` (Agent Skill)
- Install (CLI): `npx skillmds@latest add everyone-needs-a-copilot/map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/everyone-needs-a-copilot/map/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Everyone-Needs-A-Copilot (https://skillmd.com/u/everyone-needs-a-copilot)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/everyone-needs-a-copilot/map

---


# Map

Create a compact project map for faster specialist navigation.

## Workflow

1. Detect stack from package and config files.
2. Summarize top-level directories and key entry points.
3. Identify docs, tests, build scripts, and configuration files.
4. Store the result as a `documentation` work product when `tc` context exists.
5. If writing `PROJECT_MAP.md`, do it only when explicitly requested.

## Output

- tech stack summary
- key directories
- important files
- recommended first reads

