원클릭으로
repo-map
Use when you need to understand repository structure, ownership boundaries, or where to make a change.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you need to understand repository structure, ownership boundaries, or where to make a change.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use before deploying Monorepo on a VPS or creating global agent links.
Use before committing, reviewing, or summarizing local changes in a shared repository.
Use before editing when a directory may have local AGENTS.md, CLAUDE.md, or adapter instructions.
Use when making code or documentation changes in a workspace with multiple human or agent contributors.
Use when deciding how to validate a change with the smallest reliable local test or check.
| name | repo-map |
| description | Use when you need to understand repository structure, ownership boundaries, or where to make a change. |
Use this skill before making structural assumptions about a workspace.
pwd.rg --files | head -200 if rg is available.rg is unavailable, run find . -maxdepth 3 -type f | sort | head -200.AGENTS.md.AGENTS.md before editing a subdirectory.Prefer real file inspection over guessing from names.