# Repo Scanning

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

- Skill: `majiayu000/repo-scanning` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/repo-scanning`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/repo-scanning/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/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

