# Repo Scanning

> Scan and document repository structure, patterns, and key components. Use when starting work on unfamiliar codebases. Use when this capability is needed.

- Skill: `tomevault-io/repo-scanning` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/repo-scanning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/repo-scanning/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/repo-scanning

---


# Repository Scanning

Produce a comprehensive map of the repository to enable effective navigation and understanding.

## Process

1. Identify major directories and their purposes
2. Find key modules, services, or packages
3. Note conventions and patterns in use
4. Document entry points and important files
5. Flag any unusual structures or concerns

## Output

Create `context/repo-map.md` using the template in `templates/repo-map.md`.

## Tips

- Focus on structure, not implementation details
- Note naming conventions observed
- Identify test directories and their organization
- Look for configuration files that reveal project setup

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/amattas) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

