بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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.